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