Class SuitePreconditions

java.lang.Object
org.opengis.cite.gmljpx20.core.SuitePreconditions

public class SuitePreconditions extends Object
Checks that all preconditions are satisfied before the test suite is run. If any of these (BeforeSuite) methods fail, all tests are skipped.
  • 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.