MCPcopy Create free account
hub / github.com/BruceEckel/OnJava8-Examples / tMethodOne

Method tMethodOne

annotations/AUExternalTest.java:14–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12public class
13AUExternalTest extends AtUnitExample1 {
14 @Test
15 boolean tMethodOne() {
16 return methodOne().equals("This is methodOne");
17 }
18 @Test
19 boolean tMethodTwo() {
20 return methodTwo() == 2;

Callers

nothing calls this directly

Calls 2

equalsMethod · 0.45
methodOneMethod · 0.45

Tested by

no test coverage detected