Class BaseUnitTestCase

java.lang.Object
org.hibernate.testing.junit4.BaseUnitTestCase
Direct Known Subclasses:
BaseCoreFunctionalTestCase, BaseNonConfigCoreFunctionalTestCase, BaseTransactionIsolationConfigTest, EnhancerTestUtils

public abstract class BaseUnitTestCase extends Object
The base unit test adapter.
  • Field Details

    • log

      protected final org.jboss.logging.Logger log
    • executorService

      protected final ExecutorService executorService
    • globalTimeout

      public org.junit.rules.TestRule globalTimeout
  • Constructor Details

    • BaseUnitTestCase

      public BaseUnitTestCase()
  • Method Details

    • assertNoLeaks

      public void assertNoLeaks()
    • releaseTransactions

      public void releaseTransactions()
    • sleep

      protected void sleep(long millis)
    • executeAsync

      protected Future<?> executeAsync(Runnable callable)
    • executeSync

      protected void executeSync(Runnable callable)