|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Unit tests for ASS_Mark. More...
Inheritance diagram for ilassMarkTest:
Collaboration diagram for ilassMarkTest:Public Member Functions | |
| testGetSetShortName () | |
| Basic Get/Set test on member short name using accessor methods. More... | |
| testGetSetPassed () | |
| Basic Get/Set test on member passed using accessor methods. More... | |
| testGetSetOfficialName () | |
| Basic Get/Set test on member officialName using accessor methods. More... | |
| testGetSetMinimumLevel () | |
| Basic Get/Set test on member minimumLevel using accessor methods. More... | |
| testSetMinimumLevel_High () | |
| Set test on member minimumLevel using accessor method with a high level. More... | |
| testSetMinimumLevel_Low () | |
| Set test on member minimumLevel using accessor methods with a very low level. More... | |
| testSetMinimumLevel_TooLow () | |
| Set test on member minimumLevel using accessor methods with a too low level. More... | |
Protected Member Functions | |
| setUp () | |
Protected Attributes | |
| $backupGlobals = false | |
| ASS_Mark | $ass_mark |
|
protected |
Definition at line 37 of file ilassMarkTest.php.
| ilassMarkTest::testGetSetMinimumLevel | ( | ) |
Basic Get/Set test on member minimumLevel using accessor methods.
Definition at line 108 of file ilassMarkTest.php.
| ilassMarkTest::testGetSetOfficialName | ( | ) |
Basic Get/Set test on member officialName using accessor methods.
Definition at line 88 of file ilassMarkTest.php.
| ilassMarkTest::testGetSetPassed | ( | ) |
Basic Get/Set test on member passed using accessor methods.
Definition at line 68 of file ilassMarkTest.php.
| ilassMarkTest::testGetSetShortName | ( | ) |
Basic Get/Set test on member short name using accessor methods.
Definition at line 48 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 135 of file ilassMarkTest.php.
| ilassMarkTest::testSetMinimumLevel_Low | ( | ) |
Set test on member minimumLevel using accessor methods with a very low level.
Definition at line 157 of file ilassMarkTest.php.
| ilassMarkTest::testSetMinimumLevel_TooLow | ( | ) |
Set test on member minimumLevel using accessor methods with a too low level.
Definition at line 179 of file ilassMarkTest.php.
|
protected |
Definition at line 35 of file ilassMarkTest.php.
|
protected |
Definition at line 32 of file ilassMarkTest.php.