|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Unit tests. 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 () | |
| setGlobalVariable ($name, $value) | |
| getGlobalTemplateMock () | |
| getHttpMock () | |
| getDatabaseMock () | |
| getIliasMock () | |
Protected Attributes | |
| $backupGlobals = false | |
Unit tests.
Definition at line 11 of file assOrderingQuestionTest.php.
|
protected |
Reimplemented from assBaseTestCase.
Definition at line 15 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 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 | ) |
@depends testOrderingElementListDefaults
Definition at line 67 of file assOrderingQuestionTest.php.
References ilAssOrderingElementList\withElements().
Here is the call graph for this function:| assOrderingQuestionTest::testOrderingElementMutation | ( | ilAssOrderingElement | $element | ) |
@depends testOrderingElementDefaults
Definition at line 85 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 13 of file assOrderingQuestionTest.php.