ILIAS
release_8 Revision v8.19
|
Unit tests for ASS_Mark. More...
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 35 of file ilassMarkTest.php.
ilassMarkTest::testGetSetMinimumLevel | ( | ) |
Basic Get/Set test on member minimumLevel using accessor methods.
Definition at line 109 of file ilassMarkTest.php.
ilassMarkTest::testGetSetOfficialName | ( | ) |
Basic Get/Set test on member officialName using accessor methods.
Definition at line 89 of file ilassMarkTest.php.
ilassMarkTest::testGetSetPassed | ( | ) |
Basic Get/Set test on member passed using accessor methods.
Definition at line 69 of file ilassMarkTest.php.
ilassMarkTest::testGetSetShortName | ( | ) |
Basic Get/Set test on member short name using accessor methods.
Definition at line 49 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 136 of file ilassMarkTest.php.
ilassMarkTest::testSetMinimumLevel_Low | ( | ) |
Set test on member minimumLevel using accessor methods with a very low level.
Definition at line 158 of file ilassMarkTest.php.
ilassMarkTest::testSetMinimumLevel_TooLow | ( | ) |
Set test on member minimumLevel using accessor methods with a too low level.
Definition at line 180 of file ilassMarkTest.php.
|
protected |
Definition at line 33 of file ilassMarkTest.php.
|
protected |
Definition at line 30 of file ilassMarkTest.php.