Class PriceRowTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.europe1.persistence.PriceRowTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class PriceRowTest extends HybrisJUnit4Test
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description PriceRowTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testCreationWithDateRange()
void
testDifferentPricesForDifferentUser()
void
testDifferentPricesForDifferentUser2()
void
testTransaction()
-
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
-
testTransaction
public void testTransaction() throws EJBPriceFactoryException, ConsistencyCheckException
-
testDifferentPricesForDifferentUser
public void testDifferentPricesForDifferentUser() throws ConsistencyCheckException, JaloPriceFactoryException
-
testDifferentPricesForDifferentUser2
public void testDifferentPricesForDifferentUser2() throws ConsistencyCheckException, JaloPriceFactoryException
-
testCreationWithDateRange
public void testCreationWithDateRange() throws ConsistencyCheckException, JaloGenericCreationException, JaloAbstractTypeException, JaloItemNotFoundException
-
-