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

Method words

annotations/AtUnitExample4.java:44–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 return null;
43 }
44 @Test
45 boolean words() {
46 System.out.println("'" + getWord() + "'");
47 return getWord().equals("are");
48 }
49 @Test
50 boolean scramble1() {
51 // Use specific seed to get verifiable results:

Callers

nothing calls this directly

Calls 2

getWordMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected