public class TestNGTestResultProcessorAdapter extends Object implements org.testng.ITestListener, TestNGConfigurationListener
| Constructor and Description |
|---|
TestNGTestResultProcessorAdapter(TestResultProcessor resultProcessor,
IdGenerator<?> idGenerator) |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeConfiguration(org.testng.ITestResult tr)
Invoked before a configuration method is invoked.
|
void |
onConfigurationFailure(org.testng.ITestResult testResult)
Invoked whenever a configuration method failed.
|
void |
onConfigurationSkip(org.testng.ITestResult testResult)
Invoked whenever a configuration method was skipped.
|
void |
onConfigurationSuccess(org.testng.ITestResult testResult)
Invoked whenever a configuration method succeeded.
|
void |
onFinish(org.testng.ITestContext iTestContext) |
void |
onStart(org.testng.ITestContext iTestContext) |
void |
onTestFailedButWithinSuccessPercentage(org.testng.ITestResult iTestResult) |
void |
onTestFailure(org.testng.ITestResult iTestResult) |
void |
onTestSkipped(org.testng.ITestResult iTestResult) |
void |
onTestStart(org.testng.ITestResult iTestResult) |
void |
onTestSuccess(org.testng.ITestResult iTestResult) |
public TestNGTestResultProcessorAdapter(TestResultProcessor resultProcessor, IdGenerator<?> idGenerator)
public void onStart(org.testng.ITestContext iTestContext)
onStart in interface org.testng.ITestListenerpublic void onFinish(org.testng.ITestContext iTestContext)
onFinish in interface org.testng.ITestListenerpublic void onTestStart(org.testng.ITestResult iTestResult)
onTestStart in interface org.testng.ITestListenerpublic void onTestSuccess(org.testng.ITestResult iTestResult)
onTestSuccess in interface org.testng.ITestListenerpublic void onTestFailure(org.testng.ITestResult iTestResult)
onTestFailure in interface org.testng.ITestListenerpublic void onTestSkipped(org.testng.ITestResult iTestResult)
onTestSkipped in interface org.testng.ITestListenerpublic void onTestFailedButWithinSuccessPercentage(org.testng.ITestResult iTestResult)
onTestFailedButWithinSuccessPercentage in interface org.testng.ITestListenerpublic void onConfigurationSuccess(org.testng.ITestResult testResult)
TestNGConfigurationListeneronConfigurationSuccess in interface TestNGConfigurationListenerpublic void onConfigurationSkip(org.testng.ITestResult testResult)
TestNGConfigurationListeneronConfigurationSkip in interface TestNGConfigurationListenerpublic void onConfigurationFailure(org.testng.ITestResult testResult)
TestNGConfigurationListeneronConfigurationFailure in interface TestNGConfigurationListenerpublic void beforeConfiguration(org.testng.ITestResult tr)
TestNGConfigurationListenerbeforeConfiguration in interface TestNGConfigurationListenerCopyright © 2013. All rights reserved