ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
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.
Definition at line 51 of file IdentificationFactoryTestTBD.php.
|
protected |
Definition at line 73 of file IdentificationFactoryTestTBD.php.
ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testAvailableMethods | ( | ) |
Definition at line 91 of file IdentificationFactoryTestTBD.php.
References $r, and ILIAS\UI\examples\Symbol\Glyph\Sort\sort().
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\Identification\IdentificationFactory\fromSerializedIdentification().
ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testFactoryMustReturnCorrectTypePlugin | ( | ) |
Definition at line 181 of file IdentificationFactoryTestTBD.php.
References ILIAS\GlobalScreen\Identification\IdentificationFactory\fromSerializedIdentification().
ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testPlugin | ( | ) |
Definition at line 120 of file IdentificationFactoryTestTBD.php.
References ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\$provider_mock.
ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testSerializingCore | ( | ) |
Definition at line 130 of file IdentificationFactoryTestTBD.php.
References ILIAS\GlobalScreen\Identification\IdentificationFactory\core().
ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testUnserializingCore | ( | ) |
Definition at line 138 of file IdentificationFactoryTestTBD.php.
References ILIAS\GlobalScreen\Identification\IdentificationFactory\core(), and ILIAS\GlobalScreen\Identification\IdentificationFactory\fromSerializedIdentification().
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\$provider_mock, ILIAS\GlobalScreen\Identification\IdentificationFactory\fromSerializedIdentification(), and ILIAS\GlobalScreen\Identification\IdentificationFactory\plugin().
|
protected |
Definition at line 67 of file IdentificationFactoryTestTBD.php.
|
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.
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 54 of file IdentificationFactoryTestTBD.php.