public class BaseTestCallback<C,M> extends java.lang.Object implements TestCallback<C,M>
Constructor and Description |
---|
BaseTestCallback() |
Modifier and Type | Method and Description |
---|---|
void |
afterClass(org.junit.runner.Description description,
C c) |
void |
afterMethod(org.junit.runner.Description description,
M m,
java.lang.Object target) |
C |
beforeClass(org.junit.runner.Description description) |
M |
beforeMethod(org.junit.runner.Description description,
java.lang.Object target) |
public void afterClass(org.junit.runner.Description description, C c) throws java.lang.Throwable
afterClass
in interface TestCallback<C,M>
java.lang.Throwable
public void afterMethod(org.junit.runner.Description description, M m, java.lang.Object target) throws java.lang.Throwable
afterMethod
in interface TestCallback<C,M>
java.lang.Throwable
public C beforeClass(org.junit.runner.Description description) throws java.lang.Throwable
beforeClass
in interface TestCallback<C,M>
java.lang.Throwable
public M beforeMethod(org.junit.runner.Description description, java.lang.Object target) throws java.lang.Throwable
beforeMethod
in interface TestCallback<C,M>
java.lang.Throwable