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
  • Constructor Details

    • DefaultFindPriceValuesServiceIntegrationTest

      public DefaultFindPriceValuesServiceIntegrationTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      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(Object product, Object user) throws CalculationException
      Throws:
      CalculationException