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.
51 $this->testObj->setSkillBaseId($skillBaseId);
52 $this->assertEquals($skillBaseId, $this->testObj->getSkillBaseId());
◆ testSkillLevelId()
ilTestSkillLevelThresholdTest::testSkillLevelId |
( |
| ) |
|
Definition at line 62 of file ilTestSkillLevelThresholdTest.php.
65 $this->testObj->setSkillLevelId($skillLevelId);
66 $this->assertEquals($skillLevelId, $this->testObj->getSkillLevelId());
◆ testSkillTrefId()
ilTestSkillLevelThresholdTest::testSkillTrefId |
( |
| ) |
|
Definition at line 55 of file ilTestSkillLevelThresholdTest.php.
58 $this->testObj->setSkillTrefId($skillTrefId);
59 $this->assertEquals($skillTrefId, $this->testObj->getSkillTrefId());
◆ testTestId()
ilTestSkillLevelThresholdTest::testTestId |
( |
| ) |
|
◆ testThreshold()
ilTestSkillLevelThresholdTest::testThreshold |
( |
| ) |
|
Definition at line 69 of file ilTestSkillLevelThresholdTest.php.
72 $this->testObj->setThreshold($threshold);
73 $this->assertEquals($threshold, $this->testObj->getThreshold());
◆ $testObj
The documentation for this class was generated from the following file: