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