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