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