Class GroupOrderEntryPopulatorTest
java.lang.Object
de.hybris.platform.b2bacceleratorfacades.order.populators.GroupOrderEntryPopulatorTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final longstatic final longstatic final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateOrderEntry(String productCode, String baseProductCode, Long price, Long totalPrice) voidsetUp()voidprotected voidvalidatePriceRange(OrderEntryData parentEntry) protected voidvalidateProductInfo(OrderEntryData parentEntry, OrderEntryData firstEntry)
-
Field Details
-
MIN_PRICE_RANGE_TEST
public static final long MIN_PRICE_RANGE_TEST- See Also:
-
MAX_PRICE_RANGE_TEST
public static final long MAX_PRICE_RANGE_TEST- See Also:
-
BASE_PRODUCT_2_PRICE_RANGE_TEST
- See Also:
-
TOTAL_PRICE_RANGE_TEST
public static final long TOTAL_PRICE_RANGE_TEST- See Also:
-
-
Constructor Details
-
GroupOrderEntryPopulatorTest
public GroupOrderEntryPopulatorTest()
-
-
Method Details
-
setUp
public void setUp() -
shouldGroupEntries
public void shouldGroupEntries() -
validateProductInfo
-
validatePriceRange
-
createOrderEntry
public OrderEntryData createOrderEntry(String productCode, String baseProductCode, Long price, Long totalPrice)
-