This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
More...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilTestSkillLevelThresholdExporterTest
- Author
- Marvin Beym mbeym.nosp@m.@dat.nosp@m.abay..nosp@m.de
Definition at line 23 of file ilTestSkillLevelThresholdExporterTest.php.
◆ setUp()
ilTestSkillLevelThresholdExporterTest::setUp |
( |
| ) |
|
|
protected |
◆ test_instantiateObject_shouldReturnInstance()
ilTestSkillLevelThresholdExporterTest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
◆ testAssignmentList()
ilTestSkillLevelThresholdExporterTest::testAssignmentList |
( |
| ) |
|
Definition at line 46 of file ilTestSkillLevelThresholdExporterTest.php.
48 $mock = $this->createMock(ilAssQuestionSkillAssignmentList::class);
49 $this->testObj->setAssignmentList($mock);
50 $this->assertEquals($mock, $this->testObj->getAssignmentList());
◆ testThresholdList()
ilTestSkillLevelThresholdExporterTest::testThresholdList |
( |
| ) |
|
Definition at line 53 of file ilTestSkillLevelThresholdExporterTest.php.
55 $mock = $this->createMock(ilTestSkillLevelThresholdList::class);
56 $this->testObj->setThresholdList($mock);
57 $this->assertEquals($mock, $this->testObj->getThresholdList());
◆ testXmlWriter()
ilTestSkillLevelThresholdExporterTest::testXmlWriter |
( |
| ) |
|
◆ $testObj
The documentation for this class was generated from the following file: