|
Ajocado TestNG Integration 1.0.0.Alpha2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.testng.TestListenerAdapter
org.jboss.arquillian.ajocado.testng.listener.AbstractConfigurationListener
public abstract class AbstractConfigurationListener
TestNG Listener able to watch configuration method and tie it's lifecycle to them (using specified method dependencies, defining ordering on methods).
| Constructor Summary | |
|---|---|
AbstractConfigurationListener()
|
|
| Method Summary | |
|---|---|
void |
afterInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult result)
Invoked after each invocation of configuration or test method of test cases. |
void |
beforeInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult result)
Invoked before each invocation of configuration or test method of test cases. |
void |
onClassFinish()
Invoked after the all configuration methods for given test class are invoked. |
void |
onClassStart()
Invoked before the any configuration method for given test class is invoked. |
void |
onConfigurationFailure(org.testng.ITestResult result)
|
void |
onConfigurationSkip(org.testng.ITestResult result)
|
void |
onConfigurationSuccess(org.testng.ITestResult result)
|
void |
onFinish(org.testng.ITestContext context)
|
void |
onStart(org.testng.ITestContext context)
|
void |
onSuiteStart()
|
void |
onTestFailedButWithinSuccessPercentage(org.testng.ITestResult result)
|
void |
onTestFailure(org.testng.ITestResult result)
|
void |
onTestSkipped(org.testng.ITestResult result)
|
void |
onTestStart(org.testng.ITestResult result)
|
void |
onTestSuccess(org.testng.ITestResult result)
|
String |
toString()
|
| Methods inherited from class org.testng.TestListenerAdapter |
|---|
getAllTestMethods, getConfigurationFailures, getConfigurationSkips, getFailedButWithinSuccessPercentageTests, getFailedTests, getPassedTests, getSkippedTests, getTestContexts, setAllTestMethods, setFailedButWithinSuccessPercentageTests, setFailedTests, setPassedTests, setSkippedTests |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractConfigurationListener()
| Method Detail |
|---|
public void onStart(org.testng.ITestContext context)
onStart in interface org.testng.ITestListeneronStart in class org.testng.TestListenerAdapterpublic void onFinish(org.testng.ITestContext context)
onFinish in interface org.testng.ITestListeneronFinish in class org.testng.TestListenerAdapterpublic void onSuiteStart()
public void onClassStart()
public void onClassFinish()
public void onTestStart(org.testng.ITestResult result)
onTestStart in interface org.testng.ITestListeneronTestStart in class org.testng.TestListenerAdapterpublic void onTestFailedButWithinSuccessPercentage(org.testng.ITestResult result)
onTestFailedButWithinSuccessPercentage in interface org.testng.ITestListeneronTestFailedButWithinSuccessPercentage in class org.testng.TestListenerAdapterpublic void onTestFailure(org.testng.ITestResult result)
onTestFailure in interface org.testng.ITestListeneronTestFailure in class org.testng.TestListenerAdapterpublic void onTestSkipped(org.testng.ITestResult result)
onTestSkipped in interface org.testng.ITestListeneronTestSkipped in class org.testng.TestListenerAdapterpublic void onTestSuccess(org.testng.ITestResult result)
onTestSuccess in interface org.testng.ITestListeneronTestSuccess in class org.testng.TestListenerAdapterpublic void onConfigurationSuccess(org.testng.ITestResult result)
onConfigurationSuccess in interface org.testng.internal.IConfigurationListeneronConfigurationSuccess in class org.testng.TestListenerAdapterpublic void onConfigurationFailure(org.testng.ITestResult result)
onConfigurationFailure in interface org.testng.internal.IConfigurationListeneronConfigurationFailure in class org.testng.TestListenerAdapterpublic void onConfigurationSkip(org.testng.ITestResult result)
onConfigurationSkip in interface org.testng.internal.IConfigurationListeneronConfigurationSkip in class org.testng.TestListenerAdapter
public void beforeInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult result)
Invoked before each invocation of configuration or test method of test cases.
Satisfies, that all configuration methods, which can be executed before the invocated method are executed.
beforeInvocation in interface org.testng.IInvokedMethodListener
public void afterInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult result)
Invoked after each invocation of configuration or test method of test cases.
Satisfies that all dependencies of this method which can be immediately executed are executed.
afterInvocation in interface org.testng.IInvokedMethodListenerpublic String toString()
toString in class org.testng.TestListenerAdapter
|
Ajocado TestNG Integration 1.0.0.Alpha2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||