MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / testSortD

Method testSortD

JSAT/test/jsat/utils/IndexTableTest.java:52–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50
51
52 @Test
53 public void testSortD()
54 {
55 IndexTable idt = new IndexTable(array);
56 for(int i = 0; i < idt.length()-1; i++)
57 assertTrue(array[idt.index(i)] <= array[idt.index(i+1)]);
58 }
59
60 @Test
61 public void testSortG()

Callers

nothing calls this directly

Calls 2

lengthMethod · 0.95
indexMethod · 0.95

Tested by

no test coverage detected