Package de.hybris.platform.europe1.jalo
Class OrderManagerAndEurope1Test
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.europe1.jalo.OrderManagerAndEurope1Test
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class OrderManagerAndEurope1Test extends HybrisJUnit4Test
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description OrderManagerAndEurope1Test()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
assertNoSessionPriceFactoryActive(JaloSession jaloSession)
void
setUp()
void
tearDown()
void
testAll()
void
testTaxCaching()
-
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
-
assertNoSessionPriceFactoryActive
protected void assertNoSessionPriceFactoryActive(JaloSession jaloSession)
-
tearDown
public void tearDown() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testAll
public void testAll() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testTaxCaching
public void testTaxCaching() throws JaloInvalidParameterException, ConsistencyCheckException, JaloPriceFactoryException
-
-