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