示例#1
0
 @Test
 public void testMin() {
   for (int i = 0; i < 100; i++) {
     intColumn.add(i);
   }
   assertEquals(0.0, intColumn.min(), .001);
 }