Class BundleCartValidatorTest
java.lang.Object
de.hybris.platform.configurablebundleservices.order.impl.BundleCartValidatorTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CartModelprotected BundleTemplateModelprotected BundleTemplateModelprotected EntryGroupprotected EntryGroupprotected EntryGroup -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cart
-
rootGroup
-
groupOk
-
groupErr
-
component1
-
component2
-
-
Constructor Details
-
BundleCartValidatorTest
public BundleCartValidatorTest()
-
-
Method Details
-
setup
public void setup() -
shouldCheckTheListIsNotNull
public void shouldCheckTheListIsNotNull() -
shouldCheckTheCartIsNotNull
public void shouldCheckTheCartIsNotNull() -
shouldWorkWithEmptyGroupList
public void shouldWorkWithEmptyGroupList() -
shouldCheckSelectionCriteria
public void shouldCheckSelectionCriteria() -
requiredShouldInvalidateIfEntryAdded
public void requiredShouldInvalidateIfEntryAdded() -
requiredShouldNotInvalidateEntryNotAdded
public void requiredShouldNotInvalidateEntryNotAdded() -
shouldIgnoreNonBundleGroups
public void shouldIgnoreNonBundleGroups() -
shouldReturnTrueIfErroneousAnyFlagHasChanged
public void shouldReturnTrueIfErroneousAnyFlagHasChanged() -
shouldReturnFalseIfErroneousFlagsHaveNotChanged
public void shouldReturnFalseIfErroneousFlagsHaveNotChanged()
-