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