Class DefaultPointOfServiceDaoIT
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.servicelayer.ServicelayerTest
de.hybris.platform.storelocator.impl.DefaultPointOfServiceDaoIT
- All Implemented Interfaces:
JaloSessionHolder
-
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 voidvoidvoidvoidvoidvoidvoidvoidvoidsetUp()voidvoidvoidvoidvoidvoidvoidvoidvoidMethods 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
-
DefaultPointOfServiceDaoIT
public DefaultPointOfServiceDaoIT()
-
-
Method Details
-
setUp
- Throws:
Exception
-
createTestPosEntries
- Throws:
Exception
-
shouldSelectAllItemsForGeocoding
- Throws:
Exception
-
shouldSelectRequestedNumberOfItemsForGeocoding
- Throws:
Exception
-
shouldHaveEmptyGeocodingTimestampIfQualifiesForGeocoding
- Throws:
Exception
-
shouldCountNumberOfPosPerCountry
public void shouldCountNumberOfPosPerCountry() -
shouldCountNumberOfPosPerCountryNullStore
public void shouldCountNumberOfPosPerCountryNullStore() -
shouldCountPosForCountryInDifferentBaseStores
public void shouldCountPosForCountryInDifferentBaseStores() -
shouldThrowExWhenCountryIsNullAndStoreIsNull
- Throws:
Exception
-
shouldCountPosPerRegion
- Throws:
Exception
-
shouldCountPosPerRegionNoResults
- Throws:
Exception
-
retrievePosPerCountrySuccess
public void retrievePosPerCountrySuccess() -
retrievePosPerCountryNoResults
public void retrievePosPerCountryNoResults() -
retrievePosPerRegionSuccess
public void retrievePosPerRegionSuccess() -
retrievePosPerRegionNoResults
public void retrievePosPerRegionNoResults() -
retrievePosPerCountryNullCheck
public void retrievePosPerCountryNullCheck() -
retrievePosPerRegionNullCountry
public void retrievePosPerRegionNullCountry() -
retrievePosPerRegionNullRegion
public void retrievePosPerRegionNullRegion()
-