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 ilTestQuestionHeaderBlockBuilderTest
- Author
- Marvin Beym mbeym.nosp@m.@dat.nosp@m.abay..nosp@m.de
Definition at line 25 of file ilTestQuestionHeaderBlockBuilderTest.php.
◆ setUp()
ilTestQuestionHeaderBlockBuilderTest::setUp |
( |
| ) |
|
|
protected |
◆ test_instantiateObject_shouldReturnInstance()
ilTestQuestionHeaderBlockBuilderTest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
◆ testHeaderMode()
ilTestQuestionHeaderBlockBuilderTest::testHeaderMode |
( |
| ) |
|
◆ testQuestionAnswered()
ilTestQuestionHeaderBlockBuilderTest::testQuestionAnswered |
( |
| ) |
|
Definition at line 61 of file ilTestQuestionHeaderBlockBuilderTest.php.
63 $this->testObj->setQuestionAnswered(
false);
64 $this->assertFalse($this->testObj->isQuestionAnswered());
66 $this->testObj->setQuestionAnswered(
true);
67 $this->assertTrue($this->testObj->isQuestionAnswered());
◆ testQuestionCount()
ilTestQuestionHeaderBlockBuilderTest::testQuestionCount |
( |
| ) |
|
◆ testQuestionObligatory()
ilTestQuestionHeaderBlockBuilderTest::testQuestionObligatory |
( |
| ) |
|
Definition at line 91 of file ilTestQuestionHeaderBlockBuilderTest.php.
93 $this->testObj->setQuestionObligatory(
false);
94 $this->assertFalse($this->testObj->isQuestionObligatory());
96 $this->testObj->setQuestionObligatory(
true);
97 $this->assertTrue($this->testObj->isQuestionObligatory());
◆ testQuestionPoints()
ilTestQuestionHeaderBlockBuilderTest::testQuestionPoints |
( |
| ) |
|
◆ testQuestionPosition()
ilTestQuestionHeaderBlockBuilderTest::testQuestionPosition |
( |
| ) |
|
◆ testQuestionPostponed()
ilTestQuestionHeaderBlockBuilderTest::testQuestionPostponed |
( |
| ) |
|
Definition at line 82 of file ilTestQuestionHeaderBlockBuilderTest.php.
84 $this->testObj->setQuestionPostponed(
false);
85 $this->assertFalse($this->testObj->isQuestionPostponed());
87 $this->testObj->setQuestionPostponed(
true);
88 $this->assertTrue($this->testObj->isQuestionPostponed());
◆ testQuestionRelatedObjectives()
ilTestQuestionHeaderBlockBuilderTest::testQuestionRelatedObjectives |
( |
| ) |
|
◆ testQuestionTitle()
ilTestQuestionHeaderBlockBuilderTest::testQuestionTitle |
( |
| ) |
|
◆ $testObj
The documentation for this class was generated from the following file: