assertEquals(LongManualID_EINSTEIN, people.get(2));
assertEquals(maxwell, people.get(3));
}
public void testInsertStringID() {
PersonStringID maxwell = new PersonStringID();
maxwell.id = "MAXWELL";
maxwell.firstName = "James Clerk";
maxwell.lastName = "Maxwell";
maxwell.city = "Edinburgh";
maxwell.n = 4;