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