Class BaseUnitTestCase
java.lang.Object
org.hibernate.testing.junit4.BaseUnitTestCase
- Direct Known Subclasses:
BaseCoreFunctionalTestCase, BaseNonConfigCoreFunctionalTestCase, BaseTransactionIsolationConfigTest, EnhancerTestUtils
Deprecated.
Use JUnit 5/6
The base unit test adapter.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ExecutorServiceDeprecated.org.junit.rules.TestRuleDeprecated.protected final org.jboss.logging.LoggerDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.protected Future<?> executeAsync(Runnable callable) Deprecated.protected voidexecuteSync(Runnable callable) Deprecated.voidDeprecated.protected voidsleep(long millis) Deprecated.
-
Field Details
-
log
protected final org.jboss.logging.Logger logDeprecated. -
executorService
Deprecated. -
globalTimeout
public org.junit.rules.TestRule globalTimeoutDeprecated.
-
-
Constructor Details
-
BaseUnitTestCase
public BaseUnitTestCase()Deprecated.
-
-
Method Details
-
assertNoLeaks
public void assertNoLeaks()Deprecated. -
releaseTransactions
public void releaseTransactions()Deprecated. -
sleep
protected void sleep(long millis) Deprecated. -
executeAsync
-
executeSync
Deprecated.
-