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
@IntegrationTest public class DefaultPointOfServiceDaoIT extends ServicelayerTest
-
-
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 DefaultPointOfServiceDaoIT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcreateTestPosEntries()voidretrievePosPerCountryNoResults()voidretrievePosPerCountryNullCheck()voidretrievePosPerCountrySuccess()voidretrievePosPerRegionNoResults()voidretrievePosPerRegionNullCountry()voidretrievePosPerRegionNullRegion()voidretrievePosPerRegionSuccess()voidsetUp()voidshouldCountNumberOfPosPerCountry()voidshouldCountNumberOfPosPerCountryNullStore()voidshouldCountPosForCountryInDifferentBaseStores()voidshouldCountPosPerRegion()voidshouldCountPosPerRegionNoResults()voidshouldHaveEmptyGeocodingTimestampIfQualifiesForGeocoding()voidshouldSelectAllItemsForGeocoding()voidshouldSelectRequestedNumberOfItemsForGeocoding()voidshouldThrowExWhenCountryIsNullAndStoreIsNull()-
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 java.lang.Exception- Throws:
java.lang.Exception
-
createTestPosEntries
protected void createTestPosEntries() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldSelectAllItemsForGeocoding
public void shouldSelectAllItemsForGeocoding() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldSelectRequestedNumberOfItemsForGeocoding
public void shouldSelectRequestedNumberOfItemsForGeocoding() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldHaveEmptyGeocodingTimestampIfQualifiesForGeocoding
public void shouldHaveEmptyGeocodingTimestampIfQualifiesForGeocoding() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldCountNumberOfPosPerCountry
public void shouldCountNumberOfPosPerCountry()
-
shouldCountNumberOfPosPerCountryNullStore
public void shouldCountNumberOfPosPerCountryNullStore()
-
shouldCountPosForCountryInDifferentBaseStores
public void shouldCountPosForCountryInDifferentBaseStores()
-
shouldThrowExWhenCountryIsNullAndStoreIsNull
public void shouldThrowExWhenCountryIsNullAndStoreIsNull() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldCountPosPerRegion
public void shouldCountPosPerRegion() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldCountPosPerRegionNoResults
public void shouldCountPosPerRegionNoResults() throws java.lang.Exception- Throws:
java.lang.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()
-
-