Definition at line 23 of file ilQTIRespconditionTest.php.
◆ continues()
static ilQTIRespconditionTest::continues |
( |
| ) |
|
|
static |
◆ testConstruct()
ilQTIRespconditionTest::testConstruct |
( |
| ) |
|
◆ testSetGetComment()
ilQTIRespconditionTest::testSetGetComment |
( |
| ) |
|
Definition at line 45 of file ilQTIRespconditionTest.php.
48 $instance->setComment(
'Some input.');
49 $this->assertEquals(
'Some input.', $instance->getComment());
◆ testSetGetContinue()
ilQTIRespconditionTest::testSetGetContinue |
( |
string |
$input, |
|
|
?string |
$expected |
|
) |
| |
Definition at line 31 of file ilQTIRespconditionTest.php.
34 $instance->setContinue($input);
35 $this->assertEquals($expected, $instance->getContinue());
◆ testSetGetTitle()
ilQTIRespconditionTest::testSetGetTitle |
( |
| ) |
|
Definition at line 38 of file ilQTIRespconditionTest.php.
41 $instance->setTitle(
'Some input.');
42 $this->assertEquals(
'Some input.', $instance->getTitle());
The documentation for this class was generated from the following file: