Package org.opengis.cite.gmljpx20.core
Class SuitePreconditions
java.lang.Object
org.opengis.cite.gmljpx20.core.SuitePreconditions
Checks that all preconditions are satisfied before the test suite is run. If any of
these (BeforeSuite) methods fail, all tests are skipped.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Verifies that a a JPEG 2000 image resource was supplied as a test run argument and that the implementation it describes is available.
-
Constructor Details
-
SuitePreconditions
public SuitePreconditions()
-
-
Method Details
-
verifyTestSubject
@BeforeSuite public void verifyTestSubject()Verifies that a a JPEG 2000 image resource was supplied as a test run argument and that the implementation it describes is available.
-