Liferay 7.0-ce-a2

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

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

public class MainServletTestCallback
extends BaseTestCallback<Object,Object>


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

Field Detail

INSTANCE

public static final MainServletTestCallback INSTANCE
Constructor Detail

MainServletTestCallback

protected MainServletTestCallback()
Method Detail

getMainServlet

public static com.liferay.portal.servlet.MainServlet getMainServlet()

doAfterClass

public void doAfterClass(org.junit.runner.Description description,
                         Object object)
Overrides:
doAfterClass in class BaseTestCallback<Object,Object>

doBeforeClass

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

Liferay 7.0-ce-a2