public class SoftAsserts
extends ExitCodeListener
@Listeners({ SoftAsserts.class})| Constructor and Description |
|---|
SoftAsserts() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeConfiguration(ITestResult result) |
void |
onConfigurationFailure(ITestResult result) |
void |
onTestFailedButWithinSuccessPercentage(ITestResult result) |
void |
onTestFailure(ITestResult result) |
void |
onTestStart(ITestResult result) |
void |
onTestSuccess(ITestResult result) |
public void onTestStart(ITestResult result)
public void onTestFailure(ITestResult result)
public void onTestFailedButWithinSuccessPercentage(ITestResult result)
public void onTestSuccess(ITestResult result)
public void onConfigurationFailure(ITestResult result)
public void beforeConfiguration(ITestResult result)