Package org.jtester.hamcrest.iassert.object.impl

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


   * @param value
   *            a float variable
   * @return
   */
  public IFloatAssert number(Float value) {
    return new FloatAssert(value);
  }
View Full Code Here


   * a parameter float number will be asserted
   *
   * @return
   */
  public IFloatAssert floatnum() {
    return new FloatAssert();
  }
View Full Code Here

TOP

Related Classes of org.jtester.hamcrest.iassert.object.impl.FloatAssert

Copyright © 2018 www.massapicom. 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.