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