MCPcopy Create free account
hub / github.com/HumbleUI/Skija / assertClose

Method assertClose

tests/java/runner/TestRunner.java:81–83  ·  view source on GitHub ↗
(float expected, float actual)

Source from the content-addressed store, hash-verified

79 }
80
81 public static void assertClose(float expected, float actual) {
82 assertClose(expected, actual, 0.00001f);
83 }
84
85 public static void assertNotNull(Object expected) {
86 if (expected == null)

Callers 6

testAbcMethod · 0.80
testLigaturesMethod · 0.80
testCombiningMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80

Calls 3

failMethod · 0.80
passMethod · 0.80
errorMethod · 0.45

Tested by

no test coverage detected