Class RuleOrderThresholdPerfectPartnerConditionTranslatorTest
- java.lang.Object
-
- de.hybris.platform.ruledefinitions.conditions.RuleOrderThresholdPerfectPartnerConditionTranslatorTest
-
@UnitTest public class RuleOrderThresholdPerfectPartnerConditionTranslatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RuleOrderThresholdPerfectPartnerConditionTranslatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestWhenCartThresholdParamIsEmptyThenEmptyCondition()voidtestWhenParamIsNullThenEmptyCondition()voidtestWhenParamValueIsNullThenEmptyCondition()voidtestWhenTranslateThenRespectAnyPossibleCurrency()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testWhenParamIsNullThenEmptyCondition
public void testWhenParamIsNullThenEmptyCondition()
-
testWhenParamValueIsNullThenEmptyCondition
public void testWhenParamValueIsNullThenEmptyCondition()
-
testWhenCartThresholdParamIsEmptyThenEmptyCondition
public void testWhenCartThresholdParamIsEmptyThenEmptyCondition()
-
testWhenTranslateThenRespectAnyPossibleCurrency
public void testWhenTranslateThenRespectAnyPossibleCurrency()
-
-