Class BaseUnitTestCase

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.concurrent.ExecutorService executorService  
      org.junit.rules.TestRule globalTimeout  
      protected org.jboss.logging.Logger log  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • log

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

        protected final java.util.concurrent.ExecutorService executorService
      • globalTimeout

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

      • BaseUnitTestCase

        public BaseUnitTestCase()
    • Method Detail

      • assertNoLeaks

        public void assertNoLeaks()
      • releaseTransactions

        public void releaseTransactions()
      • sleep

        protected void sleep​(long millis)
      • executeAsync

        protected java.util.concurrent.Future<?> executeAsync​(java.lang.Runnable callable)
      • executeSync

        protected void executeSync​(java.lang.Runnable callable)