assertEquals(LongAutoID_EINSTEIN, people.get(2));
assertEquals(maxwell, people.get(3));
}
public void testInsertLongManualID() {
PersonLongManualID maxwell = new PersonLongManualID();
maxwell.id = 4L;
maxwell.firstName = "James Clerk";
maxwell.lastName = "Maxwell";
maxwell.city = "Edinburgh";
maxwell.n = 4;