Examples of DoubleAssert


Examples of org.jtester.hamcrest.iassert.object.impl.DoubleAssert

   * @param value
   *            a double variable
   * @return
   */
  public IDoubleAssert number(Double value) {
    return new DoubleAssert(value);
  }
View Full Code Here

Examples of org.jtester.hamcrest.iassert.object.impl.DoubleAssert

   * a parameter double number will be asserted
   *
   * @return
   */
  public IDoubleAssert doublenum() {
    return new DoubleAssert();
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.