Class DefaultSiteMessageServiceIntegrationTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.servicelayer.ServicelayerTest
de.hybris.platform.servicelayer.ServicelayerTransactionalTest
de.hybris.platform.notificationservices.service.impl.DefaultSiteMessageServiceIntegrationTest
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest
public class DefaultSiteMessageServiceIntegrationTest
extends ServicelayerTransactionalTest
Integration test for
DefaultSiteMessageService-
Field Summary
Fields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importServiceFields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SearchPageDatavoidsetup()voidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNoneMethods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
DefaultSiteMessageServiceIntegrationTest
public DefaultSiteMessageServiceIntegrationTest()
-
-
Method Details
-
setup
- Throws:
ImpExException
-
testGetPaginatedMesages
public void testGetPaginatedMesages() -
testGetPaginatedMessagesWithoutSearchParameter
public void testGetPaginatedMessagesWithoutSearchParameter() -
testGetPaginatedMesagesForType
public void testGetPaginatedMesagesForType() -
testGetPaginatedMesagesForTypeWithNullType
public void testGetPaginatedMesagesForTypeWithNullType() -
prepareSearchPageData
-
testCreateMessage_localNull
public void testCreateMessage_localNull() -
testCreateMessage
public void testCreateMessage() -
testGetSiteMessagesForCustomer_customerWithMessage
public void testGetSiteMessagesForCustomer_customerWithMessage() -
testGetSiteMessagesForCustomer_customerWithoutMessage
public void testGetSiteMessagesForCustomer_customerWithoutMessage()
-