Class PriceRowFilterTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.order.strategies.calculation.pdt.filter.PriceRowFilterTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class PriceRowFilterTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description PriceRowFilterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
shouldFilterOutRowWithWrongDateRange()
void
shouldGiveAway()
void
shouldRemovePriceRowsWithNullChannelIfChannelIsReachedForOnPriceRow()
void
shouldReturn0PriceRowsIfMinimumQuantityIsNotReeached()
void
shouldReturn0PricesIfChannelIsNotReached()
void
shouldReturnOriginalPriceRow()
-
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() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldReturn0PriceRowsIfMinimumQuantityIsNotReeached
public void shouldReturn0PriceRowsIfMinimumQuantityIsNotReeached()
-
shouldReturnOriginalPriceRow
public void shouldReturnOriginalPriceRow()
-
shouldReturn0PricesIfChannelIsNotReached
public void shouldReturn0PricesIfChannelIsNotReached()
-
shouldRemovePriceRowsWithNullChannelIfChannelIsReachedForOnPriceRow
public void shouldRemovePriceRowsWithNullChannelIfChannelIsReachedForOnPriceRow()
-
shouldGiveAway
public void shouldGiveAway()
-
shouldFilterOutRowWithWrongDateRange
public void shouldFilterOutRowWithWrongDateRange()
-
-