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, testUnit
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description CatalogUnawareEurope1DiscountsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidassertThatTgtRowMatchSrcRow(DiscountRowModel tgtRow, DiscountRowModel srcRow)protected java.util.Collection<DiscountRowModel>getRowsFrom(ProductModel product)protected java.util.List<DiscountRowModel>getSynchronizedRows()protected DiscountRowModelgivenRowForAnyProduct()protected DiscountRowModelgivenRowForProduct(ProductModel product)protected DiscountRowModelgivenRowForProductId(java.lang.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, shouldSynchronizeRowForProduct
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
setUp
public void setUp()
- Overrides:
setUpin classCatalogUnawarePDTRowTest<DiscountRowModel>
-
givenRowForProduct
protected DiscountRowModel givenRowForProduct(ProductModel product)
- Specified by:
givenRowForProductin classCatalogUnawarePDTRowTest<DiscountRowModel>
-
givenRowForProductId
protected DiscountRowModel givenRowForProductId(java.lang.String productId)
- Specified by:
givenRowForProductIdin classCatalogUnawarePDTRowTest<DiscountRowModel>
-
givenRowForAnyProduct
protected DiscountRowModel givenRowForAnyProduct()
- Specified by:
givenRowForAnyProductin classCatalogUnawarePDTRowTest<DiscountRowModel>
-
getSynchronizedRows
protected java.util.List<DiscountRowModel> getSynchronizedRows()
- Specified by:
getSynchronizedRowsin classCatalogUnawarePDTRowTest<DiscountRowModel>
-
assertThatTgtRowMatchSrcRow
protected void assertThatTgtRowMatchSrcRow(DiscountRowModel tgtRow, DiscountRowModel srcRow)
- Specified by:
assertThatTgtRowMatchSrcRowin classCatalogUnawarePDTRowTest<DiscountRowModel>
-
getRowsFrom
protected java.util.Collection<DiscountRowModel> getRowsFrom(ProductModel product)
- Specified by:
getRowsFromin classCatalogUnawarePDTRowTest<DiscountRowModel>
-
-