|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilAssQuestionSkillAssignmentRegistryTest:
Collaboration diagram for ilAssQuestionSkillAssignmentRegistryTest:Public Member Functions | |
| setUp () | |
| testSkillAssignmentsCanBetStoredAndFetchedBySerializationStrategy ($value, $chunkSize, callable $preCallback, callable $postCallback) | |
| testInvalidChunkSizeWillRaiseException () | |
Static Public Member Functions | |
| static | serializedData () |
Data Fields | |
| const | TEST_KEY = 'phpunit_tst' |
Static Protected Member Functions | |
| static | getTestData (callable $pre, callable $post) |
Protected Attributes | |
| array | $storage = [] |
Protected Attributes inherited from assBaseTestCase | |
| Container | $dic = null |
Additional Inherited Members | |
Protected Member Functions inherited from assBaseTestCase | |
| setUp () | |
| tearDown () | |
| getIRSSMock () | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilAssQuestionSkillAssignmentRegistryTest
Definition at line 22 of file ilAssQuestionSkillAssignmentRegistryTest.php.
|
staticprotected |
| callable | $pre | |
| callable | $post |
Definition at line 107 of file ilAssQuestionSkillAssignmentRegistryTest.php.
References $data, $post, and ilAssQuestionSkillAssignment\EVAL_MODE_BY_QUESTION_SOLUTION.
Referenced by serializedData().
Here is the caller graph for this function:
|
static |
Definition at line 144 of file ilAssQuestionSkillAssignmentRegistryTest.php.
References $post, and getTestData().
Here is the call graph for this function:| ilAssQuestionSkillAssignmentRegistryTest::setUp | ( | ) |
Reimplemented from assBaseTestCase.
Definition at line 31 of file ilAssQuestionSkillAssignmentRegistryTest.php.
| ilAssQuestionSkillAssignmentRegistryTest::testInvalidChunkSizeWillRaiseException | ( | ) |
Definition at line 83 of file ilAssQuestionSkillAssignmentRegistryTest.php.
References Vendor\Package\$e.
| ilAssQuestionSkillAssignmentRegistryTest::testSkillAssignmentsCanBetStoredAndFetchedBySerializationStrategy | ( | $value, | |
| $chunkSize, | |||
| callable | $preCallback, | ||
| callable | $postCallback | ||
| ) |
| $value | ||
| $chunkSize | ||
| callable | $preCallback | |
| callable | $postCallback |
Definition at line 45 of file ilAssQuestionSkillAssignmentRegistryTest.php.
|
protected |
Definition at line 29 of file ilAssQuestionSkillAssignmentRegistryTest.php.
| const ilAssQuestionSkillAssignmentRegistryTest::TEST_KEY = 'phpunit_tst' |
Definition at line 24 of file ilAssQuestionSkillAssignmentRegistryTest.php.