JUnit

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