/** * The test class CACityTest--JUnit tests for CACity * * @author P. Conrad (outline) * @author FILL YOUR NAME IN HERE (details of tests) * @version lab03, CS10, Spring 2009 * @see CACity */ public class CACityTest extends junit.framework.TestCase { public void testConstructorAndGetName() { // @@@ FILL THIS IN } public void testConstructorAndGetPopulation() { // @@@ FILL THIS IN } public void testToString() { // @@@ FILL THIS IN } }