| testAddAttendeeWithValidAttendees | 17 ms | Passed |
| testConstructorWithValidLocations | 0.29 sec | Passed |
| testConstructorWithValidSummaries | 6 ms | Passed |
| testConstructorWithValidTitles | 3 ms | Passed |
| testEqualsHashCodeContract | 3.9 sec | Passed |
| testRemoveAttendeeWithValidAttendees | 12 ms | Passed |
| testSetCancelled | 1 ms | Passed |
| testSetCategoryWithValidCategory | 19 ms | Passed |
| testSetDateWithValidDate | 2 ms | Passed |
| testSetLocationWithValidLocations | 2 ms | Passed |
| testSetOwnerWithValidOwners | 7 ms | Passed |
| testSetSummaryWithValidSummaries | 2 ms | Passed |
| testSetTitleWithValidTitles | 3 ms | Passed |
| testThatAddAttendeeThrowsExceptionOnAlreadyAddedAttendee | 3 ms | Passed |
| testThatAddAttendeeThrowsExceptionOnNullAttendee | 1 ms | Passed |
| testThatConstructorThrowsExceptionOnEmptLocation | 0 ms | Passed |
| testThatConstructorThrowsExceptionOnEmptySummary | 0 ms | Passed |
| testThatConstructorThrowsExceptionOnEmptyTitle | 1 ms | Passed |
| testThatConstructorThrowsExceptionOnNullCategory | 1 ms | Passed |
| testThatConstructorThrowsExceptionOnNullDate | 1 ms | Passed |
| testThatConstructorThrowsExceptionOnNullLocation | 2 ms | Passed |
| testThatConstructorThrowsExceptionOnNullSummary | 1 ms | Passed |
| testThatConstructorThrowsExceptionOnNullTitle | 8 ms | Passed |
| testThatConstructorThrowsExceptionOnTooLongLocation | 5 ms | Passed |
| testThatConstructorThrowsExceptionOnTooLongSummary | 3 ms | Passed |
| testThatConstructorThrowsExceptionOnTooLongTitle | 0 ms | Passed |
| testThatCountAttendeesIsInSyncWithGetAttendees | 90 ms | Passed |
| testThatGetAttendeesReturnsAnUnmodifiableSet | 3 ms | Passed |
| testThatHasAtendeeIsInSyncWithGetAttendees | 26 ms | Passed |
| testThatHasAttendeeReturnsFalseIfAttendeeIsNotPresent | 5 ms | Passed |
| testThatHasAttendeeReturnsTrueIfAttendeeIsPresent | 2 ms | Passed |
| testThatHasAttendeeThrowsExceptionOnNullAttendee | 0 ms | Passed |
| testThatRemoveAttendeeThrowsExceptionOnNonExistentAttendee | 1 ms | Passed |
| testThatRemoveAttendeeThrowsExceptionOnNullAttendee | 0.12 sec | Passed |
| testThatSetCategoryThrowsExceptionOnNullCategory | 1 ms | Passed |
| testThatSetDateThrowsExceptionOnNullDate | 9 ms | Passed |
| testThatSetLocationThrowsExceptionOnEmptyLocation | 1 ms | Passed |
| testThatSetLocationThrowsExceptionOnNullLocation | 1 ms | Passed |
| testThatSetLocationThrowsExceptionOnTooLongLocation | 1 ms | Passed |
| testThatSetOwnerThrowsExceptionOnNullOwner | 0 ms | Passed |
| testThatSetSummaryThrowsExceptionOnEmptySummary | 2 ms | Passed |
| testThatSetSummaryThrowsExceptionOnNullSummary | 0 ms | Passed |
| testThatSetSummaryThrowsExceptionOnTooLongSummary | 1 ms | Passed |
| testThatSetTitleThrowsExceptionOnEmptyTitle | 0 ms | Passed |
| testThatSetTitleThrowsExceptionOnNullTitle | 1 ms | Passed |
| testThatSetTitleThrowsExceptionOnTooLongTitle | 0 ms | Passed |