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 64 of file ilTestRandomQuestionSetConfigStateMessageHandlerTest.php.
66 $this->testObj->setParticipantDataExists(
false);
67 $this->assertFalse($this->testObj->doesParticipantDataExists());
69 $this->testObj->setParticipantDataExists(
true);
70 $this->assertTrue($this->testObj->doesParticipantDataExists());
◆ testQuestionSetConfig()
| ilTestRandomQuestionSetConfigStateMessageHandlerTest::testQuestionSetConfig |
( |
| ) |
|
◆ testTargetGUI()
| ilTestRandomQuestionSetConfigStateMessageHandlerTest::testTargetGUI |
( |
| ) |
|
Definition at line 73 of file ilTestRandomQuestionSetConfigStateMessageHandlerTest.php.
75 $targetGui_mock = $this->createMock(ilTestRandomQuestionSetConfigGUI::class);
76 $this->testObj->setTargetGUI($targetGui_mock);
77 $this->assertEquals($targetGui_mock, $this->testObj->getTargetGUI());
◆ $testObj
The documentation for this class was generated from the following file: