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