Class B2BCustomerReversePopulatorTest
- java.lang.Object
-
- de.hybris.platform.b2bcommercefacades.company.converters.populators.B2BCustomerReversePopulatorTest
-
@UnitTest public class B2BCustomerReversePopulatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description B2BCustomerReversePopulatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldNotPopulateIfSourceIsNull()voidshouldNotPopulateIfTargetIsNull()voidshouldPopulateWithDisplayUid()voidshouldPopulateWithEmail()voidshouldPopulateWithNullTitile()voidshouldUpdateDefaultUnitGroup()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldUpdateDefaultUnitGroup
public void shouldUpdateDefaultUnitGroup()
-
shouldPopulateWithDisplayUid
public void shouldPopulateWithDisplayUid()
-
shouldPopulateWithEmail
public void shouldPopulateWithEmail()
-
shouldPopulateWithNullTitile
public void shouldPopulateWithNullTitile()
-
shouldNotPopulateIfSourceIsNull
public void shouldNotPopulateIfSourceIsNull()
-
shouldNotPopulateIfTargetIsNull
public void shouldNotPopulateIfTargetIsNull()
-
-