Class ilTestSkillLevelThresholdTest.
More...
◆ setUp()
ilTestSkillLevelThresholdTest::setUp |
( |
| ) |
|
|
protected |
◆ test_instantiateObject_shouldReturnInstance()
ilTestSkillLevelThresholdTest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
◆ testSkillBaseId()
ilTestSkillLevelThresholdTest::testSkillBaseId |
( |
| ) |
|
Definition at line 48 of file ilTestSkillLevelThresholdTest.php.
48 : void
49 {
50 $skillBaseId = 12;
51 $this->testObj->setSkillBaseId($skillBaseId);
52 $this->assertEquals($skillBaseId, $this->testObj->getSkillBaseId());
53 }
◆ testSkillLevelId()
ilTestSkillLevelThresholdTest::testSkillLevelId |
( |
| ) |
|
Definition at line 62 of file ilTestSkillLevelThresholdTest.php.
62 : void
63 {
64 $skillLevelId = 12;
65 $this->testObj->setSkillLevelId($skillLevelId);
66 $this->assertEquals($skillLevelId, $this->testObj->getSkillLevelId());
67 }
◆ testSkillTrefId()
ilTestSkillLevelThresholdTest::testSkillTrefId |
( |
| ) |
|
Definition at line 55 of file ilTestSkillLevelThresholdTest.php.
55 : void
56 {
57 $skillTrefId = 12;
58 $this->testObj->setSkillTrefId($skillTrefId);
59 $this->assertEquals($skillTrefId, $this->testObj->getSkillTrefId());
60 }
◆ testTestId()
ilTestSkillLevelThresholdTest::testTestId |
( |
| ) |
|
Definition at line 41 of file ilTestSkillLevelThresholdTest.php.
41 : void
42 {
43 $testId = 12;
44 $this->testObj->setTestId($testId);
45 $this->assertEquals($testId, $this->testObj->getTestId());
46 }
◆ testThreshold()
ilTestSkillLevelThresholdTest::testThreshold |
( |
| ) |
|
Definition at line 69 of file ilTestSkillLevelThresholdTest.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: