| testAddAttendeeWithValidAttendees | 13 ms | Passed |
| testConstructorWithValidLocations | 0.1 sec | Passed |
| testConstructorWithValidSummaries | 2 ms | Passed |
| testConstructorWithValidTitles | 3 ms | Passed |
| testEqualsHashCodeContract | 2.8 sec | Passed |
| testRemoveAttendeeWithValidAttendees | 7 ms | Passed |
| testSetCancelled | 0 ms | Passed |
| testSetCategoryWithValidCategory | 9 ms | Passed |
| testSetDateWithValidDate | 0 ms | Passed |
| testSetLocationWithValidLocations | 1 ms | Passed |
| testSetOwnerWithValidOwners | 2 ms | Passed |
| testSetSummaryWithValidSummaries | 1 ms | Passed |
| testSetTitleWithValidTitles | 2 ms | Passed |
| testThatAddAttendeeThrowsExceptionOnAlreadyAddedAttendee | 2 ms | Passed |
| testThatAddAttendeeThrowsExceptionOnNullAttendee | 0 ms | Passed |
| testThatConstructorThrowsExceptionOnEmptLocation | 1 ms | Passed |
| testThatConstructorThrowsExceptionOnEmptySummary | 1 ms | Passed |
| testThatConstructorThrowsExceptionOnEmptyTitle | 0 ms | Passed |
| testThatConstructorThrowsExceptionOnNullCategory | 1 ms | Passed |
| testThatConstructorThrowsExceptionOnNullDate | 1 ms | Passed |
| testThatConstructorThrowsExceptionOnNullLocation | 3 ms | Passed |
| testThatConstructorThrowsExceptionOnNullSummary | 0 ms | Passed |
| testThatConstructorThrowsExceptionOnNullTitle | 0 ms | Passed |
| testThatConstructorThrowsExceptionOnTooLongLocation | 1 ms | Passed |
| testThatConstructorThrowsExceptionOnTooLongSummary | 4 ms | Passed |
| testThatConstructorThrowsExceptionOnTooLongTitle | 1 ms | Passed |
| testThatCountAttendeesIsInSyncWithGetAttendees | 0.1 sec | Passed |
| testThatGetAttendeesReturnsAnUnmodifiableSet | 4 ms | Passed |
| testThatHasAtendeeIsInSyncWithGetAttendees | 10 ms | Passed |
| testThatHasAttendeeReturnsFalseIfAttendeeIsNotPresent | 5 ms | Passed |
| testThatHasAttendeeReturnsTrueIfAttendeeIsPresent | 1 ms | Passed |
| testThatHasAttendeeThrowsExceptionOnNullAttendee | 1 ms | Passed |
| testThatRemoveAttendeeThrowsExceptionOnNonExistentAttendee | 1 ms | Passed |
| testThatRemoveAttendeeThrowsExceptionOnNullAttendee | 47 ms | Passed |
| testThatSetCategoryThrowsExceptionOnNullCategory | 1 ms | Passed |
| testThatSetDateThrowsExceptionOnNullDate | 0 ms | Passed |
| testThatSetLocationThrowsExceptionOnEmptyLocation | 0 ms | Passed |
| testThatSetLocationThrowsExceptionOnNullLocation | 1 ms | Passed |
| testThatSetLocationThrowsExceptionOnTooLongLocation | 2 ms | Passed |
| testThatSetOwnerThrowsExceptionOnNullOwner | 3 ms | Passed |
| testThatSetSummaryThrowsExceptionOnEmptySummary | 0 ms | Passed |
| testThatSetSummaryThrowsExceptionOnNullSummary | 0 ms | Passed |
| testThatSetSummaryThrowsExceptionOnTooLongSummary | 0 ms | Passed |
| testThatSetTitleThrowsExceptionOnEmptyTitle | 0 ms | Passed |
| testThatSetTitleThrowsExceptionOnNullTitle | 0 ms | Passed |
| testThatSetTitleThrowsExceptionOnTooLongTitle | 1 ms | Passed |