Class DefaultFindPriceValuesServiceIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.order.strategies.calculation.pdt.DefaultFindPriceValuesServiceIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class DefaultFindPriceValuesServiceIntegrationTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description DefaultFindPriceValuesServiceIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PriceValue
matchPriceRowForPrice(java.lang.Object product, java.lang.Object user)
void
setUp()
void
shouldMatchPriceForPrice()
void
shouldQueryPricesForAnyProductAndAnyUser()
void
shouldQueryPricesForAnyProductAndGivenUser()
void
shouldQueryPricesForAnyProductAndGivenUserGroup()
void
shouldQueryPricesForGivenProductAndAnyUser()
void
shouldQueryPricesForGivenProductAndGivenUser()
void
shouldQueryPricesForGivenProductAndGivenUserGroup()
void
shouldQueryPricesForGivenProductGroupAndAnyUser()
void
shouldQueryPricesForGivenProductGroupAndGivenUser()
void
shouldQueryPricesForGivenProductGroupAndGivenUserGroup()
-
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
-
shouldQueryPricesForAnyProductAndAnyUser
public void shouldQueryPricesForAnyProductAndAnyUser()
-
shouldQueryPricesForAnyProductAndGivenUser
public void shouldQueryPricesForAnyProductAndGivenUser()
-
shouldQueryPricesForAnyProductAndGivenUserGroup
public void shouldQueryPricesForAnyProductAndGivenUserGroup()
-
shouldQueryPricesForGivenProductAndAnyUser
public void shouldQueryPricesForGivenProductAndAnyUser()
-
shouldQueryPricesForGivenProductAndGivenUser
public void shouldQueryPricesForGivenProductAndGivenUser()
-
shouldQueryPricesForGivenProductAndGivenUserGroup
public void shouldQueryPricesForGivenProductAndGivenUserGroup()
-
shouldQueryPricesForGivenProductGroupAndAnyUser
public void shouldQueryPricesForGivenProductGroupAndAnyUser()
-
shouldQueryPricesForGivenProductGroupAndGivenUser
public void shouldQueryPricesForGivenProductGroupAndGivenUser()
-
shouldQueryPricesForGivenProductGroupAndGivenUserGroup
public void shouldQueryPricesForGivenProductGroupAndGivenUserGroup()
-
shouldMatchPriceForPrice
public void shouldMatchPriceForPrice()
-
matchPriceRowForPrice
public PriceValue matchPriceRowForPrice(java.lang.Object product, java.lang.Object user) throws CalculationException
- Throws:
CalculationException
-
-