Class ilTestSkillLevelThresholdXmlParserTest.
More...
◆ setUp()
ilTestSkillLevelThresholdXmlParserTest::setUp |
( |
| ) |
|
|
protected |
◆ test_instantiateObject_shouldReturnInstance()
ilTestSkillLevelThresholdXmlParserTest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
◆ testCurSkillBaseId()
ilTestSkillLevelThresholdXmlParserTest::testCurSkillBaseId |
( |
| ) |
|
◆ testCurSkillLevelThreshold()
ilTestSkillLevelThresholdXmlParserTest::testCurSkillLevelThreshold |
( |
| ) |
|
Definition at line 74 of file ilTestSkillLevelThresholdXmlParserTest.php.
76 $mock = $this->createMock(ilTestSkillLevelThresholdImport::class);
77 $this->testObj->setCurSkillLevelThreshold($mock);
78 $this->assertEquals($mock, $this->testObj->getCurSkillLevelThreshold());
◆ testCurSkillTrefId()
ilTestSkillLevelThresholdXmlParserTest::testCurSkillTrefId |
( |
| ) |
|
◆ testInitSkillLevelThresholdImportList()
ilTestSkillLevelThresholdXmlParserTest::testInitSkillLevelThresholdImportList |
( |
| ) |
|
Definition at line 50 of file ilTestSkillLevelThresholdXmlParserTest.php.
52 $this->addGlobal_ilDB();
53 $this->testObj->initSkillLevelThresholdImportList();
54 $this->assertInstanceOf(
55 ilTestSkillLevelThresholdImportList::class,
56 $this->testObj->getSkillLevelThresholdImportList()
◆ 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: