Class CalculationServiceSaveTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTest
-
- de.hybris.platform.servicelayer.ServicelayerTransactionalTest
-
- de.hybris.platform.order.calculation.CalculationServiceSaveTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class CalculationServiceSaveTest extends ServicelayerTransactionalTest
-
-
Field Summary
Fields Modifier and Type Field Description protected PropertyConfigSwitcher
pdtCalculationModeProperty
-
Fields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importService
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description CalculationServiceSaveTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cleanup()
void
setUp()
void
shouldNotSaveDuringCalculateInSl()
void
shouldNotSaveDuringCalculateWithDateInSl()
void
shouldNotSaveDuringRecalculateInSl()
void
shouldNotSaveDuringRecalculateWithDateInSl()
void
shouldSaveDuringCalculateInJalo()
void
shouldSaveDuringCalculateWithDateInJalo()
void
shouldSaveDuringRecalculateInJalo()
void
shouldSaveDuringRecalculateWithDateInJalo()
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNone
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Field Detail
-
pdtCalculationModeProperty
protected PropertyConfigSwitcher pdtCalculationModeProperty
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception
- Throws:
java.lang.Exception
-
cleanup
public void cleanup()
-
shouldNotSaveDuringCalculateInSl
public void shouldNotSaveDuringCalculateInSl() throws CalculationException
- Throws:
CalculationException
-
shouldSaveDuringCalculateInJalo
public void shouldSaveDuringCalculateInJalo() throws CalculationException
- Throws:
CalculationException
-
shouldNotSaveDuringRecalculateInSl
public void shouldNotSaveDuringRecalculateInSl() throws CalculationException
- Throws:
CalculationException
-
shouldSaveDuringRecalculateInJalo
public void shouldSaveDuringRecalculateInJalo() throws CalculationException
- Throws:
CalculationException
-
shouldNotSaveDuringCalculateWithDateInSl
public void shouldNotSaveDuringCalculateWithDateInSl() throws CalculationException
- Throws:
CalculationException
-
shouldSaveDuringCalculateWithDateInJalo
public void shouldSaveDuringCalculateWithDateInJalo() throws CalculationException
- Throws:
CalculationException
-
shouldNotSaveDuringRecalculateWithDateInSl
public void shouldNotSaveDuringRecalculateWithDateInSl() throws CalculationException
- Throws:
CalculationException
-
shouldSaveDuringRecalculateWithDateInJalo
public void shouldSaveDuringRecalculateWithDateInJalo() throws CalculationException
- Throws:
CalculationException
-
-