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 |
processIUTParameter(org.testng.ISuite suite)
Processes test suite arguments and sets suite attributes accordingly.
|
(package private) void |
processSchematronSchema(org.testng.ISuite suite)
Adds a URI reference specifying the location of a Schematron schema.
|
(package private) void |
processXmlReference(org.testng.ISuite suite)
Extracts schema references from the XML resource identified by the
supplied test run argument.
|
(package private) void |
registerClientComponent(org.testng.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. |
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 processIUTParameter(org.testng.ISuite suite)
iut argument 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 processXmlReference(org.testng.ISuite suite)
SCHEMA_LOC_SET (of type
Set<URI>).suite - An ISuite object representing a TestNG test suite.void processSchematronSchema(org.testng.ISuite suite)
suite - An ISuite object representing a TestNG test suite.void registerClientComponent(org.testng.ISuite suite)
SuiteAttribute.CLIENT attribute; it may be subsequently accessed
via the ITestContext.getSuite() method.suite - The test suite instance.Copyright © 2020 Open Geospatial Consortium. All rights reserved.