Class ilTestSkillLevelThresholdsGUITest.
More...
◆ setUp()
ilTestSkillLevelThresholdsGUITest::setUp |
( |
| ) |
|
|
protected |
Reimplemented from ilTestBaseTestCase.
Definition at line 33 of file ilTestSkillLevelThresholdsGUITest.php.
33 : void
34 {
35 parent::setUp();
36
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),
43 $this->testId
44 );
45 }
◆ test_instantiateObject_shouldReturnInstance()
ilTestSkillLevelThresholdsGUITest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
◆ testQuestionAssignmentColumnsEnabled()
ilTestSkillLevelThresholdsGUITest::testQuestionAssignmentColumnsEnabled |
( |
| ) |
|
Definition at line 59 of file ilTestSkillLevelThresholdsGUITest.php.
59 : void
60 {
61 $this->testObj->setQuestionAssignmentColumnsEnabled(false);
62 $this->assertFalse($this->testObj->areQuestionAssignmentColumnsEnabled());
63
64 $this->testObj->setQuestionAssignmentColumnsEnabled(true);
65 $this->assertTrue($this->testObj->areQuestionAssignmentColumnsEnabled());
66 }
◆ testQuestionContainerId()
ilTestSkillLevelThresholdsGUITest::testQuestionContainerId |
( |
| ) |
|
Definition at line 52 of file ilTestSkillLevelThresholdsGUITest.php.
52 : void
53 {
54 $questionContainerId = 12;
55 $this->testObj->setQuestionContainerId($questionContainerId);
56 $this->assertEquals($questionContainerId, $this->testObj->getQuestionContainerId());
57 }
◆ testTestId()
ilTestSkillLevelThresholdsGUITest::testTestId |
( |
| ) |
|
◆ $testId
int ilTestSkillLevelThresholdsGUITest::$testId = 112 |
|
private |
◆ $testObj
The documentation for this class was generated from the following file: