public class ClearThreadLocalClassTestRule extends ClassTestRule<Void>
| Modifier and Type | Field and Description |
|---|---|
static ClearThreadLocalClassTestRule |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterClass(org.junit.runner.Description description,
Void v) |
protected Void |
beforeClass(org.junit.runner.Description description) |
afterMethod, beforeMethod, createMethodStatementapply, createClassStatementpublic static final ClearThreadLocalClassTestRule INSTANCE
protected void afterClass(org.junit.runner.Description description,
Void v)
afterClass in class AbstractTestRule<Void,Void>protected Void beforeClass(org.junit.runner.Description description)
beforeClass in class AbstractTestRule<Void,Void>