Class DefaultJdbcSuspendSupportUnitTest

java.lang.Object
de.hybris.platform.core.threadregistry.DefaultJdbcSuspendSupportUnitTest

@UnitTest public class DefaultJdbcSuspendSupportUnitTest extends Object
  • Constructor Details

    • DefaultJdbcSuspendSupportUnitTest

      public DefaultJdbcSuspendSupportUnitTest()
  • Method Details

    • shouldNotThrowExceptionWhenThreadIsNotRegisteredAndSystemIsRunning

      public void shouldNotThrowExceptionWhenThreadIsNotRegisteredAndSystemIsRunning()
    • shouldNotThrowExceptionWhenThreadIsSuspendableAndSystemIsRunning

      public void shouldNotThrowExceptionWhenThreadIsSuspendableAndSystemIsRunning()
    • shouldNotThrowExceptionWhenThreadIsNotSuspendableAndSystemIsRunning

      public void shouldNotThrowExceptionWhenThreadIsNotSuspendableAndSystemIsRunning()
    • shouldThrowExceptionWhenThreadIsNotRegisteredAndSystemIsNotRunning

      public void shouldThrowExceptionWhenThreadIsNotRegisteredAndSystemIsNotRunning()
    • shouldNotThrowExceptionWhenThreadIsNotRegisteredAndSystemIsNotRunningWhenItCanHandleDbFailures

      public void shouldNotThrowExceptionWhenThreadIsNotRegisteredAndSystemIsNotRunningWhenItCanHandleDbFailures()
    • shouldThrowExceptionWhenThreadIsSuspendableAndSystemIsNotRunning

      public void shouldThrowExceptionWhenThreadIsSuspendableAndSystemIsNotRunning()
    • shouldNotThrowExceptionWhenThreadIsNotSuspendableAndSystemIsNotRunning

      public void shouldNotThrowExceptionWhenThreadIsNotSuspendableAndSystemIsNotRunning()