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
Throwablevoid afterMethod(org.junit.runner.Description description,
M m,
Object target)
throws Throwable
ThrowableC beforeClass(org.junit.runner.Description description) throws Throwable
Throwable