"Mismatching diagnostics", expectedDiagnostics, diagnostics);
}
public void notestValidationDAG() {
Contacts contacts = new Contacts();
List contactsList = contacts.getContacts();
// Share the address.
Address flintstonesAddress = createFlintStoneAddress();
Person fred = createFredFlintstone(flintstonesAddress);
Person wilma = createWilmaFlintstone(flintstonesAddress);