Liferay 7.0-ce-b4

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>


Method Summary
 void afterClass(org.junit.runner.Description description, C c)
           
 void afterMethod(org.junit.runner.Description description, M m, Object target)
           
 C beforeClass(org.junit.runner.Description description)
           
 M beforeMethod(org.junit.runner.Description description, Object target)
           
 

Method Detail

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

Liferay 7.0-ce-b4