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