Class NotSuspendableAfterSaveEventTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.core.threadregistry.NotSuspendableAfterSaveEventTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class NotSuspendableAfterSaveEventTest extends ServicelayerBaseTest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNotSuspendableAfterSaveEventTest.TestAfterSaveListener
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description NotSuspendableAfterSaveEventTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldNotifyListenersAfterSystemResume()voidshouldNotifyListenersAsNotSuspendableOperation()static voidstartMasterTenant()-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
startMasterTenant
public static void startMasterTenant()
-
shouldNotifyListenersAsNotSuspendableOperation
public void shouldNotifyListenersAsNotSuspendableOperation() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldNotifyListenersAfterSystemResume
public void shouldNotifyListenersAfterSystemResume() throws java.lang.Exception- Throws:
java.lang.Exception
-
-