com.liferay.portal.test.rule.callback
Class PersistenceTestCallback
java.lang.Object
com.liferay.portal.kernel.test.rule.callback.BaseTestCallback<Object,Object>
com.liferay.portal.test.rule.callback.PersistenceTestCallback
- All Implemented Interfaces:
- TestCallback<Object,Object>
public class PersistenceTestCallback
- extends BaseTestCallback<Object,Object>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final PersistenceTestCallback INSTANCE
afterMethod
public void afterMethod(org.junit.runner.Description description,
Object modelListeners,
Object target)
- Specified by:
afterMethod in interface TestCallback<Object,Object>- Overrides:
afterMethod in class BaseTestCallback<Object,Object>
beforeMethod
public Object beforeMethod(org.junit.runner.Description description,
Object target)
- Specified by:
beforeMethod in interface TestCallback<Object,Object>- Overrides:
beforeMethod in class BaseTestCallback<Object,Object>