public class DataGuardTestRule extends AbstractTestRule<DataGuardTestRule.DataBag,Map<String,List<com.liferay.portal.kernel.model.BaseModel<?>>>>
| 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,
Map<String,List<com.liferay.portal.kernel.model.BaseModel<?>>> dataMap,
Object target) |
protected DataGuardTestRule.DataBag |
beforeClass(org.junit.runner.Description description) |
protected Map<String,List<com.liferay.portal.kernel.model.BaseModel<?>>> |
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,Map<String,List<com.liferay.portal.kernel.model.BaseModel<?>>>>Throwableprotected void afterMethod(org.junit.runner.Description description,
Map<String,List<com.liferay.portal.kernel.model.BaseModel<?>>> dataMap,
Object target)
throws Throwable
afterMethod in class AbstractTestRule<DataGuardTestRule.DataBag,Map<String,List<com.liferay.portal.kernel.model.BaseModel<?>>>>Throwableprotected DataGuardTestRule.DataBag beforeClass(org.junit.runner.Description description)
beforeClass in class AbstractTestRule<DataGuardTestRule.DataBag,Map<String,List<com.liferay.portal.kernel.model.BaseModel<?>>>>protected Map<String,List<com.liferay.portal.kernel.model.BaseModel<?>>> beforeMethod(org.junit.runner.Description description,
Object target)
beforeMethod in class AbstractTestRule<DataGuardTestRule.DataBag,Map<String,List<com.liferay.portal.kernel.model.BaseModel<?>>>>