package org.test4j.hamcrest.iassert.object.intf; /** * short数值断言接口 * * @author darui.wudr * */ public interface IShortAssert extends INumberAssert<Short, IShortAssert> { }