Class AdditionalMatchers
- java.lang.Object
-
- org.eclipse.microprofile.config.tck.util.AdditionalMatchers
-
public final class AdditionalMatchers extends Object
- Author:
- Ondrej Mihalyi
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.hamcrest.Matcher<Float>floatCloseTo(float value, float range)
-
-
-
Method Detail
-
floatCloseTo
public static org.hamcrest.Matcher<Float> floatCloseTo(float value, float range)
-
-