This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
More...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilTestRandomQuestionSetSourcePoolDefinitionListTableGUITest
- Author
- Marvin Beym mbeym.nosp@m.@dat.nosp@m.abay..nosp@m.de
Definition at line 25 of file ilTestRandomQuestionSetSourcePoolDefinitionListTableGUITest.php.
◆ setUp()
ilTestRandomQuestionSetSourcePoolDefinitionListTableGUITest::setUp |
( |
| ) |
|
|
protected |
◆ test_instantiateObject_shouldReturnInstance()
ilTestRandomQuestionSetSourcePoolDefinitionListTableGUITest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
◆ testDefinitionEditModeEnabled()
ilTestRandomQuestionSetSourcePoolDefinitionListTableGUITest::testDefinitionEditModeEnabled |
( |
| ) |
|
Definition at line 75 of file ilTestRandomQuestionSetSourcePoolDefinitionListTableGUITest.php.
77 $this->assertIsBool($this->tableGui->isDefinitionEditModeEnabled());
78 $this->tableGui->setDefinitionEditModeEnabled(
false);
79 $this->assertFalse($this->tableGui->isDefinitionEditModeEnabled());
80 $this->tableGui->setDefinitionEditModeEnabled(
true);
81 $this->assertTrue($this->tableGui->isDefinitionEditModeEnabled());
◆ testQuestionAmountColumnEnabled()
ilTestRandomQuestionSetSourcePoolDefinitionListTableGUITest::testQuestionAmountColumnEnabled |
( |
| ) |
|
Definition at line 84 of file ilTestRandomQuestionSetSourcePoolDefinitionListTableGUITest.php.
86 $this->assertIsBool($this->tableGui->isQuestionAmountColumnEnabled());
87 $this->tableGui->setQuestionAmountColumnEnabled(
false);
88 $this->assertFalse($this->tableGui->isQuestionAmountColumnEnabled());
89 $this->tableGui->setQuestionAmountColumnEnabled(
true);
90 $this->assertTrue($this->tableGui->isQuestionAmountColumnEnabled());
◆ $parentObj_mock
ilObjTestGUI ilTestRandomQuestionSetSourcePoolDefinitionListTableGUITest::$parentObj_mock |
|
private |
◆ $tableGui
The documentation for this class was generated from the following file: