Also if I could get a loop in there it would be helpfull too
Sure you can. Using the suite() method:
I can't get assertEquals() to work with doubles that are variable i.e.
how can I get that to work?
There is no assertEquals(double expected, double actual) but there is an assertEquals(double expected, double actual,
double delta). See my earlier example of how you typically use it.
[ July 02, 2004: Message edited by: Lasse Koskela ]