public interface IConfigurationListener extends ITestNGListener
| Modifier and Type | Method and Description |
|---|---|
default void |
beforeConfiguration(ITestResult tr)
Invoked before a configuration method is invoked.
|
default void |
beforeConfiguration(ITestResult tr,
ITestNGMethod tm)
Invoked before a configuration method is invoked.
|
default void |
onConfigurationFailure(ITestResult tr)
Invoked whenever a configuration method failed.
|
default void |
onConfigurationFailure(ITestResult tr,
ITestNGMethod tm)
Invoked whenever a configuration method failed.
|
default void |
onConfigurationSkip(ITestResult tr)
Invoked whenever a configuration method was skipped.
|
default void |
onConfigurationSkip(ITestResult tr,
ITestNGMethod tm)
Invoked whenever a configuration method was skipped.
|
default void |
onConfigurationSuccess(ITestResult tr)
Invoked whenever a configuration method succeeded.
|
default void |
onConfigurationSuccess(ITestResult tr,
ITestNGMethod tm)
Invoked whenever a configuration method succeeded.
|
default void onConfigurationSuccess(ITestResult tr)
tr - The test resultdefault void onConfigurationSuccess(ITestResult tr, ITestNGMethod tm)
tr - The test resulttm - The test methoddefault void onConfigurationFailure(ITestResult tr)
tr - The test resultdefault void onConfigurationFailure(ITestResult tr, ITestNGMethod tm)
tr - The test resulttm - The test methoddefault void onConfigurationSkip(ITestResult tr)
tr - The test resultdefault void onConfigurationSkip(ITestResult tr, ITestNGMethod tm)
tr - The test resulttm - The test methoddefault void beforeConfiguration(ITestResult tr)
tr - The test resultdefault void beforeConfiguration(ITestResult tr, ITestNGMethod tm)
tr - The test resulttm - The test methodCopyright © 2025. All rights reserved.