Class SuitePreconditions
java.lang.Object
org.opengis.cite.ogcapiprocesses10.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.
- Author:
 - bpr
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidVerifies 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. 
 -