Class BaseUnitTestCase

    • Field Detail

      • log

        protected final org.jboss.logging.Logger log
      • 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 Future<?> executeAsync​(Runnable callable)
      • executeSync

        protected void executeSync​(Runnable callable)