Class DefaultRuleEngineCalculationServiceFindMethodsTest
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.calculation.impl.DefaultRuleEngineCalculationServiceFindMethodsTest
-
@UnitTest public class DefaultRuleEngineCalculationServiceFindMethodsTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultRuleEngineCalculationServiceFindMethodsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testFindOrderEntryRAOValidationOfNullLineItem()
void
testFindOrderEntryRAOValidationOfNullOrder()
void
testFindOrderEntryRAOWithNullOrderEntries()
void
testFindOrderEntryRAOWithOrderEntryWithAMatchingEntryNumber()
void
testFindOrderEntryRAOWithOrderEntryWithoutEntryNumber()
void
testFindOrderEntryRAOWithOrderEntryWithoutMatchingEntryNumber()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testFindOrderEntryRAOValidationOfNullOrder
public void testFindOrderEntryRAOValidationOfNullOrder() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testFindOrderEntryRAOValidationOfNullLineItem
public void testFindOrderEntryRAOValidationOfNullLineItem() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testFindOrderEntryRAOWithNullOrderEntries
public void testFindOrderEntryRAOWithNullOrderEntries() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testFindOrderEntryRAOWithOrderEntryWithoutEntryNumber
public void testFindOrderEntryRAOWithOrderEntryWithoutEntryNumber() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testFindOrderEntryRAOWithOrderEntryWithoutMatchingEntryNumber
public void testFindOrderEntryRAOWithOrderEntryWithoutMatchingEntryNumber() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testFindOrderEntryRAOWithOrderEntryWithAMatchingEntryNumber
public void testFindOrderEntryRAOWithOrderEntryWithAMatchingEntryNumber() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-