com.liferay.portal.kernel.test.rule.callback
Class BaseTestCallback<C,M>
java.lang.Object
com.liferay.portal.kernel.test.rule.callback.BaseTestCallback<C,M>
- All Implemented Interfaces:
- TestCallback<C,M>
- Direct Known Subclasses:
- CITimeoutTestCallback, ClearThreadLocalTestCallback, CompanyProviderTestCallback, DeleteAfterTestRunTestCallback, HypersonicServerTestCallback, MainServletTestCallback, PersistenceTestCallback, PortalExecutorManagerTestCallback, SybaseDumpTransactionLogTestCallback, SyntheticBundleTestCallback, UniqueStringRandomizerBumperTestCallback
public class BaseTestCallback<C,M>
- extends Object
- implements TestCallback<C,M>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseTestCallback
public BaseTestCallback()
afterClass
public void afterClass(org.junit.runner.Description description,
C c)
throws Throwable
- Specified by:
afterClass in interface TestCallback<C,M>
- Throws:
Throwable
afterMethod
public void afterMethod(org.junit.runner.Description description,
M m,
Object target)
throws Throwable
- Specified by:
afterMethod in interface TestCallback<C,M>
- Throws:
Throwable
beforeClass
public C beforeClass(org.junit.runner.Description description)
throws Throwable
- Specified by:
beforeClass in interface TestCallback<C,M>
- Throws:
Throwable
beforeMethod
public M beforeMethod(org.junit.runner.Description description,
Object target)
throws Throwable
- Specified by:
beforeMethod in interface TestCallback<C,M>
- Throws:
Throwable