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 class
CustomPriceFactoryTest.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 Europe1PriceFactory
assertEurope1IsDefault()
protected void
assertNoSessionPriceFactoryActive(JaloSession jaloSession)
void
setUp()
void
tearDown()
void
testCustomPriceFactoryHandling()
-
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()
-
-