Liferay 7.0-ce-a3

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 afterClass(org.junit.runner.Description description, Object object)
           
 Object beforeClass(org.junit.runner.Description description)
           
static MainServlet getMainServlet()
           
protected  boolean isArquillianTest(org.junit.runner.Description description)
           
 
Methods inherited from class com.liferay.portal.kernel.test.rule.callback.BaseTestCallback
afterMethod, beforeMethod
 
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 MainServlet getMainServlet()

afterClass

public void afterClass(org.junit.runner.Description description,
                       Object object)
Specified by:
afterClass in interface TestCallback<Object,Object>
Overrides:
afterClass in class BaseTestCallback<Object,Object>

beforeClass

public Object beforeClass(org.junit.runner.Description description)
Specified by:
beforeClass in interface TestCallback<Object,Object>
Overrides:
beforeClass in class BaseTestCallback<Object,Object>

isArquillianTest

protected boolean isArquillianTest(org.junit.runner.Description description)

Liferay 7.0-ce-a3