Package org.opengis.cite.georss10
Class SuitePreconditions
java.lang.Object
org.opengis.cite.georss10.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.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidverifyTestSubject(org.testng.ITestContext testContext) Verifies that the referenced test subject exists and has the expected type. 
- 
Constructor Details
- 
SuitePreconditions
public SuitePreconditions() 
 - 
 - 
Method Details
- 
verifyTestSubject
@BeforeSuite public void verifyTestSubject(org.testng.ITestContext testContext) Verifies that the referenced test subject exists and has the expected type.- Parameters:
 testContext- Information about the (pending) test run.
 
 -