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

Method tMethodOne

annotations/AUComposition.java:14–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

equalsMethod · 0.45
methodOneMethod · 0.45

Tested by

no test coverage detected