public class CheckHelperTestListener extends Object implements TestListener
| Constructor and Description |
|---|
CheckHelperTestListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCaseEnd(String name,
double duration) |
void |
onCaseStart(String name,
String className,
String file,
int line) |
void |
onError(String message,
String type,
String trace) |
void |
onFailure(String message,
String type,
String trace) |
void |
onSkip(String message) |
void |
onSuiteEnd(String name,
int runs,
int failures,
int errors) |
void |
onSuiteStart(String name) |
void |
testAfterClassMethod(String testClass,
String methodName) |
void |
testAfterMethod(String testClass,
String methodName) |
void |
testBeforeClassMethod(String testClass,
String methodName) |
void |
testBeforeMethod(String testClass,
String methodName) |
void |
testInstance(String testClass) |
public void onCaseEnd(String name, double duration)
onCaseEnd in interface TestListenerpublic void onCaseStart(String name, String className, String file, int line)
onCaseStart in interface TestListenerpublic void onError(String message, String type, String trace)
onError in interface TestListenerpublic void onFailure(String message, String type, String trace)
onFailure in interface TestListenerpublic void onSkip(String message)
onSkip in interface TestListenerpublic void onSuiteEnd(String name, int runs, int failures, int errors)
onSuiteEnd in interface TestListenerpublic void onSuiteStart(String name)
onSuiteStart in interface TestListenerpublic void testAfterClassMethod(String testClass, String methodName)
testAfterClassMethod in interface TestListenerpublic void testAfterMethod(String testClass, String methodName)
testAfterMethod in interface TestListenerpublic void testBeforeClassMethod(String testClass, String methodName)
testBeforeClassMethod in interface TestListenerpublic void testBeforeMethod(String testClass, String methodName)
testBeforeMethod in interface TestListenerpublic void testInstance(String testClass)
testInstance in interface TestListener