/** Test of beforeAndIncluding method, of class FastSelection. */
 @Test
 public void before() {
   System.out.println("before");
   java.util.Iterator itr = instance.before().iterator();
   while (itr.hasNext()) assertTrue(elem.compareTo((Double) itr.next()) >= 0);
 }