public class GlobalTextReport
extends java.lang.Object
@Listeners({GlobalTextReport.class})
Use either TextReport or GlobalTextReport, never both
| Modifier and Type | Field and Description |
|---|---|
protected SimpleReport |
report |
| Constructor and Description |
|---|
GlobalTextReport() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterInvocation(IInvokedMethod method,
ITestResult testResult) |
void |
beforeInvocation(IInvokedMethod method,
ITestResult testResult) |
protected SimpleReport report