com.liferay.portal.kernel.test.rule.callback
Interface TestCallback<C,M>
- All Known Implementing Classes:
- BaseTestCallback, CITimeoutTestCallback, ClearThreadLocalTestCallback, CompanyProviderTestCallback, DeleteAfterTestRunTestCallback, HypersonicServerTestCallback, LogAssertionTestCallback, MainServletTestCallback, PersistenceTestCallback, PortalExecutorManagerTestCallback, SybaseDumpTransactionLogTestCallback, SynchronousDestinationTestCallback, SynchronousMailTestCallback, SyntheticBundleTestCallback, UniqueStringRandomizerBumperTestCallback
public interface TestCallback<C,M>
afterClass
void afterClass(org.junit.runner.Description description,
C c)
throws Throwable
- Throws:
Throwable
afterMethod
void afterMethod(org.junit.runner.Description description,
M m,
Object target)
throws Throwable
- Throws:
Throwable
beforeClass
C beforeClass(org.junit.runner.Description description)
throws Throwable
- Throws:
Throwable
beforeMethod
M beforeMethod(org.junit.runner.Description description,
Object target)
throws Throwable
- Throws:
Throwable