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

Method compare

validating/tests/CountedListTest.java:51–54  ·  view source on GitHub ↗
(List<String> lst, String[] strs)

Source from the content-addressed store, hash-verified

49 // long as it's not annotated with @Test, it will
50 // not be automatically executed by JUnit.
51 private
52 void compare(List<String> lst, String[] strs) {
53 assertArrayEquals(lst.toArray(new String[0]), strs);
54 }
55 @Test
56 public void order() {
57 System.out.println("Running testOrder()");

Callers 3

orderMethod · 0.95
removeMethod · 0.95
addAllMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected