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