|
ILIAS
release_8 Revision v8.24
|
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) | |
| @dataProvider serializedData More... | |
| testInvalidChunkSizeWillRaiseException () | |
| @doesNotPerformAssertions More... | |
| serializedData () | |
Data Fields | |
| const | TEST_KEY = 'phpunit_tst' |
Protected Member Functions | |
| getTestData (callable $pre, callable $post) | |
Protected Member Functions inherited from assBaseTestCase | |
| setUp () | |
| tearDown () | |
| setGlobalVariable (string $name, $value) | |
| getGlobalTemplateMock () | |
| getDatabaseMock () | |
| getIliasMock () | |
Protected Attributes | |
| $storage = array() | |
Protected Attributes inherited from assBaseTestCase | |
| Container | $dic = null |
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.
|
protected |
| callable | $pre | |
| callable | $post |
Definition at line 112 of file ilAssQuestionSkillAssignmentRegistryTest.php.
References $data, $i, $post, and ilAssQuestionSkillAssignment\EVAL_MODE_BY_QUESTION_SOLUTION.
Referenced by serializedData().
Here is the caller graph for this function:| ilAssQuestionSkillAssignmentRegistryTest::serializedData | ( | ) |
Definition at line 154 of file ilAssQuestionSkillAssignmentRegistryTest.php.
References $post, and getTestData().
Here is the call graph for this function:| ilAssQuestionSkillAssignmentRegistryTest::setUp | ( | ) |
Reimplemented from assBaseTestCase.
Definition at line 34 of file ilAssQuestionSkillAssignmentRegistryTest.php.
| ilAssQuestionSkillAssignmentRegistryTest::testInvalidChunkSizeWillRaiseException | ( | ) |
@doesNotPerformAssertions
Definition at line 87 of file ilAssQuestionSkillAssignmentRegistryTest.php.
References Vendor\Package\$e.
| ilAssQuestionSkillAssignmentRegistryTest::testSkillAssignmentsCanBetStoredAndFetchedBySerializationStrategy | ( | $value, | |
| $chunkSize, | |||
| callable | $preCallback, | ||
| callable | $postCallback | ||
| ) |
@dataProvider serializedData
| $value | ||
| $chunkSize | ||
| callable | $preCallback | |
| callable | $postCallback |
Definition at line 48 of file ilAssQuestionSkillAssignmentRegistryTest.php.
References ILIAS\LTI\ToolProvider\$key.
|
protected |
Definition at line 29 of file ilAssQuestionSkillAssignmentRegistryTest.php.
| const ilAssQuestionSkillAssignmentRegistryTest::TEST_KEY = 'phpunit_tst' |
Definition at line 24 of file ilAssQuestionSkillAssignmentRegistryTest.php.