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