Examples of BooleanAssert


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

   * @param value
   *            a boolean variable
   * @return
   */
  public IBooleanAssert bool(Boolean value) {
    return new BooleanAssert(value);
  }
View Full Code Here

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

   * a parameter boolean will be expected
   *
   * @return
   */
  public IBooleanAssert bool() {
    return new BooleanAssert();
  }
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.