MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / methodOneTest

Method methodOneTest

annotations/AtUnitExample1.java:19–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 return 2;
18 }
19 @Test
20 boolean methodOneTest() {
21 return methodOne().equals("This is methodOne");
22 }
23 @Test
24 boolean m2() { return methodTwo() == 2; }
25 @Test

Callers

nothing calls this directly

Calls 2

methodOneMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected