Class TestUtils
java.lang.Object
org.eclipse.microprofile.metrics.tck.util.TestUtils
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic voidassertEqualsWithTolerance(double expected, double actual) Assert equals with a tolerance factor ofTOLERANCEtimes the expected value
-
Field Details
-
TOLERANCE
public static final double TOLERANCE- See Also:
-
-
Method Details
-
assertEqualsWithTolerance
public static void assertEqualsWithTolerance(double expected, double actual) Assert equals with a tolerance factor ofTOLERANCEtimes the expected value- Parameters:
expected- expected valueactual- the actual value
-