|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Class IdentificationFactoryTest. More...
Inheritance diagram for ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest:
Collaboration diagram for ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest:Public Member Functions | |
| testAvailableMethods () | |
| testCore () | |
| testPlugin () | |
| testSerializingCore () | |
| testUnserializingCore () | |
| testUnserializingPlugin () | |
| testUnserializingFailsSinceNobpbyCanhandleTheString () | |
| testFactoryMustReturnCorrectTypeCore () | |
| testFactoryMustReturnCorrectTypePlugin () | |
Data Fields | |
| const | MOCKED_PROVIDER_CLASSNAME = 'Mockery_1_ILIAS_GlobalScreen_Provider_Provider' |
Protected Member Functions | |
| setUp () | |
| @inheritDoc More... | |
Protected Attributes | |
| $provider_factory | |
| $provider_mock | |
| $plugin_mock | |
| IdentificationFactory | $identification |
Class IdentificationFactoryTest.
Definition at line 51 of file IdentificationFactoryTestTBD.php.
|
protected |
@inheritDoc
Definition at line 73 of file IdentificationFactoryTestTBD.php.
| ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testAvailableMethods | ( | ) |
Definition at line 91 of file IdentificationFactoryTestTBD.php.
References ILIAS\UI\examples\Symbol\Glyph\Sort\sort().
Here is the call graph for this function:| ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testCore | ( | ) |
Definition at line 113 of file IdentificationFactoryTestTBD.php.
| ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testFactoryMustReturnCorrectTypeCore | ( | ) |
Definition at line 167 of file IdentificationFactoryTestTBD.php.
References ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\$identification, ILIAS\GlobalScreen\Identification\IdentificationFactory\fromSerializedIdentification(), and ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\MOCKED_PROVIDER_CLASSNAME.
Here is the call graph for this function:| ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testFactoryMustReturnCorrectTypePlugin | ( | ) |
Definition at line 181 of file IdentificationFactoryTestTBD.php.
References ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\$identification, ILIAS\GlobalScreen\Identification\IdentificationFactory\fromSerializedIdentification(), and ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\MOCKED_PROVIDER_CLASSNAME.
Here is the call graph for this function:| ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testPlugin | ( | ) |
Definition at line 120 of file IdentificationFactoryTestTBD.php.
References ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\$identification.
| ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testSerializingCore | ( | ) |
Definition at line 130 of file IdentificationFactoryTestTBD.php.
References ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\$identification, and ILIAS\GlobalScreen\Identification\IdentificationFactory\core().
Here is the call graph for this function:| ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testUnserializingCore | ( | ) |
Definition at line 138 of file IdentificationFactoryTestTBD.php.
References ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\$identification, ILIAS\GlobalScreen\Identification\IdentificationFactory\core(), and ILIAS\GlobalScreen\Identification\IdentificationFactory\fromSerializedIdentification().
Here is the call graph for this function:| ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testUnserializingFailsSinceNobpbyCanhandleTheString | ( | ) |
Definition at line 159 of file IdentificationFactoryTestTBD.php.
| ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testUnserializingPlugin | ( | ) |
Definition at line 148 of file IdentificationFactoryTestTBD.php.
References ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\$identification, ILIAS\GlobalScreen\Identification\IdentificationFactory\fromSerializedIdentification(), and ILIAS\GlobalScreen\Identification\IdentificationFactory\plugin().
Here is the call graph for this function:
|
protected |
Definition at line 67 of file IdentificationFactoryTestTBD.php.
Referenced by ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\testFactoryMustReturnCorrectTypeCore(), ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\testFactoryMustReturnCorrectTypePlugin(), ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\testPlugin(), ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\testSerializingCore(), ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\testUnserializingCore(), and ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\testUnserializingPlugin().
|
protected |
Definition at line 66 of file IdentificationFactoryTestTBD.php.
|
protected |
Definition at line 58 of file IdentificationFactoryTestTBD.php.
|
protected |
Definition at line 62 of file IdentificationFactoryTestTBD.php.
| const ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::MOCKED_PROVIDER_CLASSNAME = 'Mockery_1_ILIAS_GlobalScreen_Provider_Provider' |