Class DefaultStoreFinderFacadeIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTest
-
- de.hybris.platform.commercefacades.storefinder.impl.DefaultStoreFinderFacadeIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class DefaultStoreFinderFacadeIntegrationTest 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 DefaultStoreFinderFacadeIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
getPointsOfServiceForCountry()
void
getPointsOfServiceForCountryNoResults()
void
getPointsOfServiceForRegion()
void
getPointsOfServiceForRegionNoResults()
protected StoreCountData
getRegionStoreCount(java.util.List<StoreCountData> regionsStoreCounts, java.lang.String isoCode)
getsStoreCountData
by isocode for a given collection of region store countvoid
setUp()
void
testCountryNoRegions()
void
testGetStoreCounts()
void
testGetStoreCountsNullStore()
-
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
-
testGetStoreCounts
public void testGetStoreCounts()
-
testCountryNoRegions
public void testCountryNoRegions()
-
getPointsOfServiceForCountry
public void getPointsOfServiceForCountry()
-
getPointsOfServiceForCountryNoResults
public void getPointsOfServiceForCountryNoResults()
-
getPointsOfServiceForRegion
public void getPointsOfServiceForRegion()
-
getPointsOfServiceForRegionNoResults
public void getPointsOfServiceForRegionNoResults()
-
testGetStoreCountsNullStore
public void testGetStoreCountsNullStore()
-
getRegionStoreCount
protected StoreCountData getRegionStoreCount(java.util.List<StoreCountData> regionsStoreCounts, java.lang.String isoCode)
getsStoreCountData
by isocode for a given collection of region store count- Parameters:
regionsStoreCounts
-isoCode
-- Returns:
StoreCountData
-
-