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 TestListener
public void onCaseStart(String name, String className, String file, int line)
onCaseStart
in interface TestListener
public void onError(String message, String type, String trace)
onError
in interface TestListener
public void onFailure(String message, String type, String trace)
onFailure
in interface TestListener
public void onSkip(String message)
onSkip
in interface TestListener
public void onSuiteEnd(String name, int runs, int failures, int errors)
onSuiteEnd
in interface TestListener
public void onSuiteStart(String name)
onSuiteStart
in interface TestListener
public void testAfterClassMethod(String testClass, String methodName)
testAfterClassMethod
in interface TestListener
public void testAfterMethod(String testClass, String methodName)
testAfterMethod
in interface TestListener
public void testBeforeClassMethod(String testClass, String methodName)
testBeforeClassMethod
in interface TestListener
public void testBeforeMethod(String testClass, String methodName)
testBeforeMethod
in interface TestListener
public void testInstance(String testClass)
testInstance
in interface TestListener