public abstract class BaseUnitTestCase
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.concurrent.ExecutorService |
executorService |
org.junit.rules.TestRule |
globalTimeout |
protected org.jboss.logging.Logger |
log |
Constructor and Description |
---|
BaseUnitTestCase() |
Modifier and Type | Method and Description |
---|---|
void |
assertNoLeaks() |
protected java.util.concurrent.Future<?> |
executeAsync(java.lang.Runnable callable) |
protected void |
executeSync(java.lang.Runnable callable) |
void |
releaseTransactions() |
protected void |
sleep(long millis) |
protected final org.jboss.logging.Logger log
protected final java.util.concurrent.ExecutorService executorService
public org.junit.rules.TestRule globalTimeout
public void assertNoLeaks()
public void releaseTransactions()
protected void sleep(long millis)
protected java.util.concurrent.Future<?> executeAsync(java.lang.Runnable callable)
protected void executeSync(java.lang.Runnable callable)
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.