|
ILIAS
Release_4_3_x_branch Revision 61807
|
Unit tests for single choice questions. More...
Inheritance diagram for assMultipleChoiceTest:
Collaboration diagram for assMultipleChoiceTest:Public Member Functions | |
| testCreation () | |
| Question creation test. | |
Static Public Member Functions | |
| static | createSampleQuestion ($obj_id=null) |
| Create a sample question and save it to the database. | |
Protected Member Functions | |
| setUp () | |
Protected Attributes | |
| $backupGlobals = FALSE | |
Unit tests for single choice questions.
Definition at line 33 of file assMultipleChoiceTest.php.
|
static |
Create a sample question and save it to the database.
| integer | $obj_id | Object ID of the containing question pool object (optional) |
Definition at line 57 of file assMultipleChoiceTest.php.
Referenced by testCreation().
Here is the caller graph for this function:
|
protected |
Definition at line 37 of file assMultipleChoiceTest.php.
| assMultipleChoiceTest::testCreation | ( | ) |
Question creation test.
| @return |
Definition at line 97 of file assMultipleChoiceTest.php.
References $result, and createSampleQuestion().
Here is the call graph for this function:
|
protected |
Definition at line 35 of file assMultipleChoiceTest.php.