Definition at line 23 of file ilQTIItemfeedbackTest.php.
◆ testConstruct()
ilQTIItemfeedbackTest::testConstruct |
( |
| ) |
|
◆ testSetGetIdent()
ilQTIItemfeedbackTest::testSetGetIdent |
( |
| ) |
|
Definition at line 39 of file ilQTIItemfeedbackTest.php.
42 $instance->setIdent(
'Some input.');
43 $this->assertEquals(
'Some input.', $instance->getIdent());
◆ testSetGetTitle()
ilQTIItemfeedbackTest::testSetGetTitle |
( |
| ) |
|
Definition at line 46 of file ilQTIItemfeedbackTest.php.
49 $instance->setTitle(
'Some input.');
50 $this->assertEquals(
'Some input.', $instance->getTitle());
◆ testSetGetView()
ilQTIItemfeedbackTest::testSetGetView |
( |
string |
$input, |
|
|
?string |
$expected |
|
) |
| |
Definition at line 32 of file ilQTIItemfeedbackTest.php.
35 $instance->setView($input);
36 $this->assertEquals($expected, $instance->getView());
◆ views()
static ilQTIItemfeedbackTest::views |
( |
| ) |
|
|
static |
Definition at line 53 of file ilQTIItemfeedbackTest.php.
References null, ilQTIItemfeedback\VIEW_ADMINAUTHORITY, ilQTIItemfeedback\VIEW_ADMINISTRATOR, ilQTIItemfeedback\VIEW_ALL, ilQTIItemfeedback\VIEW_ASSESSOR, ilQTIItemfeedback\VIEW_AUTHOR, ilQTIItemfeedback\VIEW_CANDIDATE, ilQTIItemfeedback\VIEW_INVIGILATORPROCTOR, ilQTIItemfeedback\VIEW_PSYCHOMETRICIAN, ilQTIItemfeedback\VIEW_SCORER, and ilQTIItemfeedback\VIEW_TUTOR.
55 class_exists(ilQTIItemfeedback::class);
78 [
'Random input.',
null],
const VIEW_PSYCHOMETRICIAN
const VIEW_INVIGILATORPROCTOR
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
const VIEW_ADMINAUTHORITY
The documentation for this class was generated from the following file: