ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class IdentificationFactoryTest. More...
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 () | |
Protected Attributes | |
$provider_factory | |
$provider_mock | |
$plugin_mock | |
$identification | |
Class IdentificationFactoryTest.
disabled disabled disabled
Definition at line 49 of file IdentificationFactoryTest.php.
|
protected |
Definition at line 74 of file IdentificationFactoryTest.php.
ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testAvailableMethods | ( | ) |
Definition at line 92 of file IdentificationFactoryTest.php.
ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testCore | ( | ) |
Definition at line 114 of file IdentificationFactoryTest.php.
ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testFactoryMustReturnCorrectTypeCore | ( | ) |
Definition at line 168 of file IdentificationFactoryTest.php.
References ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\$identification.
ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testFactoryMustReturnCorrectTypePlugin | ( | ) |
Definition at line 182 of file IdentificationFactoryTest.php.
References ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\$identification.
ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testPlugin | ( | ) |
Definition at line 121 of file IdentificationFactoryTest.php.
References ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\$identification, and ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\$provider_mock.
ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testSerializingCore | ( | ) |
Definition at line 131 of file IdentificationFactoryTest.php.
References ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\$identification.
ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testUnserializingCore | ( | ) |
Definition at line 139 of file IdentificationFactoryTest.php.
References ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\$identification.
ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testUnserializingFailsSinceNobpbyCanhandleTheString | ( | ) |
Definition at line 160 of file IdentificationFactoryTest.php.
ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testUnserializingPlugin | ( | ) |
Definition at line 149 of file IdentificationFactoryTest.php.
References ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\$identification, and ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\$provider_mock.
|
protected |
Definition at line 68 of file IdentificationFactoryTest.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 64 of file IdentificationFactoryTest.php.
|
protected |
Definition at line 56 of file IdentificationFactoryTest.php.
|
protected |
Definition at line 60 of file IdentificationFactoryTest.php.
Referenced by ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\testPlugin(), and ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\testUnserializingPlugin().
const ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::MOCKED_PROVIDER_CLASSNAME = 'Mockery_1_ILIAS_GlobalScreen_Provider_Provider' |
Definition at line 52 of file IdentificationFactoryTest.php.