Class ilTestRandomQuestionSetConfigStateMessageHandlerTest.
More...
◆ setUp()
ilTestRandomQuestionSetConfigStateMessageHandlerTest::setUp |
( |
| ) |
|
|
protected |
◆ test_instantiateObject_shouldReturnInstance()
ilTestRandomQuestionSetConfigStateMessageHandlerTest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
◆ testContext()
ilTestRandomQuestionSetConfigStateMessageHandlerTest::testContext |
( |
| ) |
|
◆ testLostPools()
ilTestRandomQuestionSetConfigStateMessageHandlerTest::testLostPools |
( |
| ) |
|
◆ testParticipantDataExists()
ilTestRandomQuestionSetConfigStateMessageHandlerTest::testParticipantDataExists |
( |
| ) |
|
Definition at line 59 of file ilTestRandomQuestionSetConfigStateMessageHandlerTest.php.
61 $this->testObj->setParticipantDataExists(
false);
62 $this->assertFalse($this->testObj->doesParticipantDataExists());
64 $this->testObj->setParticipantDataExists(
true);
65 $this->assertTrue($this->testObj->doesParticipantDataExists());
◆ testQuestionSetConfig()
ilTestRandomQuestionSetConfigStateMessageHandlerTest::testQuestionSetConfig |
( |
| ) |
|
◆ testTargetGUI()
ilTestRandomQuestionSetConfigStateMessageHandlerTest::testTargetGUI |
( |
| ) |
|
Definition at line 68 of file ilTestRandomQuestionSetConfigStateMessageHandlerTest.php.
70 $targetGui_mock = $this->createMock(ilTestRandomQuestionSetConfigGUI::class);
71 $this->testObj->setTargetGUI($targetGui_mock);
72 $this->assertEquals($targetGui_mock, $this->testObj->getTargetGUI());
◆ $testObj
The documentation for this class was generated from the following file: