Definition at line 23 of file ilQTIItemfeedbackTest.php.
◆ testConstruct()
ilQTIItemfeedbackTest::testConstruct |
( |
| ) |
|
◆ testSetGetIdent()
ilQTIItemfeedbackTest::testSetGetIdent |
( |
| ) |
|
Definition at line 39 of file ilQTIItemfeedbackTest.php.
39 : void
40 {
42 $instance->setIdent('Some input.');
43 $this->assertEquals('Some input.', $instance->getIdent());
44 }
◆ testSetGetTitle()
ilQTIItemfeedbackTest::testSetGetTitle |
( |
| ) |
|
Definition at line 46 of file ilQTIItemfeedbackTest.php.
46 : void
47 {
49 $instance->setTitle('Some input.');
50 $this->assertEquals('Some input.', $instance->getTitle());
51 }
◆ testSetGetView()
ilQTIItemfeedbackTest::testSetGetView |
( |
string |
$input, |
|
|
?string |
$expected |
|
) |
| |
Definition at line 32 of file ilQTIItemfeedbackTest.php.
32 : void
33 {
35 $instance->setView($input);
36 $this->assertEquals($expected, $instance->getView());
37 }
◆ views()
static ilQTIItemfeedbackTest::views |
( |
| ) |
|
|
static |
Definition at line 53 of file ilQTIItemfeedbackTest.php.
53 : array
54 {
55 class_exists(ilQTIItemfeedback::class);
56 return [
77 ['11', null],
78 ['Random input.', null],
79 ];
80 }
const VIEW_ADMINAUTHORITY
const VIEW_PSYCHOMETRICIAN
const VIEW_INVIGILATORPROCTOR
References 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.
The documentation for this class was generated from the following file: