public class SuitePreconditions extends Object
SuiteAttribute.FAILED_PRECONDITIONS
. The
presence of the attribute can be checked in a @BeforeTest
method
to determine whether or not a set of tests should be skipped if one or more
preconditions were not satisfied.Constructor and Description |
---|
SuitePreconditions() |
Modifier and Type | Method and Description |
---|---|
void |
dataAreAvailable(org.testng.ITestContext testContext)
[@Test] Confirms that the SUT can supply data for at least one
advertised feature type.
|
void |
preconditionNotSatisfied(org.testng.ITestResult result) |
void |
serviceIsAvailable(org.testng.ITestContext testContext)
[@Test] Confirms that the SUT is available and produces a
service description in response to a basic GetCapabilities request.
|
void |
verifyServiceDescription(org.testng.ITestContext testContext)
[@Test] Verifies that the test subject is a WFS 2.0 service.
|
public void preconditionNotSatisfied(org.testng.ITestResult result)
public void verifyServiceDescription(org.testng.ITestContext testContext)
testContext
- The test run context (ITestContext).public void serviceIsAvailable(org.testng.ITestContext testContext)
testContext
- Supplies details about the test run.public void dataAreAvailable(org.testng.ITestContext testContext)
testContext
- Supplies details about the test run.Copyright © 2022 Open Geospatial Consortium. All rights reserved.