public interface TestCallback<C,M>
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) |
void afterClass(org.junit.runner.Description description, C c) throws java.lang.Throwable
java.lang.Throwable
void afterMethod(org.junit.runner.Description description, M m, java.lang.Object target) throws java.lang.Throwable
java.lang.Throwable
C beforeClass(org.junit.runner.Description description) throws java.lang.Throwable
java.lang.Throwable
M beforeMethod(org.junit.runner.Description description, java.lang.Object target) throws java.lang.Throwable
java.lang.Throwable