Package de.hybris.platform.product
Class PDTRowPrepareInterceptorTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.product.PDTRowPrepareInterceptorTest
- All Implemented Interfaces:
JaloSessionHolder
-
Field Summary
FieldsFields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidprotected voidswitchLinkJDBCMode(boolean value) protected voidswitchPersistenceLegacyMode(boolean value) voidtearDown()Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Field Details
-
INITIAL_PRICE
public static final double INITIAL_PRICE- See Also:
-
-
Constructor Details
-
PDTRowPrepareInterceptorTest
public PDTRowPrepareInterceptorTest()
-
-
Method Details
-
switchPersistenceLegacyMode
protected void switchPersistenceLegacyMode(boolean value) -
switchLinkJDBCMode
protected void switchLinkJDBCMode(boolean value) -
createData
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
shouldNotChangeProductModifiedTimeIfNoChangeInPriceRowJaloWithJDBCLink
public void shouldNotChangeProductModifiedTimeIfNoChangeInPriceRowJaloWithJDBCLink() throws Exception- Throws:
Exception
-
shouldNotChangeProductModifiedTimeIfNoChangeInPriceRowJaloWithoutJDBCLink
public void shouldNotChangeProductModifiedTimeIfNoChangeInPriceRowJaloWithoutJDBCLink() throws Exception- Throws:
Exception
-
shouldNotChangeProductModifiedTimeIfNoChangeInPriceRowSLDWithJDBCLink
public void shouldNotChangeProductModifiedTimeIfNoChangeInPriceRowSLDWithJDBCLink() throws Exception- Throws:
Exception
-
shouldNotChangeProductModifiedTimeIfNoChangeInPriceRowSLDWithoutJDBCLink
public void shouldNotChangeProductModifiedTimeIfNoChangeInPriceRowSLDWithoutJDBCLink() throws Exception- Throws:
Exception
-
shouldChangeProductModifiedTimeIfChangeInPriceRowJaloWithJDBCLink
- Throws:
Exception
-
shouldChangeProductModifiedTimeIfChangeInPriceRowJaloWithoutJDBCLink
- Throws:
Exception
-
shouldChangeProductModifiedTimeIfChangeInPriceRowSLDWithJDBCLink
- Throws:
Exception
-
shouldChangeProductModifiedTimeIfChangeInPriceRowSLDWithoutJDBCLink
- Throws:
Exception
-
shouldChangeProductModifiedTimeIfNullChangedToOtherValue
- Throws:
Exception
-