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