303304305306307308309310
MAXA m = new MAXA(); assertEquals(eval(m, 10, 7, 9, 27, 2), 27.); } public void testMEDIAN() throws Exception { MEDIAN m = new MEDIAN(); fail("MEDIAN not implemented"); }