ILIAS
release_8 Revision v8.19
|
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 | |
IdentificationFactory | $identification |
Class IdentificationFactoryTest.
disabled disabled disabled
Definition at line 33 of file IdentificationFactoryTest.php.
|
protected |
Definition at line 55 of file IdentificationFactoryTest.php.
ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testAvailableMethods | ( | ) |
Definition at line 73 of file IdentificationFactoryTest.php.
ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testCore | ( | ) |
Definition at line 95 of file IdentificationFactoryTest.php.
ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testFactoryMustReturnCorrectTypeCore | ( | ) |
Definition at line 149 of file IdentificationFactoryTest.php.
References ILIAS\GlobalScreen\Identification\IdentificationFactory\fromSerializedIdentification().
ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testFactoryMustReturnCorrectTypePlugin | ( | ) |
Definition at line 163 of file IdentificationFactoryTest.php.
References ILIAS\GlobalScreen\Identification\IdentificationFactory\fromSerializedIdentification().
ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testPlugin | ( | ) |
Definition at line 102 of file IdentificationFactoryTest.php.
References ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\$provider_mock.
ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testSerializingCore | ( | ) |
Definition at line 112 of file IdentificationFactoryTest.php.
References ILIAS\GlobalScreen\Identification\IdentificationFactory\core().
ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testUnserializingCore | ( | ) |
Definition at line 120 of file IdentificationFactoryTest.php.
References ILIAS\GlobalScreen\Identification\IdentificationFactory\core(), and ILIAS\GlobalScreen\Identification\IdentificationFactory\fromSerializedIdentification().
ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testUnserializingFailsSinceNobpbyCanhandleTheString | ( | ) |
Definition at line 141 of file IdentificationFactoryTest.php.
ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testUnserializingPlugin | ( | ) |
Definition at line 130 of file IdentificationFactoryTest.php.
References ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\$provider_mock, ILIAS\GlobalScreen\Identification\IdentificationFactory\fromSerializedIdentification(), and ILIAS\GlobalScreen\Identification\IdentificationFactory\plugin().
|
protected |
Definition at line 49 of file IdentificationFactoryTest.php.
|
protected |
Definition at line 48 of file IdentificationFactoryTest.php.
|
protected |
Definition at line 40 of file IdentificationFactoryTest.php.
|
protected |
Definition at line 44 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 36 of file IdentificationFactoryTest.php.