Class CommentPopulatorTest
- java.lang.Object
-
- de.hybris.platform.commercefacades.comment.converters.populator.CommentPopulatorTest
-
@UnitTest public class CommentPopulatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CommentPopulatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldPopulate()voidshouldThrowExceptionIfPopulateIsCalledWithNullSource()voidshouldThrowExceptionIfPopulateIsCalledWithNullTarget()
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldPopulate
public void shouldPopulate()
-
shouldThrowExceptionIfPopulateIsCalledWithNullSource
public void shouldThrowExceptionIfPopulateIsCalledWithNullSource()
-
shouldThrowExceptionIfPopulateIsCalledWithNullTarget
public void shouldThrowExceptionIfPopulateIsCalledWithNullTarget()
-
-