public class SuiteFixtureListener extends Object implements org.testng.ISuiteListener
ISuite interface| Constructor and Description |
|---|
SuiteFixtureListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onFinish(org.testng.ISuite suite) |
void |
onStart(org.testng.ISuite suite) |
(package private) void |
processWfsParameter(org.testng.ISuite suite)
Processes the "wfs" test suite parameter that specifies a URI reference
for the service description (capabilities document).
|
(package private) void |
setAppSchemaParameter(org.testng.ISuite suite)
Sets the value of the "xsd" suite parameter, the value of which is the
request URI used to retrieve the GML application schema(s) supported by
the WFS under test.
|
public void onStart(org.testng.ISuite suite)
onStart in interface org.testng.ISuiteListenerpublic void onFinish(org.testng.ISuite suite)
onFinish in interface org.testng.ISuiteListenervoid processWfsParameter(org.testng.ISuite suite)
testSubject
suite attribute.
The featureInfo suite attribute is
also set; its value is a Map<QName, FeatureTypeInfo> object
that provides summary information about available feature types, mostly
gleaned from the service description.suite - An ISuite object representing a TestNG test suite.void setAppSchemaParameter(org.testng.ISuite suite)
suite - An ISuite object representing a TestNG test suite. The value
of the attribute SuiteAttribute.TEST_SUBJECT should be
a Document node representing service metadata.Copyright © 2020 Open Geospatial Consortium. All rights reserved.