public class HotDeployAwaitTestCallback extends com.liferay.portal.kernel.test.rule.callback.BaseTestCallback<CountDownLatch,Void>
Modifier and Type | Field and Description |
---|---|
static HotDeployAwaitTestCallback |
INSTANCE |
Constructor and Description |
---|
HotDeployAwaitTestCallback() |
Modifier and Type | Method and Description |
---|---|
void |
afterClass(org.junit.runner.Description description,
CountDownLatch endCountDownLatch) |
CountDownLatch |
beforeClass(org.junit.runner.Description description) |
public static final HotDeployAwaitTestCallback INSTANCE
public void afterClass(org.junit.runner.Description description, CountDownLatch endCountDownLatch) throws Throwable
afterClass
in interface com.liferay.portal.kernel.test.rule.callback.TestCallback<CountDownLatch,Void>
afterClass
in class com.liferay.portal.kernel.test.rule.callback.BaseTestCallback<CountDownLatch,Void>
Throwable
public CountDownLatch beforeClass(org.junit.runner.Description description) throws InterruptedException
beforeClass
in interface com.liferay.portal.kernel.test.rule.callback.TestCallback<CountDownLatch,Void>
beforeClass
in class com.liferay.portal.kernel.test.rule.callback.BaseTestCallback<CountDownLatch,Void>
InterruptedException