public class SuitePreconditions extends Object
| Constructor and Description |
|---|
SuitePreconditions() |
| Modifier and Type | Method and Description |
|---|---|
void |
dataAreAvailable(org.testng.ITestContext testContext)
Confirms that the service can supply test data.
|
void |
verifyCapabilities(org.testng.ITestContext testContext)
Verifies that the test subject is a CSW 2.0 service.
|
void |
verifyTestSubject(org.testng.ITestContext testContext)
Verifies that the referenced test subject exists and has the expected type.
|
public void verifyTestSubject(org.testng.ITestContext testContext)
testContext - the test context, never nullpublic void verifyCapabilities(org.testng.ITestContext testContext)
testContext - the test run context, never nullpublic void dataAreAvailable(org.testng.ITestContext testContext)
testContext - the test context, never nullCopyright © 2018 Open Geospatial Consortium. All rights reserved.