| testAddAttendeeWithValidAttendees | 11 ms | Passed |
| testConstructorWithValidLocations | 0.19 sec | Passed |
| testConstructorWithValidSummaries | 1 ms | Passed |
| testConstructorWithValidTitles | 3 ms | Passed |
| testEqualsHashCodeContract | 0.96 sec | Passed |
| testRemoveAttendeeWithValidAttendees | 10 ms | Passed |
| testSetCancelled | 1 ms | Passed |
| testSetCategoryWithValidCategory | 37 ms | Passed |
| testSetDateWithValidDate | 0 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 | 0 ms | Passed |
| testThatConstructorThrowsExceptionOnNullDate | 0 ms | Passed |
| testThatConstructorThrowsExceptionOnNullLocation | 0 ms | Passed |
| testThatConstructorThrowsExceptionOnNullSummary | 1 ms | Passed |
| testThatConstructorThrowsExceptionOnNullTitle | 0 ms | Passed |
| testThatConstructorThrowsExceptionOnTooLongLocation | 1 ms | Passed |
| testThatConstructorThrowsExceptionOnTooLongSummary | 2 ms | Passed |
| testThatConstructorThrowsExceptionOnTooLongTitle | 1 ms | Passed |
| testThatCountAttendeesIsInSyncWithGetAttendees | 55 ms | Passed |
| testThatGetAttendeesReturnsAnUnmodifiableSet | 2 ms | Passed |
| testThatHasAtendeeIsInSyncWithGetAttendees | 12 ms | Passed |
| testThatHasAttendeeReturnsFalseIfAttendeeIsNotPresent | 1 ms | Passed |
| testThatHasAttendeeReturnsTrueIfAttendeeIsPresent | 3 ms | Passed |
| testThatHasAttendeeThrowsExceptionOnNullAttendee | 9 ms | Passed |
| testThatRemoveAttendeeThrowsExceptionOnNonExistentAttendee | 1 ms | Passed |
| testThatRemoveAttendeeThrowsExceptionOnNullAttendee | 74 ms | Passed |
| testThatSetCategoryThrowsExceptionOnNullCategory | 0 ms | Passed |
| testThatSetDateThrowsExceptionOnNullDate | 0 ms | Passed |
| testThatSetLocationThrowsExceptionOnEmptyLocation | 1 ms | Passed |
| testThatSetLocationThrowsExceptionOnNullLocation | 1 ms | Passed |
| testThatSetLocationThrowsExceptionOnTooLongLocation | 6 ms | Passed |
| testThatSetOwnerThrowsExceptionOnNullOwner | 0 ms | Passed |
| testThatSetSummaryThrowsExceptionOnEmptySummary | 1 ms | Passed |
| testThatSetSummaryThrowsExceptionOnNullSummary | 1 ms | Passed |
| testThatSetSummaryThrowsExceptionOnTooLongSummary | 0 ms | Passed |
| testThatSetTitleThrowsExceptionOnEmptyTitle | 1 ms | Passed |
| testThatSetTitleThrowsExceptionOnNullTitle | 0 ms | Passed |
| testThatSetTitleThrowsExceptionOnTooLongTitle | 0 ms | Passed |