ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Unit tests. More...
Public Member Functions | |
test_instantiateObject_shouldReturnInstance () | |
testOrderingElementListDefaults () | |
testOrderingElementListMutation (ilAssOrderingElementList $list) | |
testOrderingElementListDefaults More... | |
testOrderingElementDefaults () | |
testOrderingElementMutation (ilAssOrderingElement $element) | |
testOrderingElementDefaults More... | |
Protected Member Functions | |
setUp () | |
![]() | |
setUp () | |
setGlobalVariable ($name, $value) | |
getGlobalTemplateMock () | |
getHttpMock () | |
getDatabaseMock () | |
getIliasMock () | |
Protected Attributes | |
$backupGlobals = false | |
Unit tests.
Definition at line 11 of file assOrderingQuestionTest.php.
|
protected |
Definition at line 15 of file assOrderingQuestionTest.php.
References assBaseTestCase\getDatabaseMock(), assBaseTestCase\getGlobalTemplateMock(), assBaseTestCase\getIliasMock(), and assBaseTestCase\setGlobalVariable().
assOrderingQuestionTest::test_instantiateObject_shouldReturnInstance | ( | ) |
Definition at line 43 of file assOrderingQuestionTest.php.
assOrderingQuestionTest::testOrderingElementDefaults | ( | ) |
Definition at line 73 of file assOrderingQuestionTest.php.
assOrderingQuestionTest::testOrderingElementListDefaults | ( | ) |
Definition at line 54 of file assOrderingQuestionTest.php.
assOrderingQuestionTest::testOrderingElementListMutation | ( | ilAssOrderingElementList | $list | ) |
testOrderingElementListDefaults
Definition at line 67 of file assOrderingQuestionTest.php.
References ilAssOrderingElementList\withElements().
assOrderingQuestionTest::testOrderingElementMutation | ( | ilAssOrderingElement | $element | ) |
testOrderingElementDefaults
Definition at line 85 of file assOrderingQuestionTest.php.
References ilAssOrderingElement\getRandomIdentifier(), ilAssOrderingElement\withRandomIdentifier(), and ilAssOrderingElement\withSolutionIdentifier().
|
protected |
Definition at line 13 of file assOrderingQuestionTest.php.