ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Unit tests for single choice questions. More...
Public Member Functions | |
test_getThumbPrefix_shouldReturnString () | |
Create a sample question and save it to the database. More... | |
test_setOutputType_shouldReturngetOutputType () | |
test_getQuestionType_shouldReturnQuestionType () | |
test_getAdditionalTableName_shouldReturnAdditionalTableName () | |
test_getAnswerTableName_shouldReturnAnswerTableName () | |
Protected Member Functions | |
setUp () | |
![]() | |
setUp () | |
setGlobalVariable ($name, $value) | |
getGlobalTemplateMock () | |
getHttpMock () | |
getDatabaseMock () | |
getIliasMock () | |
Protected Attributes | |
$backupGlobals = false | |
Unit tests for single choice questions.
Definition at line 13 of file assSingleChoiceTest.php.
|
protected |
Reimplemented from assBaseTestCase.
Definition at line 17 of file assSingleChoiceTest.php.
assSingleChoiceTest::test_getAdditionalTableName_shouldReturnAdditionalTableName | ( | ) |
Definition at line 140 of file assSingleChoiceTest.php.
assSingleChoiceTest::test_getAnswerTableName_shouldReturnAnswerTableName | ( | ) |
Definition at line 146 of file assSingleChoiceTest.php.
assSingleChoiceTest::test_getQuestionType_shouldReturnQuestionType | ( | ) |
Definition at line 134 of file assSingleChoiceTest.php.
assSingleChoiceTest::test_getThumbPrefix_shouldReturnString | ( | ) |
Create a sample question and save it to the database.
integer | $obj_id | Object ID of the containing question pool object (optional) |
return
Definition at line 99 of file assSingleChoiceTest.php.
assSingleChoiceTest::test_setOutputType_shouldReturngetOutputType | ( | ) |
Definition at line 105 of file assSingleChoiceTest.php.
|
protected |
Definition at line 15 of file assSingleChoiceTest.php.