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

Method error

tests/java/runner/TestRunner.java:61–68  ·  view source on GitHub ↗
(Throwable t)

Source from the content-addressed store, hash-verified

59 }
60
61 public void error(Throwable t) {
62 maybePrintNewline();
63
64 asserts++;
65 errors++;
66 messages.add("[ ERROR ] Unexpected exception '" + t + "'\n at " + location());
67 System.out.print("E");
68 }
69
70 public static void assertEquals(Object expected, Object actual) {
71 try {

Callers 6

assertEqualsMethod · 0.45
assertCloseMethod · 0.45
assertNotEqualsMethod · 0.45
assertArrayEqualsMethod · 0.45
testClassMethod · 0.45
testMethodMethod · 0.45

Calls 2

maybePrintNewlineMethod · 0.95
locationMethod · 0.95

Tested by

no test coverage detected