Class B2BUnitPopulatorTest
- java.lang.Object
-
- de.hybris.platform.b2bcommercefacades.company.converters.populators.B2BUnitPopulatorTest
-
@UnitTest public class B2BUnitPopulatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description B2BUnitPopulatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldPopulate()voidtestIfPopulateIsCalledWithNullSource()voidtestIfPopulateIsCalledWithNullTarget()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldPopulate
public void shouldPopulate()
-
testIfPopulateIsCalledWithNullSource
public void testIfPopulateIsCalledWithNullSource()
-
testIfPopulateIsCalledWithNullTarget
public void testIfPopulateIsCalledWithNullTarget()
-
-