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) |
(package private) void |
processSchematronSchema(org.testng.ISuite suite) |
(package private) void |
processSuiteParameters(org.testng.ISuite suite)
Processes test suite arguments and sets suite attributes accordingly.
|
(package private) void |
processXmlReference(org.testng.ISuite suite) |
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 processSuiteParameters(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)
void processSchematronSchema(org.testng.ISuite suite)
void processIUTParameter(org.testng.ISuite suite)
Copyright © 2019 Open Geospatial Consortium. All rights reserved.