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

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


   * @param value
   *            a integer variable
   * @return
   */
  public IIntegerAssert number(Integer value) {
    return new IntegerAssert(value);
  }
View Full Code Here


   * a parameter integer number will be asserted
   *
   * @return
   */
  public IIntegerAssert integer() {
    return new IntegerAssert();
  }
View Full Code Here

TOP

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

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.