Class ilTestSkillLevelThresholdXmlParserTest.
More...
◆ setUp()
| ilTestSkillLevelThresholdXmlParserTest::setUp |
( |
| ) |
|
|
protected |
◆ test_instantiateObject_shouldReturnInstance()
| ilTestSkillLevelThresholdXmlParserTest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
◆ testCurSkillBaseId()
| ilTestSkillLevelThresholdXmlParserTest::testCurSkillBaseId |
( |
| ) |
|
◆ testCurSkillLevelThreshold()
| ilTestSkillLevelThresholdXmlParserTest::testCurSkillLevelThreshold |
( |
| ) |
|
Definition at line 72 of file ilTestSkillLevelThresholdXmlParserTest.php.
74 $mock = $this->createMock(ilTestSkillLevelThresholdImport::class);
75 $this->testObj->setCurSkillLevelThreshold($mock);
76 $this->assertEquals($mock, $this->testObj->getCurSkillLevelThreshold());
◆ testCurSkillTrefId()
| ilTestSkillLevelThresholdXmlParserTest::testCurSkillTrefId |
( |
| ) |
|
◆ testInitSkillLevelThresholdImportList()
| ilTestSkillLevelThresholdXmlParserTest::testInitSkillLevelThresholdImportList |
( |
| ) |
|
◆ testParsingActive()
| ilTestSkillLevelThresholdXmlParserTest::testParsingActive |
( |
| ) |
|
Definition at line 41 of file ilTestSkillLevelThresholdXmlParserTest.php.
43 $this->testObj->setParsingActive(
false);
44 $this->assertFalse($this->testObj->isParsingActive());
46 $this->testObj->setParsingActive(
true);
47 $this->assertTrue($this->testObj->isParsingActive());
◆ $testObj
The documentation for this class was generated from the following file: