|
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 assSingleChoiceTest:
Collaboration diagram for assSingleChoiceTest: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 for single choice questions
Definition at line 28 of file assSingleChoiceTest.php.
|
protected |
Reimplemented from assBaseTestCase.
Definition at line 32 of file assSingleChoiceTest.php.
References assBaseTestCase\getGlobalTemplateMock(), assBaseTestCase\getIliasMock(), and assBaseTestCase\setGlobalVariable().
Here is the call graph for this function:| assSingleChoiceTest::test_getAdditionalTableName_shouldReturnAdditionalTableName | ( | ) |
Definition at line 93 of file assSingleChoiceTest.php.
| assSingleChoiceTest::test_getAnswerTableName_shouldReturnAnswerTableName | ( | ) |
Definition at line 99 of file assSingleChoiceTest.php.
| assSingleChoiceTest::test_getQuestionType_shouldReturnQuestionType | ( | ) |
Definition at line 87 of file assSingleChoiceTest.php.
| assSingleChoiceTest::test_getThumbPrefix_shouldReturnString | ( | ) |
Definition at line 52 of file assSingleChoiceTest.php.
| assSingleChoiceTest::test_setOutputType_shouldReturngetOutputType | ( | ) |
Definition at line 58 of file assSingleChoiceTest.php.
|
protected |
Definition at line 30 of file assSingleChoiceTest.php.