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 ilTestSkillLevelThresholdImporterTest
- Author
- Marvin Beym mbeym.nosp@m.@dat.nosp@m.abay..nosp@m.de
Definition at line 25 of file ilTestSkillLevelThresholdImporterTest.php.
◆ setUp()
ilTestSkillLevelThresholdImporterTest::setUp |
( |
| ) |
|
|
protected |
◆ test_instantiateObject_shouldReturnInstance()
ilTestSkillLevelThresholdImporterTest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
◆ testFailedThresholdImportSkillList()
ilTestSkillLevelThresholdImporterTest::testFailedThresholdImportSkillList |
( |
| ) |
|
Definition at line 74 of file ilTestSkillLevelThresholdImporterTest.php.
76 $mock = $this->createMock(ilAssQuestionAssignedSkillList::class);
77 $this->testObj->setFailedThresholdImportSkillList($mock);
78 $this->assertEquals($mock, $this->testObj->getFailedThresholdImportSkillList());
◆ testImportedQuestionSkillAssignmentList()
ilTestSkillLevelThresholdImporterTest::testImportedQuestionSkillAssignmentList |
( |
| ) |
|
Definition at line 60 of file ilTestSkillLevelThresholdImporterTest.php.
62 $mock = $this->createMock(ilAssQuestionSkillAssignmentList::class);
63 $this->testObj->setImportedQuestionSkillAssignmentList($mock);
64 $this->assertEquals($mock, $this->testObj->getImportedQuestionSkillAssignmentList());
◆ testImportInstallationId()
ilTestSkillLevelThresholdImporterTest::testImportInstallationId |
( |
| ) |
|
◆ testImportMappingRegistry()
ilTestSkillLevelThresholdImporterTest::testImportMappingRegistry |
( |
| ) |
|
Definition at line 53 of file ilTestSkillLevelThresholdImporterTest.php.
55 $mock = $this->createMock(ilImportMapping::class);
56 $this->testObj->setImportMappingRegistry($mock);
57 $this->assertEquals($mock, $this->testObj->getImportMappingRegistry());
◆ testImportThresholdList()
ilTestSkillLevelThresholdImporterTest::testImportThresholdList |
( |
| ) |
|
Definition at line 67 of file ilTestSkillLevelThresholdImporterTest.php.
69 $mock = $this->createMock(ilTestSkillLevelThresholdImportList::class);
70 $this->testObj->setImportThresholdList($mock);
71 $this->assertEquals($mock, $this->testObj->getImportThresholdList());
◆ testTargetTestId()
ilTestSkillLevelThresholdImporterTest::testTargetTestId |
( |
| ) |
|
◆ $testObj
The documentation for this class was generated from the following file: