public class DataGuardTestRule extends AbstractTestRule<DataGuardTestRule.DataBag,DataGuardTestRule.DataBag>
| Modifier and Type | Class and Description |
|---|---|
static class |
DataGuardTestRule.DataBag |
| Modifier and Type | Field and Description |
|---|---|
static DataGuardTestRule |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterClass(org.junit.runner.Description description,
DataGuardTestRule.DataBag dataBag) |
protected void |
afterMethod(org.junit.runner.Description description,
DataGuardTestRule.DataBag dataBag,
java.lang.Object target) |
protected DataGuardTestRule.DataBag |
beforeClass(org.junit.runner.Description description) |
protected DataGuardTestRule.DataBag |
beforeMethod(org.junit.runner.Description description,
java.lang.Object target) |
apply, createClassStatement, createMethodStatementpublic static final DataGuardTestRule INSTANCE
protected void afterClass(org.junit.runner.Description description,
DataGuardTestRule.DataBag dataBag)
throws java.lang.Throwable
afterClass in class AbstractTestRule<DataGuardTestRule.DataBag,DataGuardTestRule.DataBag>java.lang.Throwableprotected void afterMethod(org.junit.runner.Description description,
DataGuardTestRule.DataBag dataBag,
java.lang.Object target)
throws java.lang.Throwable
afterMethod in class AbstractTestRule<DataGuardTestRule.DataBag,DataGuardTestRule.DataBag>java.lang.Throwableprotected DataGuardTestRule.DataBag beforeClass(org.junit.runner.Description description)
beforeClass in class AbstractTestRule<DataGuardTestRule.DataBag,DataGuardTestRule.DataBag>protected DataGuardTestRule.DataBag beforeMethod(org.junit.runner.Description description, java.lang.Object target)
beforeMethod in class AbstractTestRule<DataGuardTestRule.DataBag,DataGuardTestRule.DataBag>