Class ilTestSkillLevelThresholdsGUITest.
More...
◆ setUp()
ilTestSkillLevelThresholdsGUITest::setUp |
( |
| ) |
|
|
protected |
Definition at line 33 of file ilTestSkillLevelThresholdsGUITest.php.
38 $this->createMock(ilCtrl::class),
39 $this->createMock(ilGlobalPageTemplate::class),
40 $this->createMock(ilLanguage::class),
41 $this->createMock(ilDBInterface::class),
42 $this->createMock(RequestDataCollector::class),
◆ test_instantiateObject_shouldReturnInstance()
ilTestSkillLevelThresholdsGUITest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
◆ testQuestionAssignmentColumnsEnabled()
ilTestSkillLevelThresholdsGUITest::testQuestionAssignmentColumnsEnabled |
( |
| ) |
|
Definition at line 59 of file ilTestSkillLevelThresholdsGUITest.php.
61 $this->testObj->setQuestionAssignmentColumnsEnabled(
false);
62 $this->assertFalse($this->testObj->areQuestionAssignmentColumnsEnabled());
64 $this->testObj->setQuestionAssignmentColumnsEnabled(
true);
65 $this->assertTrue($this->testObj->areQuestionAssignmentColumnsEnabled());
◆ testQuestionContainerId()
ilTestSkillLevelThresholdsGUITest::testQuestionContainerId |
( |
| ) |
|
Definition at line 52 of file ilTestSkillLevelThresholdsGUITest.php.
54 $questionContainerId = 12;
55 $this->testObj->setQuestionContainerId($questionContainerId);
56 $this->assertEquals($questionContainerId, $this->testObj->getQuestionContainerId());
◆ testTestId()
ilTestSkillLevelThresholdsGUITest::testTestId |
( |
| ) |
|
◆ $testId
int ilTestSkillLevelThresholdsGUITest::$testId = 112 |
|
private |
◆ $testObj
The documentation for this class was generated from the following file: