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,
Object target) |
protected DataGuardTestRule.DataBag |
beforeClass(org.junit.runner.Description description) |
protected DataGuardTestRule.DataBag |
beforeMethod(org.junit.runner.Description description,
Object target) |
apply, createClassStatement, createMethodStatementpublic static final DataGuardTestRule INSTANCE
protected void afterClass(org.junit.runner.Description description,
DataGuardTestRule.DataBag dataBag)
throws Throwable
afterClass in class AbstractTestRule<DataGuardTestRule.DataBag,DataGuardTestRule.DataBag>Throwableprotected void afterMethod(org.junit.runner.Description description,
DataGuardTestRule.DataBag dataBag,
Object target)
throws Throwable
afterMethod in class AbstractTestRule<DataGuardTestRule.DataBag,DataGuardTestRule.DataBag>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, Object target)
beforeMethod in class AbstractTestRule<DataGuardTestRule.DataBag,DataGuardTestRule.DataBag>