Examples of ByteAssert


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

   * @param value
   *            a byte variable
   * @return
   */
  public IByteAssert bite(Byte value) {
    return new ByteAssert(value);
  }
View Full Code Here

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

   * a parameter bite will be asserted
   *
   * @return
   */
  public IByteAssert bite() {
    return new ByteAssert();
  }
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.