Package org.opengis.cite.ogcapiedr10
Class SuitePreconditions
java.lang.Object
org.opengis.cite.ogcapiedr10.SuitePreconditions
Checks that various preconditions are satisfied before the test suite is run. If any of
 these (BeforeSuite) methods fail, all tests will be skipped.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidVerifies that the referenced test subject exists and has the expected type.
- 
Constructor Details- 
SuitePreconditionspublic SuitePreconditions()
 
- 
- 
Method Details- 
verifyTestSubject@BeforeSuite public void verifyTestSubject()Verifies that the referenced test subject exists and has the expected type.
 
-