Class ilTestSkillLevelThresholdImporterTest.
More...
◆ setUp()
ilTestSkillLevelThresholdImporterTest::setUp |
( |
| ) |
|
|
protected |
◆ test_instantiateObject_shouldReturnInstance()
ilTestSkillLevelThresholdImporterTest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
◆ testFailedThresholdImportSkillList()
ilTestSkillLevelThresholdImporterTest::testFailedThresholdImportSkillList |
( |
| ) |
|
Definition at line 78 of file ilTestSkillLevelThresholdImporterTest.php.
80 $mock = $this->createMock(ilAssQuestionAssignedSkillList::class);
81 $this->testObj->setFailedThresholdImportSkillList($mock);
82 $this->assertEquals($mock, $this->testObj->getFailedThresholdImportSkillList());
◆ testImportedQuestionSkillAssignmentList()
ilTestSkillLevelThresholdImporterTest::testImportedQuestionSkillAssignmentList |
( |
| ) |
|
Definition at line 64 of file ilTestSkillLevelThresholdImporterTest.php.
66 $mock = $this->createMock(ilAssQuestionSkillAssignmentList::class);
67 $this->testObj->setImportedQuestionSkillAssignmentList($mock);
68 $this->assertEquals($mock, $this->testObj->getImportedQuestionSkillAssignmentList());
◆ testImportInstallationId()
ilTestSkillLevelThresholdImporterTest::testImportInstallationId |
( |
| ) |
|
Definition at line 50 of file ilTestSkillLevelThresholdImporterTest.php.
52 $importInstallationId = 12;
53 $this->testObj->setImportInstallationId($importInstallationId);
54 $this->assertEquals($importInstallationId, $this->testObj->getImportInstallationId());
◆ testImportMappingRegistry()
ilTestSkillLevelThresholdImporterTest::testImportMappingRegistry |
( |
| ) |
|
Definition at line 57 of file ilTestSkillLevelThresholdImporterTest.php.
59 $mock = $this->createMock(ilImportMapping::class);
60 $this->testObj->setImportMappingRegistry($mock);
61 $this->assertEquals($mock, $this->testObj->getImportMappingRegistry());
◆ testImportThresholdList()
ilTestSkillLevelThresholdImporterTest::testImportThresholdList |
( |
| ) |
|
Definition at line 71 of file ilTestSkillLevelThresholdImporterTest.php.
73 $mock = $this->createMock(ilTestSkillLevelThresholdImportList::class);
74 $this->testObj->setImportThresholdList($mock);
75 $this->assertEquals($mock, $this->testObj->getImportThresholdList());
◆ testTargetTestId()
ilTestSkillLevelThresholdImporterTest::testTargetTestId |
( |
| ) |
|
◆ $testObj
The documentation for this class was generated from the following file: