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