ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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 = [] |
![]() | |
Container | $dic = null |
Additional Inherited Members | |
![]() | |
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().
|
static |
Definition at line 144 of file ilAssQuestionSkillAssignmentRegistryTest.php.
References $post, and getTestData().
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.