public class SuiteFixtureListener extends Object implements ISuiteListener
ISuite interface| Constructor and Description |
|---|
SuiteFixtureListener() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
deleteTempFiles(ISuite suite)
Deletes temporary files created during the test run if TestSuiteLogger is
enabled at the INFO level or higher (they are left intact at the CONFIG
level or lower).
|
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. |
public void onStart(ISuite suite)
onStart in interface ISuiteListenerpublic void onFinish(ISuite suite)
onFinish in interface ISuiteListenervoid processSuiteParameters(ISuite suite)
iut argument is retrieved
and stored in a local file that is set as the value of the suite
attribute SuiteAttribute.TEST_SUBJ_FILE.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 deleteTempFiles(ISuite suite)
suite - The test suite.Copyright © 2016 Open Geospatial Consortium. All rights reserved.