public class CheckHelperTestListener extends Object implements TestListener
| Constructor and Description |
|---|
CheckHelperTestListener() |
| Modifier and Type | Method and Description |
|---|---|
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 |
testError(String testClass,
String testMethod,
long duration,
Throwable error,
String errorMessage) |
void |
testFailure(String testClass,
String testMethod,
long duration,
Throwable error,
String errorMessage) |
void |
testInstance(String testClass) |
void |
testStarted(String testClass,
String testMethod) |
void |
testSuccess(String testClass,
String testMethod,
long duration) |
void |
testSuiteEnded(String name,
int runs,
int failures,
int errors) |
void |
testSuiteStarted(String name) |
public 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 testError(String testClass, String testMethod, long duration, Throwable error, String errorMessage)
testError in interface TestListenerpublic void testFailure(String testClass, String testMethod, long duration, Throwable error, String errorMessage)
testFailure in interface TestListenerpublic void testInstance(String testClass)
testInstance in interface TestListenerpublic void testStarted(String testClass, String testMethod)
testStarted in interface TestListenerpublic void testSuccess(String testClass, String testMethod, long duration)
testSuccess in interface TestListenerpublic void testSuiteEnded(String name, int runs, int failures, int errors)
testSuiteEnded in interface TestListenerpublic void testSuiteStarted(String name)
testSuiteStarted in interface TestListener