ILIAS
Release_4_4_x_branch Revision 61816
|
Unit tests for ASS_Mark. More...
Public Member Functions | |
testGetSetShortName () | |
Basic Get/Set test on member short name using accessor methods. | |
testGetSetPassed () | |
Basic Get/Set test on member passed using accessor methods. | |
testGetSetOfficialName () | |
Basic Get/Set test on member officialName using accessor methods. | |
testGetSetMinimumLevel () | |
Basic Get/Set test on member minimumLevel using accessor methods. | |
testSetMinimumLevel_High () | |
Set test on member minimumLevel using accessor method with a high level. | |
testSetMinimumLevel_Low () | |
Set test on member minimumLevel using accessor methods with a very low level. | |
testSetMinimumLevel_TooLow () | |
Set test on member minimumLevel using accessor methods with a too low level. |
Protected Member Functions | |
setUp () |
Protected Attributes | |
$backupGlobals = FALSE | |
$ass_mark |
Unit tests for ASS_Mark.
Definition at line 13 of file ilassMarkTest.php.
|
protected |
Definition at line 21 of file ilassMarkTest.php.
ilassMarkTest::testGetSetMinimumLevel | ( | ) |
Basic Get/Set test on member minimumLevel using accessor methods.
Definition at line 102 of file ilassMarkTest.php.
ilassMarkTest::testGetSetOfficialName | ( | ) |
Basic Get/Set test on member officialName using accessor methods.
Definition at line 82 of file ilassMarkTest.php.
ilassMarkTest::testGetSetPassed | ( | ) |
Basic Get/Set test on member passed using accessor methods.
Definition at line 62 of file ilassMarkTest.php.
ilassMarkTest::testGetSetShortName | ( | ) |
Basic Get/Set test on member short name using accessor methods.
Definition at line 42 of file ilassMarkTest.php.
ilassMarkTest::testSetMinimumLevel_High | ( | ) |
Set test on member minimumLevel using accessor method with a high level.
Tested method should accept double according to docblock at getMinimumLevel(). Confusingly, setMinimumLevel states that it accepts strings as param, which can be considered an oversight of the author.
Enhance documentation of class.assMark.php::setMinimumLevel();
Enhance documentation of class.assMark.php::getMinimumLevel();
Definition at line 131 of file ilassMarkTest.php.
ilassMarkTest::testSetMinimumLevel_Low | ( | ) |
Set test on member minimumLevel using accessor methods with a very low level.
Definition at line 154 of file ilassMarkTest.php.
ilassMarkTest::testSetMinimumLevel_TooLow | ( | ) |
Set test on member minimumLevel using accessor methods with a too low level.
Definition at line 178 of file ilassMarkTest.php.
|
protected |
Definition at line 19 of file ilassMarkTest.php.
|
protected |
Definition at line 16 of file ilassMarkTest.php.