MCPcopy Create free account
hub / github.com/Whiley/WhileyCompiler / compare

Method compare

src/main/java/wyc/util/testing/Util.java:89–92  ·  view source on GitHub ↗
(Object[] o1, Object[] o2)

Source from the content-addressed store, hash-verified

87 // Sort the result by filename
88 Collections.sort(testcases, new Comparator<Object[]>() {
89 @Override
90 public int compare(Object[] o1, Object[] o2) {
91 return ((String) o1[0]).compareTo((String) o2[0]);
92 }
93 });
94 return testcases;
95 }

Callers

nothing calls this directly

Calls 1

compareToMethod · 0.45

Tested by

no test coverage detected