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