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