Class RaoUtilsTest
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.util.RaoUtilsTest
-
@UnitTest public class RaoUtilsTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionexpectedException
-
Constructor Summary
Constructors Constructor Description RaoUtilsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestAddActionAddToEmpty()voidtestAddActionAddToExisting()voidtestAddActionWithNullAction()voidtestAddActionWithNullActioned()voidtestGetDiscounts()voidtestGetDiscountsEmpty()voidtestGetDiscountsWithNull()voidtestGetShipment()voidtestGetShipmentEmpty()voidtestGetShipmentWithNull()voidtestIsAbsoluteFalse()voidtestIsAbsoluteTrue()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testGetDiscountsWithNull
public void testGetDiscountsWithNull()
-
testGetDiscountsEmpty
public void testGetDiscountsEmpty()
-
testGetDiscounts
public void testGetDiscounts()
-
testGetShipmentWithNull
public void testGetShipmentWithNull()
-
testGetShipmentEmpty
public void testGetShipmentEmpty()
-
testGetShipment
public void testGetShipment()
-
testIsAbsoluteFalse
public void testIsAbsoluteFalse()
-
testIsAbsoluteTrue
public void testIsAbsoluteTrue()
-
testAddActionWithNullActioned
public void testAddActionWithNullActioned()
-
testAddActionWithNullAction
public void testAddActionWithNullAction()
-
testAddActionAddToEmpty
public void testAddActionAddToEmpty()
-
testAddActionAddToExisting
public void testAddActionAddToExisting()
-
-