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

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


   * @param value
   *            a short variable
   * @return
   */
  public IShortAssert number(Short value) {
    return new ShortAssert(value);
  }
View Full Code Here


   * a parameter short number will be asserted
   *
   * @return
   */
  public IShortAssert shortnum() {
    return new ShortAssert();
  }
View Full Code Here

TOP

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

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.