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 forDefaultSiteMessageService
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importService
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description DefaultSiteMessageServiceIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SearchPageData
prepareSearchPageData()
void
setup()
void
testCreateMessage()
void
testCreateMessage_localNull()
void
testGetPaginatedMesages()
void
testGetPaginatedMesagesForType()
void
testGetPaginatedMesagesForTypeWithNullType()
void
testGetPaginatedMessagesWithoutSearchParameter()
void
testGetSiteMessagesForCustomer_customerWithMessage()
void
testGetSiteMessagesForCustomer_customerWithoutMessage()
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNone
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
setup
public void setup() throws ImpExException
- Throws:
ImpExException
-
testGetPaginatedMesages
public void testGetPaginatedMesages()
-
testGetPaginatedMessagesWithoutSearchParameter
public void testGetPaginatedMessagesWithoutSearchParameter()
-
testGetPaginatedMesagesForType
public void testGetPaginatedMesagesForType()
-
testGetPaginatedMesagesForTypeWithNullType
public void testGetPaginatedMesagesForTypeWithNullType()
-
prepareSearchPageData
protected SearchPageData prepareSearchPageData()
-
testCreateMessage_localNull
public void testCreateMessage_localNull()
-
testCreateMessage
public void testCreateMessage()
-
testGetSiteMessagesForCustomer_customerWithMessage
public void testGetSiteMessagesForCustomer_customerWithMessage()
-
testGetSiteMessagesForCustomer_customerWithoutMessage
public void testGetSiteMessagesForCustomer_customerWithoutMessage()
-
-