Liferay 6.2-ce-ga5

com.liferay.portal.kernel.test
Class RunAfterTestMethodCallback

java.lang.Object
  extended by org.junit.runners.model.Statement
      extended by com.liferay.portal.kernel.test.AbstractStatementCallback
          extended by com.liferay.portal.kernel.test.RunAfterTestMethodCallback

public class RunAfterTestMethodCallback
extends AbstractStatementCallback


Constructor Summary
RunAfterTestMethodCallback(Object instance, Method method, org.junit.runners.model.Statement statement, TestContextHandler testContextHandler)
           
 
Method Summary
 void evaluate()
           
 
Methods inherited from class com.liferay.portal.kernel.test.AbstractStatementCallback
getStatement, getTestContextHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunAfterTestMethodCallback

public RunAfterTestMethodCallback(Object instance,
                                  Method method,
                                  org.junit.runners.model.Statement statement,
                                  TestContextHandler testContextHandler)
Method Detail

evaluate

public void evaluate()
              throws Throwable
Specified by:
evaluate in class AbstractStatementCallback
Throws:
Throwable

Liferay 6.2-ce-ga5