public class TextReport
extends java.lang.Object
@Listeners({TextReport.class})
Annotate test classes to be reported with @{@link Report}TextReport or GlobalTextReport, never both| Modifier and Type | Field and Description |
|---|---|
static boolean |
onFailedTest |
static boolean |
onSucceededTest |
protected SimpleReport |
report |
| Constructor and Description |
|---|
TextReport() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterInvocation(IInvokedMethod method,
ITestResult testResult) |
void |
beforeInvocation(IInvokedMethod method,
ITestResult testResult) |
protected SimpleReport report
public static boolean onFailedTest
public static boolean onSucceededTest