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