Class ilTestSkillLevelThresholdImporterTest.
More...
◆ setUp()
| ilTestSkillLevelThresholdImporterTest::setUp |
( |
| ) |
|
|
protected |
◆ test_instantiateObject_shouldReturnInstance()
| ilTestSkillLevelThresholdImporterTest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
◆ testFailedThresholdImportSkillList()
| ilTestSkillLevelThresholdImporterTest::testFailedThresholdImportSkillList |
( |
| ) |
|
Definition at line 75 of file ilTestSkillLevelThresholdImporterTest.php.
77 $mock = $this->createMock(ilAssQuestionAssignedSkillList::class);
78 $this->testObj->setFailedThresholdImportSkillList($mock);
79 $this->assertEquals($mock, $this->testObj->getFailedThresholdImportSkillList());
◆ testImportedQuestionSkillAssignmentList()
| ilTestSkillLevelThresholdImporterTest::testImportedQuestionSkillAssignmentList |
( |
| ) |
|
Definition at line 61 of file ilTestSkillLevelThresholdImporterTest.php.
63 $mock = $this->createMock(ilAssQuestionSkillAssignmentList::class);
64 $this->testObj->setImportedQuestionSkillAssignmentList($mock);
65 $this->assertEquals($mock, $this->testObj->getImportedQuestionSkillAssignmentList());
◆ testImportInstallationId()
| ilTestSkillLevelThresholdImporterTest::testImportInstallationId |
( |
| ) |
|
◆ testImportMappingRegistry()
| ilTestSkillLevelThresholdImporterTest::testImportMappingRegistry |
( |
| ) |
|
Definition at line 54 of file ilTestSkillLevelThresholdImporterTest.php.
56 $mock = $this->createMock(ilImportMapping::class);
57 $this->testObj->setImportMappingRegistry($mock);
58 $this->assertEquals($mock, $this->testObj->getImportMappingRegistry());
◆ testImportThresholdList()
| ilTestSkillLevelThresholdImporterTest::testImportThresholdList |
( |
| ) |
|
Definition at line 68 of file ilTestSkillLevelThresholdImporterTest.php.
70 $mock = $this->createMock(ilTestSkillLevelThresholdImportList::class);
71 $this->testObj->setImportThresholdList($mock);
72 $this->assertEquals($mock, $this->testObj->getImportThresholdList());
◆ testTargetTestId()
| ilTestSkillLevelThresholdImporterTest::testTargetTestId |
( |
| ) |
|
◆ $testObj
The documentation for this class was generated from the following file: