Liferay 7.0-ce-b4

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

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

public class MainServletTestCallback
extends BaseTestCallback<Void,Void>


Field Summary
static MainServletTestCallback INSTANCE
           
 
Constructor Summary
protected MainServletTestCallback()
           
 
Method Summary
 void afterClass(org.junit.runner.Description description, Void c)
           
 Void beforeClass(org.junit.runner.Description description)
           
static MainServlet getMainServlet()
           
 
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,
                       Void c)
                throws PortalException
Specified by:
afterClass in interface TestCallback<Void,Void>
Overrides:
afterClass in class BaseTestCallback<Void,Void>
Throws:
PortalException

beforeClass

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

Liferay 7.0-ce-b4