Class ilTestSkillLevelThresholdImportTest.
More...
◆ setUp()
ilTestSkillLevelThresholdImportTest::setUp |
( |
| ) |
|
|
protected |
◆ test_instantiateObject_shouldReturnInstance()
ilTestSkillLevelThresholdImportTest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
◆ testImportLevelId()
ilTestSkillLevelThresholdImportTest::testImportLevelId |
( |
| ) |
|
Definition at line 55 of file ilTestSkillLevelThresholdImportTest.php.
55 : void
56 {
57 $importLevelId = 12;
58 $this->testObj->setImportLevelId($importLevelId);
59 $this->assertEquals($importLevelId, $this->testObj->getImportLevelId());
60 }
◆ testImportSkillBaseId()
ilTestSkillLevelThresholdImportTest::testImportSkillBaseId |
( |
| ) |
|
Definition at line 41 of file ilTestSkillLevelThresholdImportTest.php.
41 : void
42 {
43 $importSkillBaseId = 12;
44 $this->testObj->setImportSkillBaseId($importSkillBaseId);
45 $this->assertEquals($importSkillBaseId, $this->testObj->getImportSkillBaseId());
46 }
◆ testImportSkillTrefId()
ilTestSkillLevelThresholdImportTest::testImportSkillTrefId |
( |
| ) |
|
Definition at line 48 of file ilTestSkillLevelThresholdImportTest.php.
48 : void
49 {
50 $importSkillTrefId = 12;
51 $this->testObj->setImportSkillTrefId($importSkillTrefId);
52 $this->assertEquals($importSkillTrefId, $this->testObj->getImportSkillTrefId());
53 }
◆ testOrderIndex()
ilTestSkillLevelThresholdImportTest::testOrderIndex |
( |
| ) |
|
Definition at line 62 of file ilTestSkillLevelThresholdImportTest.php.
62 : void
63 {
64 $orderIndex = 12;
65 $this->testObj->setOrderIndex($orderIndex);
66 $this->assertEquals($orderIndex, $this->testObj->getOrderIndex());
67 }
◆ testOriginalLevelDescription()
ilTestSkillLevelThresholdImportTest::testOriginalLevelDescription |
( |
| ) |
|
Definition at line 83 of file ilTestSkillLevelThresholdImportTest.php.
83 : void
84 {
85 $originalLevelDescription = "test";
86 $this->testObj->setOriginalLevelDescription($originalLevelDescription);
87 $this->assertEquals($originalLevelDescription, $this->testObj->getOriginalLevelDescription());
88 }
◆ testOriginalLevelTitle()
ilTestSkillLevelThresholdImportTest::testOriginalLevelTitle |
( |
| ) |
|
Definition at line 76 of file ilTestSkillLevelThresholdImportTest.php.
76 : void
77 {
78 $originalLevelTitle = "test";
79 $this->testObj->setOriginalLevelTitle($originalLevelTitle);
80 $this->assertEquals($originalLevelTitle, $this->testObj->getOriginalLevelTitle());
81 }
◆ testThreshold()
ilTestSkillLevelThresholdImportTest::testThreshold |
( |
| ) |
|
Definition at line 69 of file ilTestSkillLevelThresholdImportTest.php.
69 : void
70 {
71 $threshold = 12;
72 $this->testObj->setThreshold($threshold);
73 $this->assertEquals($threshold, $this->testObj->getThreshold());
74 }
◆ $testObj
The documentation for this class was generated from the following file: