Class DefaultQuoteCommentContributorTest
- java.lang.Object
-
- de.hybris.platform.sap.c4c.quote.outbound.impl.DefaultQuoteCommentContributorTest
-
@UnitTest public class DefaultQuoteCommentContributorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultQuoteCommentContributorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<CommentModel>populateComments(int size)voidsetUp()voidtestCreateRows()voidtestCreateRowsWithoutComments()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testCreateRows
public void testCreateRows()
-
testCreateRowsWithoutComments
public void testCreateRowsWithoutComments()
-
populateComments
protected java.util.List<CommentModel> populateComments(int size)
-
-