85868788899091
* @param value * a short variable * @return */ public IShortAssert number(Short value) { return new ShortAssert(value); }
105106107108109110111
* a parameter short number will be asserted * * @return */ public IShortAssert shortnum() { return new ShortAssert(); }