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