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

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


   * a parameter boolean will be expected
   *
   * @return
   */
  public IBooleanAssert bool() {
    return new BooleanAssert();
  }
View Full Code Here

TOP

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

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.