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