ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Unit tests for single choice questions. More...
Public Member Functions | |
test_isComplete_shouldReturnTrue () | |
Create a sample question and save it to the database. More... | |
test_getThumbPrefix_shouldReturnString () | |
test_setOutputType_shouldReturngetOutputType () | |
test_getAnswerCount_shouldReturnCount () | |
test_flushAnswers_shouldClearAnswers () | |
test_getQuestionType_shouldReturnQuestionType () | |
test_getAdditionalTableName_shouldReturnAdditionalTableName () | |
test_getAnswerTableName_shouldReturnAnswerTableName () | |
Protected Member Functions | |
setUp () | |
Protected Attributes | |
$backupGlobals = FALSE | |
Unit tests for single choice questions.
Definition at line 13 of file assSingleChoiceTest.php.
|
protected |
Definition at line 17 of file assSingleChoiceTest.php.
References defined.
assSingleChoiceTest::test_flushAnswers_shouldClearAnswers | ( | ) |
Definition at line 124 of file assSingleChoiceTest.php.
assSingleChoiceTest::test_getAdditionalTableName_shouldReturnAdditionalTableName | ( | ) |
Definition at line 140 of file assSingleChoiceTest.php.
assSingleChoiceTest::test_getAnswerCount_shouldReturnCount | ( | ) |
Definition at line 113 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 | ( | ) |
Definition at line 100 of file assSingleChoiceTest.php.
assSingleChoiceTest::test_isComplete_shouldReturnTrue | ( | ) |
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 88 of file assSingleChoiceTest.php.
assSingleChoiceTest::test_setOutputType_shouldReturngetOutputType | ( | ) |
Definition at line 106 of file assSingleChoiceTest.php.
|
protected |
Definition at line 15 of file assSingleChoiceTest.php.