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

Method order

validating/tests/CountedListTest.java:55–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 assertArrayEquals(lst.toArray(new String[0]), strs);
54 }
55 @Test
56 public void order() {
57 System.out.println("Running testOrder()");
58 compare(list, new String[] { "0", "1", "2" });
59 }
60 @Test
61 public void remove() {
62 System.out.println("Running testRemove()");

Callers 1

mainMethod · 0.80

Calls 1

compareMethod · 0.95

Tested by

no test coverage detected