package org.test4j.hamcrest.iassert.object.intf; import org.test4j.hamcrest.iassert.common.intf.IBaseAssert; /** * byte对象断言接口 * * @author darui.wudr * */ public interface IByteAssert extends IBaseAssert<Byte, IByteAssert> { }