com.liferay.portal.test.rule.callback
Class MainServletTestCallback
java.lang.Object
com.liferay.portal.kernel.test.rule.callback.BaseTestCallback<Void,Void>
com.liferay.portal.test.rule.callback.MainServletTestCallback
- All Implemented Interfaces:
- TestCallback<Void,Void>
public class MainServletTestCallback
- extends BaseTestCallback<Void,Void>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final MainServletTestCallback INSTANCE
MainServletTestCallback
protected MainServletTestCallback()
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>