public class TestUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
assertEquals(java.math.BigDecimal expected,
java.math.BigDecimal actual,
boolean precisionMatters)
Assert egality between
BigDecimal numbers with the possibility to mention if the precision matters |
static CisOrder |
createSampleOrder()
Create a sample order for testing
|
public static void assertEquals(java.math.BigDecimal expected,
java.math.BigDecimal actual,
boolean precisionMatters)
BigDecimal numbers with the possibility to mention if the precision mattersexpected - expected BigDecimal valueactual - actual BigDecimal valueprecisionMatters - to specify if the precision mattersCopyright © 2018 SAP SE. All Rights Reserved.