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