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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidVerifies that a a JPEG 2000 image resource was supplied as a test run argument and that the implementation it describes is available.
- 
Constructor Details- 
SuitePreconditionspublic 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.
 
-