SE450: JUnit [56/57] Previous pageContentsNext page

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

Previous pageContentsNext page