ILIAS
Release_5_0_x_branch Revision 61816
|
Unit tests for single choice questions. More...
Public Member Functions | |
testConstructor () | |
Test constructor. | |
testCreateSimpleSchemaDefaults () | |
Test for createSimpleSchema using defaults. | |
testCreateSimpleSchemaCustom () | |
Test for createSimpleSchema using custom values. | |
testFlush () | |
Test for flush() | |
testAddMarkStep () | |
Test for addMarkStep() | |
testSaveToDb_regular () |
Protected Member Functions | |
setUp () |
Protected Attributes | |
$backupGlobals = FALSE |
Unit tests for single choice questions.
Definition at line 13 of file ilassMarkSchemaTest.php.
|
protected |
Definition at line 17 of file ilassMarkSchemaTest.php.
ilassMarkSchemaTest::testAddMarkStep | ( | ) |
Test for addMarkStep()
Definition at line 225 of file ilassMarkSchemaTest.php.
ilassMarkSchemaTest::testConstructor | ( | ) |
Test constructor.
Definition at line 37 of file ilassMarkSchemaTest.php.
ilassMarkSchemaTest::testCreateSimpleSchemaCustom | ( | ) |
Test for createSimpleSchema using custom values.
Definition at line 126 of file ilassMarkSchemaTest.php.
References $failed.
ilassMarkSchemaTest::testCreateSimpleSchemaDefaults | ( | ) |
Test for createSimpleSchema using defaults.
Definition at line 57 of file ilassMarkSchemaTest.php.
References $failed.
ilassMarkSchemaTest::testFlush | ( | ) |
Test for flush()
Definition at line 202 of file ilassMarkSchemaTest.php.
ilassMarkSchemaTest::testSaveToDb_regular | ( | ) |
Definition at line 262 of file ilassMarkSchemaTest.php.
|
protected |
Definition at line 15 of file ilassMarkSchemaTest.php.