Definition at line 23 of file ilQTIResponseVarTest.php.
◆ areaTypes()
static ilQTIResponseVarTest::areaTypes |
( |
| ) |
|
|
static |
◆ cases()
static ilQTIResponseVarTest::cases |
( |
| ) |
|
|
static |
◆ setMatches()
static ilQTIResponseVarTest::setMatches |
( |
| ) |
|
|
static |
◆ testConstruct()
ilQTIResponseVarTest::testConstruct |
( |
| ) |
|
◆ testSetGetAreatype()
ilQTIResponseVarTest::testSetGetAreatype |
( |
string |
$input, |
|
|
?string |
$expected |
|
) |
| |
Definition at line 68 of file ilQTIResponseVarTest.php.
68 : void
69 {
71 $instance->setAreatype($input);
72 $this->assertEquals($expected, $instance->getAreatype());
73 }
◆ testSetGetCase()
ilQTIResponseVarTest::testSetGetCase |
( |
string |
$input, |
|
|
?string |
$expected |
|
) |
| |
Definition at line 38 of file ilQTIResponseVarTest.php.
38 : void
39 {
41 $instance->setCase($input);
42 $this->assertEquals($expected, $instance->getCase());
43 }
◆ testSetGetContent()
ilQTIResponseVarTest::testSetGetContent |
( |
| ) |
|
Definition at line 75 of file ilQTIResponseVarTest.php.
75 : void
76 {
78 $instance->setContent('Some input.');
79 $this->assertEquals('Some input.', $instance->getContent());
80 }
◆ testSetGetIndex()
ilQTIResponseVarTest::testSetGetIndex |
( |
| ) |
|
Definition at line 52 of file ilQTIResponseVarTest.php.
52 : void
53 {
55 $instance->setIndex('Some input.');
56 $this->assertEquals('Some input.', $instance->getIndex());
57 }
◆ testSetGetRespident()
ilQTIResponseVarTest::testSetGetRespident |
( |
| ) |
|
Definition at line 45 of file ilQTIResponseVarTest.php.
45 : void
46 {
48 $instance->setRespident('Some input.');
49 $this->assertEquals('Some input.', $instance->getRespident());
50 }
◆ testSetGetSetmatch()
ilQTIResponseVarTest::testSetGetSetmatch |
( |
string |
$input, |
|
|
?string |
$expected |
|
) |
| |
Definition at line 60 of file ilQTIResponseVarTest.php.
60 : void
61 {
63 $instance->setSetmatch($input);
64 $this->assertEquals($expected, $instance->getSetmatch());
65 }
◆ testSetGetVartype()
ilQTIResponseVarTest::testSetGetVartype |
( |
| ) |
|
Definition at line 30 of file ilQTIResponseVarTest.php.
30 : void
31 {
33 $instance->setVartype('Some input.');
34 $this->assertEquals('Some input.', $instance->getVartype());
35 }
The documentation for this class was generated from the following file: