Class DefaultAbstractOrderEntryPopulatorTest
- java.lang.Object
-
- de.hybris.platform.sap.sapordermgmtservices.converters.populator.DefaultAbstractOrderEntryPopulatorTest
-
public class DefaultAbstractOrderEntryPopulatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultAbstractOrderEntryPopulatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestBeanInstanciation()voidtestCreateProductItemDoesNotExistInERP()voidtestCreateProductItemFromERP()voidtestCreateProductItemWOTechKey()voidtestFormatProductId()voidtestFormatProductIdAlphaNum()voidtestPopulateAbstractOrderEntryPopulator()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testBeanInstanciation
public void testBeanInstanciation()
-
testPopulateAbstractOrderEntryPopulator
public void testPopulateAbstractOrderEntryPopulator()
-
testCreateProductItemFromERP
public void testCreateProductItemFromERP()
-
testCreateProductItemDoesNotExistInERP
public void testCreateProductItemDoesNotExistInERP()
-
testCreateProductItemWOTechKey
public void testCreateProductItemWOTechKey()
-
testFormatProductId
public void testFormatProductId()
-
testFormatProductIdAlphaNum
public void testFormatProductIdAlphaNum()
-
-