Package de.hybris.platform.catalog
Class CatalogUnawareEurope1DiscountsTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.catalog.CatalogUnawarePDTRowTest<DiscountRowModel>
de.hybris.platform.catalog.CatalogUnawareEurope1DiscountsTest
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest
public class CatalogUnawareEurope1DiscountsTest
extends CatalogUnawarePDTRowTest<DiscountRowModel>
-
Field Summary
Fields inherited from class de.hybris.platform.catalog.CatalogUnawarePDTRowTest
modelService, otherCatalogVersion, otherProduct, testCatalogVersion, testCurrency, testProduct, testUnitFields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidassertThatTgtRowMatchSrcRow(DiscountRowModel tgtRow, DiscountRowModel srcRow) protected Collection<DiscountRowModel>getRowsFrom(ProductModel product) protected List<DiscountRowModel>protected DiscountRowModelprotected DiscountRowModelgivenRowForProduct(ProductModel product) protected DiscountRowModelgivenRowForProductId(String productId) voidsetUp()Methods inherited from class de.hybris.platform.catalog.CatalogUnawarePDTRowTest
performTestCatalogSynchronization, shouldFindMultipleRows, shouldFindOnlyRowsForProduct, shouldFindOnlyRowsForProductCode, shouldGetRowByProduct, shouldGetRowByProductCode, shouldGetRowForAnyProduct, shouldNotFindRowForDifferentProduct, shouldNotFindRowForDifferentProductCode, shouldNotRemoveRowForAnyProduct, shouldNotRemoveRowForProductCode, shouldNotSynchronizeAnyProductRow, shouldNotSynchronizeRowForProductCode, shouldRemoveOnlyRowForProduct, shouldRemoveRowForProduct, shouldSynchronizeRowForProductMethods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
CatalogUnawareEurope1DiscountsTest
public CatalogUnawareEurope1DiscountsTest()
-
-
Method Details
-
setUp
public void setUp()- Overrides:
setUpin classCatalogUnawarePDTRowTest<DiscountRowModel>
-
givenRowForProduct
- Specified by:
givenRowForProductin classCatalogUnawarePDTRowTest<DiscountRowModel>
-
givenRowForProductId
- Specified by:
givenRowForProductIdin classCatalogUnawarePDTRowTest<DiscountRowModel>
-
givenRowForAnyProduct
- Specified by:
givenRowForAnyProductin classCatalogUnawarePDTRowTest<DiscountRowModel>
-
getSynchronizedRows
- Specified by:
getSynchronizedRowsin classCatalogUnawarePDTRowTest<DiscountRowModel>
-
assertThatTgtRowMatchSrcRow
- Specified by:
assertThatTgtRowMatchSrcRowin classCatalogUnawarePDTRowTest<DiscountRowModel>
-
getRowsFrom
- Specified by:
getRowsFromin classCatalogUnawarePDTRowTest<DiscountRowModel>
-