|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Class IdentificationFactoryTest. More...
Inheritance diagram for ILIAS\GlobalScreen\MainMenu\IdentificationTest:
Collaboration diagram for ILIAS\GlobalScreen\MainMenu\IdentificationTest:Public Member Functions | |
| testMustThrowExceptionSinceSerializedIdentificationIsTooLong () | |
| testMustNotThrowExceptionSinceSerializedIdentificationIsExactLength () | |
Data Fields | |
| const | MOCKED_PROVIDER_CLASSNAME = 'Mockery_1_ILIAS_GlobalScreen_Provider_Provider' |
Protected Member Functions | |
| setUp () | |
| @inheritDoc More... | |
Private Attributes | |
| $provider_mock | |
| IdentificationFactory | $identification |
Class IdentificationFactoryTest.
Definition at line 47 of file IdentificationTestTBD.php.
|
protected |
@inheritDoc
Definition at line 61 of file IdentificationTestTBD.php.
| ILIAS\GlobalScreen\MainMenu\IdentificationTest::testMustNotThrowExceptionSinceSerializedIdentificationIsExactLength | ( | ) |
Definition at line 87 of file IdentificationTestTBD.php.
References ILIAS\GlobalScreen\Identification\Serializer\CoreSerializer\DIVIDER, and ILIAS\GlobalScreen\Identification\Serializer\SerializerInterface\MAX_LENGTH.
| ILIAS\GlobalScreen\MainMenu\IdentificationTest::testMustThrowExceptionSinceSerializedIdentificationIsTooLong | ( | ) |
Definition at line 79 of file IdentificationTestTBD.php.
References ILIAS\GlobalScreen\Identification\Serializer\CoreSerializer\DIVIDER, and ILIAS\GlobalScreen\Identification\Serializer\SerializerInterface\MAX_LENGTH.
|
private |
Definition at line 55 of file IdentificationTestTBD.php.
|
private |
Definition at line 54 of file IdentificationTestTBD.php.
| const ILIAS\GlobalScreen\MainMenu\IdentificationTest::MOCKED_PROVIDER_CLASSNAME = 'Mockery_1_ILIAS_GlobalScreen_Provider_Provider' |
Definition at line 50 of file IdentificationTestTBD.php.