Package de.hybris.platform.europe1.jalo
Class CustomPriceFactoryTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.testframework.HybrisJUnit4TransactionalTest
-
- de.hybris.platform.europe1.jalo.CustomPriceFactoryTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class CustomPriceFactoryTest extends HybrisJUnit4TransactionalTest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classCustomPriceFactoryTest.TinyPriceFactory
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description CustomPriceFactoryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Europe1PriceFactoryassertEurope1IsDefault()protected voidassertNoSessionPriceFactoryActive(JaloSession jaloSession)voidsetUp()voidtearDown()voidtestCustomPriceFactoryHandling()-
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
-
tearDown
public void tearDown()
-
assertNoSessionPriceFactoryActive
protected void assertNoSessionPriceFactoryActive(JaloSession jaloSession)
-
assertEurope1IsDefault
protected Europe1PriceFactory assertEurope1IsDefault()
-
testCustomPriceFactoryHandling
public void testCustomPriceFactoryHandling()
-
-