org.testng
public static class TestNG.ExitCodeListener extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected TestNG |
m_mainRunner |
Constructor and Description |
---|
TestNG.ExitCodeListener() |
TestNG.ExitCodeListener(TestNG runner) |
Modifier and Type | Method and Description |
---|---|
void |
onConfigurationFailure(ITestResult itr) |
void |
onConfigurationSkip(ITestResult itr) |
void |
onConfigurationSuccess(ITestResult itr) |
void |
onFinish(ITestContext context) |
void |
onStart(ITestContext context) |
void |
onTestFailedButWithinSuccessPercentage(ITestResult result) |
void |
onTestFailure(ITestResult result) |
void |
onTestSkipped(ITestResult result) |
void |
onTestStart(ITestResult result) |
void |
onTestSuccess(ITestResult result) |
protected TestNG m_mainRunner
public TestNG.ExitCodeListener()
public TestNG.ExitCodeListener(TestNG runner)
public void onTestFailure(ITestResult result)
public void onTestSkipped(ITestResult result)
public void onTestFailedButWithinSuccessPercentage(ITestResult result)
public void onTestSuccess(ITestResult result)
public void onStart(ITestContext context)
public void onFinish(ITestContext context)
public void onTestStart(ITestResult result)
public void onConfigurationFailure(ITestResult itr)
org.testng.internal.IConfigurationListener#onConfigurationFailure(org.testng.ITestResult)
public void onConfigurationSkip(ITestResult itr)
org.testng.internal.IConfigurationListener#onConfigurationSkip(org.testng.ITestResult)
public void onConfigurationSuccess(ITestResult itr)
org.testng.internal.IConfigurationListener#onConfigurationSuccess(org.testng.ITestResult)