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 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 testError(String testClass, String testMethod, long duration, Throwable error, String errorMessage)
testError
in interface TestListener
public void testFailure(String testClass, String testMethod, long duration, Throwable error, String errorMessage)
testFailure
in interface TestListener
public void testInstance(String testClass)
testInstance
in interface TestListener
public void testStarted(String testClass, String testMethod)
testStarted
in interface TestListener
public void testSuccess(String testClass, String testMethod, long duration)
testSuccess
in interface TestListener
public void testSuiteEnded(String name, int runs, int failures, int errors)
testSuiteEnded
in interface TestListener
public void testSuiteStarted(String name)
testSuiteStarted
in interface TestListener