| testAddAttendeeWithValidAttendees | 15 ms | Passed |
| testConstructorWithValidLocations | 0.22 sec | Passed |
| testConstructorWithValidSummaries | 0 ms | Passed |
| testConstructorWithValidTitles | 1 ms | Passed |
| testEqualsHashCodeContract | 1 sec | Passed |
| testRemoveAttendeeWithValidAttendees | 9 ms | Passed |
| testSetCategoryWithValidCategory | 40 ms | Passed |
| testSetDateWithValidDate | 1 ms | Passed |
| testSetLocationWithValidLocations | 4 ms | Passed |
| testSetOwnerWithValidOwners | 6 ms | Passed |
| testSetSummaryWithValidSummaries | 3 ms | Passed |
| testSetTitleWithValidTitles | 2 ms | Passed |
| testThatAddAttendeeThrowsExceptionOnAlreadyAddedAttendee | 2 ms | Passed |
| testThatAddAttendeeThrowsExceptionOnNullAttendee | 0 ms | Passed |
| testThatConstructorThrowsExceptionOnEmptLocation | 1 ms | Passed |
| testThatConstructorThrowsExceptionOnEmptySummary | 1 ms | Passed |
| testThatConstructorThrowsExceptionOnEmptyTitle | 0 ms | Passed |
| testThatConstructorThrowsExceptionOnNullCategory | 1 ms | Passed |
| testThatConstructorThrowsExceptionOnNullDate | 1 ms | Passed |
| testThatConstructorThrowsExceptionOnNullLocation | 0 ms | Passed |
| testThatConstructorThrowsExceptionOnNullSummary | 4 ms | Passed |
| testThatConstructorThrowsExceptionOnNullTitle | 1 ms | Passed |
| testThatConstructorThrowsExceptionOnTooLongLocation | 2 ms | Passed |
| testThatConstructorThrowsExceptionOnTooLongSummary | 4 ms | Passed |
| testThatConstructorThrowsExceptionOnTooLongTitle | 2 ms | Passed |
| testThatCountAttendeesIsInSyncWithGetAttendees | 55 ms | Passed |
| testThatGetAttendeesReturnsAnUnmodifiableSet | 4 ms | Passed |
| testThatHasAtendeeIsInSyncWithGetAttendees | 12 ms | Passed |
| testThatHasAttendeeReturnsFalseIfAttendeeIsNotPresent | 1 ms | Passed |
| testThatHasAttendeeReturnsTrueIfAttendeeIsPresent | 1 ms | Passed |
| testThatHasAttendeeThrowsExceptionOnNullAttendee | 8 ms | Passed |
| testThatRemoveAttendeeThrowsExceptionOnNonExistentAttendee | 3 ms | Passed |
| testThatRemoveAttendeeThrowsExceptionOnNullAttendee | 0.1 sec | Passed |
| testThatSetCategoryThrowsExceptionOnNullCategory | 11 ms | Passed |
| testThatSetDateThrowsExceptionOnNullDate | 0 ms | Passed |
| testThatSetLocationThrowsExceptionOnEmptyLocation | 1 ms | Passed |
| testThatSetLocationThrowsExceptionOnNullLocation | 1 ms | Passed |
| testThatSetLocationThrowsExceptionOnTooLongLocation | 12 ms | Passed |
| testThatSetOwnerThrowsExceptionOnNullOwner | 1 ms | Passed |
| testThatSetSummaryThrowsExceptionOnEmptySummary | 0 ms | Passed |
| testThatSetSummaryThrowsExceptionOnNullSummary | 0 ms | Passed |
| testThatSetSummaryThrowsExceptionOnTooLongSummary | 0 ms | Passed |
| testThatSetTitleThrowsExceptionOnEmptyTitle | 0 ms | Passed |
| testThatSetTitleThrowsExceptionOnNullTitle | 0 ms | Passed |
| testThatSetTitleThrowsExceptionOnTooLongTitle | 0 ms | Passed |