Definition at line 23 of file ilQTIRespconditionTest.php.
◆ continues()
static ilQTIRespconditionTest::continues |
( |
| ) |
|
|
static |
◆ testConstruct()
ilQTIRespconditionTest::testConstruct |
( |
| ) |
|
◆ testSetGetComment()
ilQTIRespconditionTest::testSetGetComment |
( |
| ) |
|
Definition at line 47 of file ilQTIRespconditionTest.php.
50 $instance->setComment(
'Some input.');
51 $this->assertEquals(
'Some input.', $instance->getComment());
◆ testSetGetContinue()
ilQTIRespconditionTest::testSetGetContinue |
( |
string |
$input, |
|
|
?string |
$expected |
|
) |
| |
continues
Definition at line 33 of file ilQTIRespconditionTest.php.
36 $instance->setContinue($input);
37 $this->assertEquals($expected, $instance->getContinue());
◆ testSetGetTitle()
ilQTIRespconditionTest::testSetGetTitle |
( |
| ) |
|
Definition at line 40 of file ilQTIRespconditionTest.php.
43 $instance->setTitle(
'Some input.');
44 $this->assertEquals(
'Some input.', $instance->getTitle());
The documentation for this class was generated from the following file: