|
ILIAS
Release_4_0_x_branch Revision 61816
|
Unit tests for single choice questions. More...
Inheritance diagram for ilassMultipleChoiceTest:
Collaboration diagram for ilassMultipleChoiceTest: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 ilassMultipleChoiceTest.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 49 of file ilassMultipleChoiceTest.php.
Referenced by testCreation().
Here is the caller graph for this function:
|
protected |
Definition at line 37 of file ilassMultipleChoiceTest.php.
References ilUnitUtil\performInitialisation().
Here is the call graph for this function:| ilassMultipleChoiceTest::testCreation | ( | ) |
Question creation test.
| @return |
Definition at line 89 of file ilassMultipleChoiceTest.php.
References $ilDB, $result, and createSampleQuestion().
Here is the call graph for this function:
|
protected |
Definition at line 35 of file ilassMultipleChoiceTest.php.