org.iternine.jeppetto.testsupport
Class AssertUtil

java.lang.Object
  extended by org.iternine.jeppetto.testsupport.AssertUtil

public class AssertUtil
extends Object


Method Summary
static void assertDecimalValueEquals(String msg, BigDecimal expectedDecimal, BigDecimal actualDecimal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

assertDecimalValueEquals

public static void assertDecimalValueEquals(String msg,
                                            BigDecimal expectedDecimal,
                                            BigDecimal actualDecimal)


Copyright © 2012. All Rights Reserved.