Class ilTestResultsToXMLTest.
More...
◆ setUp()
ilTestResultsToXMLTest::setUp |
( |
| ) |
|
|
protected |
◆ test_instantiateObject_shouldReturnInstance()
ilTestResultsToXMLTest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
Definition at line 43 of file ilTestResultsToXMLTest.php.
43 : void
44 {
45 $this->assertInstanceOf(ilTestResultsToXML::class, $this->testObj);
46 }
◆ testIncludeRandomTestQuestionsEnabled()
ilTestResultsToXMLTest::testIncludeRandomTestQuestionsEnabled |
( |
| ) |
|
Definition at line 48 of file ilTestResultsToXMLTest.php.
48 : void
49 {
50 $this->testObj->setIncludeRandomTestQuestionsEnabled(false);
51 $this->assertFalse($this->testObj->isIncludeRandomTestQuestionsEnabled());
52
53 $this->testObj->setIncludeRandomTestQuestionsEnabled(true);
54 $this->assertTrue($this->testObj->isIncludeRandomTestQuestionsEnabled());
55 }
◆ $testObj
The documentation for this class was generated from the following file: