JUnit

import junit.framework.*;
public class DayTest extends TestCase
{
   public void testAdd() { ... }
   public void testDaysBetween() { ... }
   . . . 
}


previous | start | next .... [Slide 56] ....