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

Method fail

tests/java/runner/TestRunner.java:53–59  ·  view source on GitHub ↗
(String message)

Source from the content-addressed store, hash-verified

51 }
52
53 public void fail(String message) {
54 maybePrintNewline();
55 asserts++;
56 failures++;
57 messages.add("[ FAIL ] " + message + "\n at " + location());
58 System.out.print("F");
59 }
60
61 public void error(Throwable t) {
62 maybePrintNewline();

Callers 8

assertEqualsMethod · 0.80
assertNotNullMethod · 0.80
assertNullMethod · 0.80
assertCloseMethod · 0.80
assertNotEqualsMethod · 0.80
assertArrayEqualsMethod · 0.80
assertThrowsMethod · 0.80
assertDoesNotThrowMethod · 0.80

Calls 2

maybePrintNewlineMethod · 0.95
locationMethod · 0.95

Tested by

no test coverage detected