public class TextReport
extends org.testng.reporters.ExitCodeListener
@Listeners({ TextReport.class})
Modifier and Type | Field and Description |
---|---|
protected SimpleReport |
report |
Constructor and Description |
---|
TextReport() |
Modifier and Type | Method and Description |
---|---|
void |
onTestFailedButWithinSuccessPercentage(org.testng.ITestResult result) |
void |
onTestFailure(org.testng.ITestResult result) |
void |
onTestStart(org.testng.ITestResult result) |
void |
onTestSuccess(org.testng.ITestResult result) |
protected SimpleReport report
public void onTestStart(org.testng.ITestResult result)
onTestStart
in interface org.testng.ITestListener
onTestStart
in class org.testng.TestNG.ExitCodeListener
public void onTestFailure(org.testng.ITestResult result)
onTestFailure
in interface org.testng.ITestListener
onTestFailure
in class org.testng.TestNG.ExitCodeListener
public void onTestFailedButWithinSuccessPercentage(org.testng.ITestResult result)
onTestFailedButWithinSuccessPercentage
in interface org.testng.ITestListener
onTestFailedButWithinSuccessPercentage
in class org.testng.TestNG.ExitCodeListener
public void onTestSuccess(org.testng.ITestResult result)
onTestSuccess
in interface org.testng.ITestListener
onTestSuccess
in class org.testng.TestNG.ExitCodeListener