Class SuitePreconditions

java.lang.Object
org.opengis.cite.ogcapifeatures10.conformance.SuitePreconditions

public class SuitePreconditions extends Object
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 Details

    • SuitePreconditions

      public SuitePreconditions()
  • Method Details

    • verifyTestSubject

      @BeforeSuite public void verifyTestSubject()
      Verifies that the referenced test subject exists and has the expected type.