Package org.opengis.cite.eogeojson10
Class SuitePreconditions
java.lang.Object
org.opengis.cite.eogeojson10.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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Verifies that the referenced test subject exists and has the expected type.
-
Constructor Details
-
SuitePreconditions
public SuitePreconditions()
-
-
Method Details
-
verifyTestSubject
@BeforeSuite public void verifyTestSubject()Verifies that the referenced test subject exists and has the expected type.
-