Class ConfigurationParameterB2BImplTest
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.b2b.context.ConfigurationParameterB2BImplTest
-
@UnitTest public class ConfigurationParameterB2BImplTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected B2BCustomerServiceb2bCustomerServiceprotected B2BUnitServiceb2bUnitServiceprotected UserPriceGroupuserPriceGroup
-
Constructor Summary
Constructors Constructor Description ConfigurationParameterB2BImplTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestGetCountrySapCode()voidtestGetCustomerNumberForAlphanumeric()voidtestGetCustomerNumberForNumeric()voidtestGetCustomerPriceGroup()voidtestRetrieveB2BUnitModel()
-
-
-
Field Detail
-
b2bCustomerService
@Mock protected B2BCustomerService b2bCustomerService
-
b2bUnitService
@Mock protected B2BUnitService b2bUnitService
-
userPriceGroup
@Mock protected UserPriceGroup userPriceGroup
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testRetrieveB2BUnitModel
public void testRetrieveB2BUnitModel()
-
testGetCountrySapCode
public void testGetCountrySapCode()
-
testGetCustomerPriceGroup
public void testGetCustomerPriceGroup()
-
testGetCustomerNumberForNumeric
public void testGetCustomerNumberForNumeric()
-
testGetCustomerNumberForAlphanumeric
public void testGetCustomerNumberForAlphanumeric()
-
-