public class StatusListener
extends java.lang.Object
normally not used, preferring instead LoggingVerboseReporter which prints out config info| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
StatusListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onFinish(ITestContext arg0) |
void |
onStart(ITestContext arg0) |
void |
onTestFailedButWithinSuccessPercentage(ITestResult arg0) |
void |
onTestFailure(ITestResult arg0) |
void |
onTestSkipped(ITestResult arg0) |
void |
onTestStart(ITestResult res) |
void |
onTestSuccess(ITestResult arg0) |
public void onTestStart(ITestResult res)
public void onTestSuccess(ITestResult arg0)
public void onTestFailure(ITestResult arg0)
public void onTestSkipped(ITestResult arg0)
public void onTestFailedButWithinSuccessPercentage(ITestResult arg0)
public void onStart(ITestContext arg0)
public void onFinish(ITestContext arg0)