|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilMailAddressTypesTest. More...
Inheritance diagram for ilMailAddressTypesTest:
Collaboration diagram for ilMailAddressTypesTest:Private Member Functions | |
| createGroupNameAsValidatorMock () | |
| getAddressTypeFactory ($groupNameValidatorMock) | |
| getWrappedAddressType (\ilMailAddressType $type) | |
Additional Inherited Members | |
Protected Member Functions inherited from ilMailBaseTest | |
| setUp () | |
| setGlobalVariable ($name, $value) | |
| assertException ($exception_class) | |
Class ilMailAddressTypesTest.
Definition at line 8 of file ilMailAddressTypesTest.php.
|
private |
Definition at line 25 of file ilMailAddressTypesTest.php.
Referenced by testAdminCourseNameIsAValidMailAddressType(), testAdminGroupNameIsAValidMailAddressTypes(), testFactoryWillReturnGroupAddressTypeForGroupName(), testFactoryWillReturnListAddressTypeForListName(), testFactoryWillReturnLoginOrEmailAddressAddressType(), testFactoryWillReturnRoleAddressType(), testMemberCourseNameIsAValidMailAddressType(), and testMemberGroupNameIsAValidMailAddressType().
Here is the caller graph for this function:
|
private |
| $groupNameValidatorMock |
Definition at line 37 of file ilMailAddressTypesTest.php.
Referenced by testAdminCourseNameIsAValidMailAddressType(), testAdminGroupNameIsAValidMailAddressTypes(), testFactoryWillReturnGroupAddressTypeForGroupName(), testFactoryWillReturnListAddressTypeForListName(), testFactoryWillReturnLoginOrEmailAddressAddressType(), testFactoryWillReturnRoleAddressType(), testMemberCourseNameIsAValidMailAddressType(), and testMemberGroupNameIsAValidMailAddressType().
Here is the caller graph for this function:
|
private |
| \ilMailAddressType | $type |
Definition at line 63 of file ilMailAddressTypesTest.php.
References $type.
Referenced by testAdminCourseNameIsAValidMailAddressType(), testAdminGroupNameIsAValidMailAddressTypes(), testFactoryWillReturnGroupAddressTypeForGroupName(), testFactoryWillReturnListAddressTypeForListName(), testFactoryWillReturnLoginOrEmailAddressAddressType(), testFactoryWillReturnRoleAddressType(), testMemberCourseNameIsAValidMailAddressType(), and testMemberGroupNameIsAValidMailAddressType().
Here is the caller graph for this function:| ilMailAddressTypesTest::setUp | ( | ) |
Reimplemented from ilMailBaseTest.
Definition at line 13 of file ilMailAddressTypesTest.php.
| ilMailAddressTypesTest::testAddressCanBeValidatedFromLoginOrEmailAddressType | ( | ) |
Definition at line 273 of file ilMailAddressTypesTest.php.
References $type.
| ilMailAddressTypesTest::testAdminCourseNameIsAValidMailAddressType | ( | ) |
Definition at line 169 of file ilMailAddressTypesTest.php.
References $result, createGroupNameAsValidatorMock(), getAddressTypeFactory(), and getWrappedAddressType().
Here is the call graph for this function:| ilMailAddressTypesTest::testAdminGroupNameIsAValidMailAddressTypes | ( | ) |
Definition at line 139 of file ilMailAddressTypesTest.php.
References $result, createGroupNameAsValidatorMock(), getAddressTypeFactory(), and getWrappedAddressType().
Here is the call graph for this function:| ilMailAddressTypesTest::testCacheOnlyResolvesAndValidatesRecipientsOnceIfCachingIsEnabled | ( | ) |
Definition at line 621 of file ilMailAddressTypesTest.php.
References $type, and Sabre\Event\once().
Here is the call graph for this function:| ilMailAddressTypesTest::testCacheResolvesAndValidatesRecipientsOnEveryCallIfCachingIsDisabled | ( | ) |
Definition at line 639 of file ilMailAddressTypesTest.php.
References $type.
| ilMailAddressTypesTest::testFactoryWillReturnGroupAddressTypeForGroupName | ( | ) |
Definition at line 94 of file ilMailAddressTypesTest.php.
References $result, createGroupNameAsValidatorMock(), getAddressTypeFactory(), and getWrappedAddressType().
Here is the call graph for this function:| ilMailAddressTypesTest::testFactoryWillReturnListAddressTypeForListName | ( | ) |
Definition at line 79 of file ilMailAddressTypesTest.php.
References $result, createGroupNameAsValidatorMock(), getAddressTypeFactory(), and getWrappedAddressType().
Here is the call graph for this function:| ilMailAddressTypesTest::testFactoryWillReturnLoginOrEmailAddressAddressType | ( | ) |
Definition at line 109 of file ilMailAddressTypesTest.php.
References $result, createGroupNameAsValidatorMock(), getAddressTypeFactory(), and getWrappedAddressType().
Here is the call graph for this function:| ilMailAddressTypesTest::testFactoryWillReturnRoleAddressType | ( | ) |
Definition at line 124 of file ilMailAddressTypesTest.php.
References $result, createGroupNameAsValidatorMock(), getAddressTypeFactory(), and getWrappedAddressType().
Here is the call graph for this function:| ilMailAddressTypesTest::testMailingListAddressCanBeValidated | ( | ) |
Definition at line 455 of file ilMailAddressTypesTest.php.
References $type.
| ilMailAddressTypesTest::testMemberCourseNameIsAValidMailAddressType | ( | ) |
Definition at line 184 of file ilMailAddressTypesTest.php.
References $result, createGroupNameAsValidatorMock(), getAddressTypeFactory(), and getWrappedAddressType().
Here is the call graph for this function:| ilMailAddressTypesTest::testMemberGroupNameIsAValidMailAddressType | ( | ) |
Definition at line 154 of file ilMailAddressTypesTest.php.
References $result, createGroupNameAsValidatorMock(), getAddressTypeFactory(), and getWrappedAddressType().
Here is the call graph for this function:| ilMailAddressTypesTest::testNoUserIdCanBeResolvedFromEmailAddress | ( | ) |
Definition at line 249 of file ilMailAddressTypesTest.php.
References $type, and Sabre\Event\once().
Here is the call graph for this function:| ilMailAddressTypesTest::testNoUserIdCanBeResolvedFromUnknownLoginAddress | ( | ) |
Definition at line 225 of file ilMailAddressTypesTest.php.
References $type, and Sabre\Event\once().
Here is the call graph for this function:| ilMailAddressTypesTest::testNoUserIdsCanBeResolvedFromInvalidRoleAddress | ( | ) |
Definition at line 518 of file ilMailAddressTypesTest.php.
References $type, and Sabre\Event\once().
Here is the call graph for this function:| ilMailAddressTypesTest::testPermissionsAreCheckedForRegularUsersWhenValidatingGlobalRoleAddresses | ( | ) |
Definition at line 573 of file ilMailAddressTypesTest.php.
References $type, and Sabre\Event\once().
Here is the call graph for this function:| ilMailAddressTypesTest::testUserIdCanBeResolvedFromLoginAddress | ( | ) |
Definition at line 199 of file ilMailAddressTypesTest.php.
References $type, and Sabre\Event\once().
Here is the call graph for this function:| ilMailAddressTypesTest::testUserIdsCanBeResolvedFromGroupNameAddress | ( | ) |
Definition at line 321 of file ilMailAddressTypesTest.php.
References $type, and Sabre\Event\once().
Here is the call graph for this function:| ilMailAddressTypesTest::testUserIdsCanBeResolvedFromMailingListAddress | ( | ) |
Definition at line 409 of file ilMailAddressTypesTest.php.
| ilMailAddressTypesTest::testUserIdsCanBeResolvedFromRoleAddress | ( | ) |
Definition at line 486 of file ilMailAddressTypesTest.php.
References $type, and Sabre\Event\once().
Here is the call graph for this function:| ilMailAddressTypesTest::testUserIdsCannotBeResolvedFromNonExistingGroupNameAddress | ( | ) |
Definition at line 347 of file ilMailAddressTypesTest.php.
References $type, and Sabre\Event\once().
Here is the call graph for this function:| ilMailAddressTypesTest::testValidationFailsForNonExistingGroupNameAddress | ( | ) |
Definition at line 373 of file ilMailAddressTypesTest.php.
References $type, and Sabre\Event\once().
Here is the call graph for this function:| ilMailAddressTypesTest::testValidationForAnonymousUserAsSystemActorSucceedsAlwaysForGlobalRoleAddresses | ( | ) |
Definition at line 546 of file ilMailAddressTypesTest.php.
References $type, and Sabre\Event\once().
Here is the call graph for this function:| ilMailAddressTypesTest::testValidationSucceedsForExistingGroupName | ( | ) |
Definition at line 391 of file ilMailAddressTypesTest.php.
References $type, and Sabre\Event\once().
Here is the call graph for this function: