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

Method tContains

annotations/HashSetTest.java:18–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 assert testObject.isEmpty();
17 }
18 @Test
19 void tContains() {
20 testObject.add("one");
21 assert testObject.contains("one");
22 }
23 @Test
24 void tRemove() {
25 testObject.add("one");

Callers

nothing calls this directly

Calls 2

containsMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected