Class DefaultJdbcSuspendSupportUnitTest
java.lang.Object
de.hybris.platform.core.threadregistry.DefaultJdbcSuspendSupportUnitTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoid
-
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()
-