Package de.hybris.platform.europe1.jalo
Class Europe1PriceFactoryTaxesIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.europe1.jalo.Europe1PriceFactoryTaxesIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class Europe1PriceFactoryTaxesIntegrationTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description Europe1PriceFactoryTaxesIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
shouldQueryTaxesForAnyProductAndAnyUser()
void
shouldQueryTaxesForAnyProductAndGivenUser()
void
shouldQueryTaxesForAnyProductAndGivenUserGroup()
void
shouldQueryTaxesForGivenProductAndAnyUser()
void
shouldQueryTaxesForGivenProductAndGivenUser()
void
shouldQueryTaxesForGivenProductAndGivenUserGroup()
void
shouldQueryTaxesForGivenProductGroupAndAnyUser()
void
shouldQueryTaxesForGivenProductGroupAndGivenUser()
void
shouldQueryTaxesForGivenProductGroupAndGivenUserGroup()
-
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
-
shouldQueryTaxesForAnyProductAndAnyUser
public void shouldQueryTaxesForAnyProductAndAnyUser()
-
shouldQueryTaxesForAnyProductAndGivenUser
public void shouldQueryTaxesForAnyProductAndGivenUser()
-
shouldQueryTaxesForAnyProductAndGivenUserGroup
public void shouldQueryTaxesForAnyProductAndGivenUserGroup()
-
shouldQueryTaxesForGivenProductAndAnyUser
public void shouldQueryTaxesForGivenProductAndAnyUser()
-
shouldQueryTaxesForGivenProductAndGivenUser
public void shouldQueryTaxesForGivenProductAndGivenUser()
-
shouldQueryTaxesForGivenProductAndGivenUserGroup
public void shouldQueryTaxesForGivenProductAndGivenUserGroup()
-
shouldQueryTaxesForGivenProductGroupAndAnyUser
public void shouldQueryTaxesForGivenProductGroupAndAnyUser()
-
shouldQueryTaxesForGivenProductGroupAndGivenUser
public void shouldQueryTaxesForGivenProductGroupAndGivenUser()
-
shouldQueryTaxesForGivenProductGroupAndGivenUserGroup
public void shouldQueryTaxesForGivenProductGroupAndGivenUserGroup()
-
-