Class CustomizingHelperTest
- java.lang.Object
-
- de.hybris.platform.sap.core.test.SapcoretestSpringJUnitTest
-
- de.hybris.platform.sap.core.test.SapcoreSpringJUnitTest
-
- de.hybris.platform.sap.core.jco.test.SapcoreJCoJUnitTest
-
- de.hybris.platform.sap.core.jco.rec.SapcoreJCoRecJUnitTest
-
- de.hybris.platform.sap.core.bol.test.SapcorebolSpringJUnitTest
-
- de.hybris.platform.sap.sapordermgmtbol.unittests.base.SapordermanagmentBolSpringJunitTest
-
- de.hybris.platform.sap.sapordermgmtbol.unittests.base.JCORecTestBase
-
- de.hybris.platform.sap.sapordermgmtbol.integtests.JCoIntegrationTestBase
-
- de.hybris.platform.sap.sapordermgmtbol.integtests.basket.CustomizingHelperTest
-
@UnitTest public class CustomizingHelperTest extends JCoIntegrationTestBase
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.sap.sapordermgmtbol.integtests.JCoIntegrationTestBase
DATA_PATH_PREFIX
-
Fields inherited from class de.hybris.platform.sap.sapordermgmtbol.unittests.base.JCORecTestBase
JCO_DATA_PATH_PREFIX, mockReposiotryFactory
-
Fields inherited from class de.hybris.platform.sap.core.jco.rec.SapcoreJCoRecJUnitTest
DEFAULT_RELATIVE_RECORDING_DIRECTORY, name, watcher
-
Fields inherited from class de.hybris.platform.sap.core.test.SapcoreSpringJUnitTest
genericFactory, sapHybrisSessionProvider
-
-
Constructor Summary
Constructors Constructor Description CustomizingHelperTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()Standard test setUp method.voidtestDefault()voidtestNumberOfDecimals_Converter()voidtestNumberOfDecimals_Exception()voidtestNumberOfDecimals_noConverter()voidtestNumberOfDecimals_noCurrency()-
Methods inherited from class de.hybris.platform.sap.sapordermgmtbol.integtests.JCoIntegrationTestBase
getCanonicalPathOfExtensionSapOrderMgmtBolTest
-
Methods inherited from class de.hybris.platform.sap.sapordermgmtbol.unittests.base.JCORecTestBase
getJCORepository
-
Methods inherited from class de.hybris.platform.sap.core.jco.rec.SapcoreJCoRecJUnitTest
getRecordingAnnotation, getRecordingExtensionName, getRecordingMode, getRelativeRecordingDirectory, testFailed, testSucceeded
-
Methods inherited from class de.hybris.platform.sap.core.test.SapcoreSpringJUnitTest
getGenericFactory, tearDown
-
Methods inherited from class de.hybris.platform.sap.core.test.SapcoretestSpringJUnitTest
getApplicationContext
-
-
-
-
Method Detail
-
setUp
public void setUp()
Description copied from class:SapcoretestSpringJUnitTestStandard test setUp method.- Overrides:
setUpin classJCoIntegrationTestBase
-
testDefault
public void testDefault() throws java.lang.Exception- Throws:
java.lang.Exception
-
testNumberOfDecimals_noConverter
public void testNumberOfDecimals_noConverter() throws java.lang.Exception- Throws:
java.lang.Exception
-
testNumberOfDecimals_Converter
public void testNumberOfDecimals_Converter() throws java.lang.Exception- Throws:
java.lang.Exception
-
testNumberOfDecimals_Exception
public void testNumberOfDecimals_Exception() throws java.lang.Exception- Throws:
java.lang.Exception
-
testNumberOfDecimals_noCurrency
public void testNumberOfDecimals_noCurrency() throws java.lang.Exception- Throws:
java.lang.Exception
-
-