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