Liferay 7.0-ce-a2

com.liferay.portal.test.rule.callback
Class PersistenceTestCallback

java.lang.Object
  extended by com.liferay.portal.kernel.test.rule.callback.BaseTestCallback<Object,Object>
      extended by com.liferay.portal.test.rule.callback.PersistenceTestCallback
All Implemented Interfaces:
TestCallback<Object,Object>

public class PersistenceTestCallback
extends BaseTestCallback<Object,Object>


Field Summary
static PersistenceTestCallback INSTANCE
           
 
Method Summary
 void doAfterMethod(org.junit.runner.Description description, Object modelListeners, Object target)
           
 Object doBeforeMethod(org.junit.runner.Description description, Object target)
           
 
Methods inherited from class com.liferay.portal.kernel.test.rule.callback.BaseTestCallback
afterClass, afterMethod, beforeClass, beforeMethod, doAfterClass, doBeforeClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final PersistenceTestCallback INSTANCE
Method Detail

doAfterMethod

public void doAfterMethod(org.junit.runner.Description description,
                          Object modelListeners,
                          Object target)
Overrides:
doAfterMethod in class BaseTestCallback<Object,Object>

doBeforeMethod

public Object doBeforeMethod(org.junit.runner.Description description,
                             Object target)
Overrides:
doBeforeMethod in class BaseTestCallback<Object,Object>

Liferay 7.0-ce-a2