Package de.hybris.platform.catalog
Class CatalogUnawareEurope1PricesTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.catalog.CatalogUnawarePDTRowTest<PriceRowModel>
-
- de.hybris.platform.catalog.CatalogUnawareEurope1PricesTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class CatalogUnawareEurope1PricesTest extends CatalogUnawarePDTRowTest<PriceRowModel>
-
-
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 CatalogUnawareEurope1PricesTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidassertThatTgtRowMatchSrcRow(PriceRowModel tgtRow, PriceRowModel srcRow)protected java.util.Collection<PriceRowModel>getRowsFrom(ProductModel product)protected java.util.List<PriceRowModel>getSynchronizedRows()protected PriceRowModelgivenRowForAnyProduct()protected PriceRowModelgivenRowForProduct(ProductModel product)protected PriceRowModelgivenRowForProductId(java.lang.String productId)-
Methods inherited from class de.hybris.platform.catalog.CatalogUnawarePDTRowTest
performTestCatalogSynchronization, setUp, 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
-
givenRowForProduct
protected PriceRowModel givenRowForProduct(ProductModel product)
- Specified by:
givenRowForProductin classCatalogUnawarePDTRowTest<PriceRowModel>
-
givenRowForProductId
protected PriceRowModel givenRowForProductId(java.lang.String productId)
- Specified by:
givenRowForProductIdin classCatalogUnawarePDTRowTest<PriceRowModel>
-
givenRowForAnyProduct
protected PriceRowModel givenRowForAnyProduct()
- Specified by:
givenRowForAnyProductin classCatalogUnawarePDTRowTest<PriceRowModel>
-
getSynchronizedRows
protected java.util.List<PriceRowModel> getSynchronizedRows()
- Specified by:
getSynchronizedRowsin classCatalogUnawarePDTRowTest<PriceRowModel>
-
assertThatTgtRowMatchSrcRow
protected void assertThatTgtRowMatchSrcRow(PriceRowModel tgtRow, PriceRowModel srcRow)
- Specified by:
assertThatTgtRowMatchSrcRowin classCatalogUnawarePDTRowTest<PriceRowModel>
-
getRowsFrom
protected java.util.Collection<PriceRowModel> getRowsFrom(ProductModel product)
- Specified by:
getRowsFromin classCatalogUnawarePDTRowTest<PriceRowModel>
-
-