assertFalse(result.isValid());
}
public void testAddDifferentTrackings() {
ReportAllValidationResult result = new ReportAllValidationResult(
new MissingRequiredTracking("firstname"),
new InconsistencyTracking("field not a number", "username"),
new MismatchTracking("field1", "field2"),
new ExceptionTracking("field", new RuntimeException())
);