170171172173174175176
* @param value * a byte variable * @return */ public IByteAssert bite(Byte value) { return new ByteAssert(value); }
123124125126127128129
* a parameter bite will be asserted * * @return */ public IByteAssert bite() { return new ByteAssert(); }