public class SuiteFixtureListener extends Object implements ISuiteListener
ISuite interface| Constructor and Description |
|---|
SuiteFixtureListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onFinish(ISuite suite) |
void |
onStart(ISuite suite) |
(package private) void |
processSuiteParameters(ISuite suite)
Processes test suite arguments and sets suite attributes accordingly.
|
(package private) void |
registerClientComponent(ISuite suite)
A client component is added to the suite fixture as the value of the
SuiteAttribute.CLIENT attribute; it may be subsequently accessed
via the ITestContext.getSuite() method. |
(package private) void |
registerSchema(ISuite suite)
Builds a Schema object representing the complete set of XML Schema
constraints defined for CSW 3.0.
|
public void onStart(ISuite suite)
onStart in interface ISuiteListenerpublic void onFinish(ISuite suite)
onFinish in interface ISuiteListenervoid processSuiteParameters(ISuite suite)
iut argument--expected to
be an OGC service capabilities document--is parsed and the resulting
Document is set as the value of the
testSubject attribute.suite - An ISuite object representing a TestNG test suite.void registerClientComponent(ISuite suite)
SuiteAttribute.CLIENT attribute; it may be subsequently accessed
via the ITestContext.getSuite() method.suite - The test suite instance.void registerSchema(ISuite suite)
SuiteAttribute.CSW_SCHEMA attribute.suite - The test suite to be run.Copyright © 2015 Open Geospatial Consortium. All rights reserved.