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