@ParametersAreNonnullByDefault
public class SoftAsserts
extends org.testng.reporters.ExitCodeListener
@Listeners({ SoftAsserts.class})| Constructor and Description |
|---|
SoftAsserts() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeConfiguration(org.testng.ITestResult result) |
void |
onConfigurationFailure(org.testng.ITestResult result) |
void |
onTestFailedButWithinSuccessPercentage(org.testng.ITestResult result) |
void |
onTestFailure(org.testng.ITestResult result) |
void |
onTestStart(org.testng.ITestResult result) |
void |
onTestSuccess(org.testng.ITestResult result) |
onConfigurationSkip, onConfigurationSuccess, onFinish, onStart, onTestSkippedpublic void onTestStart(org.testng.ITestResult result)
onTestStart in interface org.testng.ITestListeneronTestStart in class org.testng.reporters.ExitCodeListenerpublic void onTestFailure(org.testng.ITestResult result)
onTestFailure in interface org.testng.ITestListeneronTestFailure in class org.testng.reporters.ExitCodeListenerpublic void onTestFailedButWithinSuccessPercentage(org.testng.ITestResult result)
onTestFailedButWithinSuccessPercentage in interface org.testng.ITestListeneronTestFailedButWithinSuccessPercentage in class org.testng.reporters.ExitCodeListenerpublic void onTestSuccess(org.testng.ITestResult result)
onTestSuccess in interface org.testng.ITestListeneronTestSuccess in class org.testng.reporters.ExitCodeListenerpublic void onConfigurationFailure(org.testng.ITestResult result)
onConfigurationFailure in interface org.testng.IConfigurationListeneronConfigurationFailure in class org.testng.reporters.ExitCodeListenerpublic void beforeConfiguration(org.testng.ITestResult result)
beforeConfiguration in interface org.testng.IConfigurationListenerbeforeConfiguration in class org.testng.reporters.ExitCodeListener