Liferay 7.0-ce-a2

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>


Method Summary
 void afterClass(Class<?> clazz, C c)
           
 void afterMethod(Class<?> clazz, Method method, M m, Object target)
           
 C beforeClass(Class<?> clazz)
           
 M beforeMethod(Class<?> clazz, Method method, Object target)
           
 

Method Detail

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

Liferay 7.0-ce-a2