|
ILIAS
release_8 Revision v8.25-1-g13de6a5eca6
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for assOrderingQuestionTest:
Collaboration diagram for assOrderingQuestionTest:Public Member Functions | |
| test_instantiateObject_shouldReturnInstance () | |
| testOrderingElementListDefaults () | |
| testOrderingElementListMutation (ilAssOrderingElementList $list) | |
| @depends testOrderingElementListDefaults More... | |
| testOrderingElementDefaults () | |
| testOrderingElementMutation (ilAssOrderingElement $element) | |
| @depends testOrderingElementDefaults More... | |
Protected Member Functions | |
| setUp () | |
Protected Member Functions inherited from assBaseTestCase | |
| setUp () | |
| tearDown () | |
| setGlobalVariable (string $name, $value) | |
| getGlobalTemplateMock () | |
| getDatabaseMock () | |
| getIliasMock () | |
Protected Attributes | |
| $backupGlobals = false | |
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 Unit tests
Definition at line 26 of file assOrderingQuestionTest.php.
|
protected |
Reimplemented from assBaseTestCase.
Definition at line 30 of file assOrderingQuestionTest.php.
References assBaseTestCase\getDatabaseMock(), assBaseTestCase\getGlobalTemplateMock(), assBaseTestCase\getIliasMock(), and assBaseTestCase\setGlobalVariable().
Here is the call graph for this function:| assOrderingQuestionTest::test_instantiateObject_shouldReturnInstance | ( | ) |
Definition at line 53 of file assOrderingQuestionTest.php.
| assOrderingQuestionTest::testOrderingElementDefaults | ( | ) |
Definition at line 83 of file assOrderingQuestionTest.php.
| assOrderingQuestionTest::testOrderingElementListDefaults | ( | ) |
Definition at line 64 of file assOrderingQuestionTest.php.
| assOrderingQuestionTest::testOrderingElementListMutation | ( | ilAssOrderingElementList | $list | ) |
@depends testOrderingElementListDefaults
Definition at line 77 of file assOrderingQuestionTest.php.
References ilAssOrderingElementList\withElements().
Here is the call graph for this function:| assOrderingQuestionTest::testOrderingElementMutation | ( | ilAssOrderingElement | $element | ) |
@depends testOrderingElementDefaults
Definition at line 95 of file assOrderingQuestionTest.php.
References ilAssOrderingElement\getContent(), ilAssOrderingElement\getIndentation(), ilAssOrderingElement\getPosition(), ilAssOrderingElement\getRandomIdentifier(), ilAssOrderingElement\getSolutionIdentifier(), ilAssOrderingElement\withContent(), ilAssOrderingElement\withIndentation(), ilAssOrderingElement\withPosition(), ilAssOrderingElement\withRandomIdentifier(), and ilAssOrderingElement\withSolutionIdentifier().
Here is the call graph for this function:
|
protected |
Definition at line 28 of file assOrderingQuestionTest.php.