com.liferay.portal.test
Class PersistenceTestRule
java.lang.Object
com.liferay.portal.kernel.test.BaseTestRule<Object,Object>
com.liferay.portal.test.PersistenceTestRule
- All Implemented Interfaces:
- org.junit.rules.TestRule
public class PersistenceTestRule
- extends BaseTestRule<Object,Object>
|
Method Summary |
protected void |
afterMethod(org.junit.runner.Description description,
Object modelListeners)
|
protected Object |
beforeMethod(org.junit.runner.Description description)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final PersistenceTestRule INSTANCE
afterMethod
protected void afterMethod(org.junit.runner.Description description,
Object modelListeners)
- Overrides:
afterMethod in class BaseTestRule<Object,Object>
beforeMethod
protected Object beforeMethod(org.junit.runner.Description description)
- Overrides:
beforeMethod in class BaseTestRule<Object,Object>