public static class TestNG.ExitCodeListener extends Object implements org.testng.internal.IResultListener2
Constructor and Description |
---|
TestNG.ExitCodeListener() |
TestNG.ExitCodeListener(TestNG runner) |
Modifier and Type | Method and Description |
---|---|
void |
beforeConfiguration(org.testng.ITestResult tr) |
void |
onConfigurationFailure(org.testng.ITestResult itr) |
void |
onConfigurationSkip(org.testng.ITestResult itr) |
void |
onConfigurationSuccess(org.testng.ITestResult itr) |
void |
onFinish(org.testng.ITestContext context) |
void |
onStart(org.testng.ITestContext context) |
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) |
public TestNG.ExitCodeListener()
public TestNG.ExitCodeListener(TestNG runner)
public void beforeConfiguration(org.testng.ITestResult tr)
beforeConfiguration
in interface org.testng.IConfigurationListener2
public void onTestFailure(org.testng.ITestResult result)
onTestFailure
in interface org.testng.ITestListener
public void onTestSkipped(org.testng.ITestResult result)
onTestSkipped
in interface org.testng.ITestListener
public void onTestFailedButWithinSuccessPercentage(org.testng.ITestResult result)
onTestFailedButWithinSuccessPercentage
in interface org.testng.ITestListener
public void onTestSuccess(org.testng.ITestResult result)
onTestSuccess
in interface org.testng.ITestListener
public void onStart(org.testng.ITestContext context)
onStart
in interface org.testng.ITestListener
public void onFinish(org.testng.ITestContext context)
onFinish
in interface org.testng.ITestListener
public void onTestStart(org.testng.ITestResult result)
onTestStart
in interface org.testng.ITestListener
public void onConfigurationFailure(org.testng.ITestResult itr)
onConfigurationFailure
in interface org.testng.IConfigurationListener
IConfigurationListener.onConfigurationFailure(org.testng.ITestResult)
public void onConfigurationSkip(org.testng.ITestResult itr)
onConfigurationSkip
in interface org.testng.IConfigurationListener
IConfigurationListener.onConfigurationSkip(org.testng.ITestResult)
public void onConfigurationSuccess(org.testng.ITestResult itr)
onConfigurationSuccess
in interface org.testng.IConfigurationListener
IConfigurationListener.onConfigurationSuccess(org.testng.ITestResult)
Copyright © 2011–2015. All rights reserved.