MCPcopy Create free account
hub / github.com/dillo-browser/dillo / testHashSet

Function testHashSet

test/unit/containers.cc:17–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15};
16
17void testHashSet ()
18{
19 puts ("--- testHashSet ---");
20
21 HashSet<String> h(true);
22
23 h.put (new String ("one"));
24 h.put (new String ("two"));
25 h.put (new String ("three"));
26
27 puts (h.toString());
28}
29
30void testHashTable ()
31{

Callers 1

mainFunction · 0.85

Calls 2

toStringMethod · 0.80
putMethod · 0.45

Tested by

no test coverage detected