Class PriceRowChannelTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.servicelayer.ServicelayerTest
de.hybris.platform.europe1.persistence.PriceRowChannelTest
- All Implemented Interfaces:
JaloSessionHolder
Tests if Europe1PriceFactory correctly handles PriceRow with channel attribute.
-
Field Summary
FieldsFields 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 TypeMethodDescriptionvoidsetUp()voidvoidvoidvoidCases to Test:voidCases to Test:voidCases to Test:Methods 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
-
Field Details
-
DETECTED_UI_EXPERIENCE_LEVEL
- See Also:
-
-
Constructor Details
-
PriceRowChannelTest
public PriceRowChannelTest()
-
-
Method Details
-
setUp
- Throws:
Exception
-
testCreatePriceRowChannelUsingModel
public void testCreatePriceRowChannelUsingModel() -
testCreatePriceRowChannelUsingEurope1PriceFactory
- Throws:
Exception
-
testCreatePriceRowNullChannelUsingEurope1PriceFactory
- Throws:
Exception
-
testProductPricesNoChannel
Cases to Test:Context - No UI Experience Context, Price rows without channel data.
- Throws:
Exception
-
testProductPricesWithUIExperienceOnly
Cases to Test:Context - UI Experience Context set, Price rows without channel data.
- Throws:
Exception
-
testDefaultProductBasePriceChannel
Cases to Test:Context - UI Experience Context set, Price rows with channel data, changing "channel" ctx attribute to see if returned prices are different.
- Throws:
Exception
-