Definition at line 23 of file ilQTIResponseLabelTest.php.
◆ areas()
static ilQTIResponseLabelTest::areas |
( |
| ) |
|
|
static |
◆ rranges()
static ilQTIResponseLabelTest::rranges |
( |
| ) |
|
|
static |
◆ rshuffles()
static ilQTIResponseLabelTest::rshuffles |
( |
| ) |
|
|
static |
◆ testConstruct()
ilQTIResponseLabelTest::testConstruct |
( |
| ) |
|
◆ testSetGetContent()
ilQTIResponseLabelTest::testSetGetContent |
( |
| ) |
|
Definition at line 82 of file ilQTIResponseLabelTest.php.
82 : void
83 {
85 $instance->setContent('Some input.');
86 $this->assertEquals('Some input.', $instance->getContent());
87 }
◆ testSetGetIdent()
ilQTIResponseLabelTest::testSetGetIdent |
( |
| ) |
|
Definition at line 61 of file ilQTIResponseLabelTest.php.
61 : void
62 {
64 $instance->setIdent('Some input.');
65 $this->assertEquals('Some input.', $instance->getIdent());
66 }
◆ testSetGetLabelrefid()
ilQTIResponseLabelTest::testSetGetLabelrefid |
( |
| ) |
|
Definition at line 54 of file ilQTIResponseLabelTest.php.
54 : void
55 {
57 $instance->setLabelrefid('Some input.');
58 $this->assertEquals('Some input.', $instance->getLabelrefid());
59 }
◆ testSetGetMatchGroup()
ilQTIResponseLabelTest::testSetGetMatchGroup |
( |
| ) |
|
Definition at line 68 of file ilQTIResponseLabelTest.php.
68 : void
69 {
71 $instance->setMatchGroup('Some input.');
72 $this->assertEquals('Some input.', $instance->getMatchGroup());
73 }
◆ testSetGetMatchMax()
ilQTIResponseLabelTest::testSetGetMatchMax |
( |
| ) |
|
Definition at line 75 of file ilQTIResponseLabelTest.php.
75 : void
76 {
78 $instance->setMatchMax('Some input.');
79 $this->assertEquals('Some input.', $instance->getMatchMax());
80 }
◆ testSetGetRarea()
ilQTIResponseLabelTest::testSetGetRarea |
( |
string |
$input, |
|
|
?string |
$expected |
|
) |
| |
Definition at line 39 of file ilQTIResponseLabelTest.php.
39 : void
40 {
42 $instance->setRarea($input);
43 $this->assertEquals($expected, $instance->getRarea());
44 }
◆ testSetGetRrange()
ilQTIResponseLabelTest::testSetGetRrange |
( |
string |
$input, |
|
|
?string |
$expected |
|
) |
| |
Definition at line 47 of file ilQTIResponseLabelTest.php.
47 : void
48 {
50 $instance->setRrange($input);
51 $this->assertEquals($expected, $instance->getRrange());
52 }
◆ testSetGetRshuffle()
ilQTIResponseLabelTest::testSetGetRshuffle |
( |
string |
$input, |
|
|
?string |
$expected |
|
) |
| |
Definition at line 31 of file ilQTIResponseLabelTest.php.
31 : void
32 {
34 $instance->setRshuffle($input);
35 $this->assertEquals($expected, $instance->getRshuffle());
36 }
The documentation for this class was generated from the following file: