public interface TestNGConfigurationListener
TestNGListenerAdapterFactory| Modifier and Type | Method and Description |
|---|---|
void |
beforeConfiguration(org.testng.ITestResult tr)
Invoked before a configuration method is invoked.
|
void |
onConfigurationFailure(org.testng.ITestResult itr)
Invoked whenever a configuration method failed.
|
void |
onConfigurationSkip(org.testng.ITestResult itr)
Invoked whenever a configuration method was skipped.
|
void |
onConfigurationSuccess(org.testng.ITestResult itr)
Invoked whenever a configuration method succeeded.
|
void onConfigurationSuccess(org.testng.ITestResult itr)
void onConfigurationFailure(org.testng.ITestResult itr)
void onConfigurationSkip(org.testng.ITestResult itr)
void beforeConfiguration(org.testng.ITestResult tr)
Copyright © 2013. All rights reserved