19 declare(strict_types=1);
29 protected function setUp(): void
33 $this->addGlobal_ilTabs();
34 $this->addGlobal_ilObjDataCache();
35 $this->addGlobal_ilHelp();
36 $this->addGlobal_rbacsystem();
37 $this->addGlobal_ilSetting();
38 $this->addGlobal_ilToolbar();
39 $this->addGlobal_GlobalScreenService();
40 $this->addGlobal_ilNavigationHistory();
47 $this->assertInstanceOf(ilTestServiceGUI::class, $this->testObj);
52 $this->testObj->setContextResultPresentation(
false);
53 $this->assertFalse($this->testObj->isContextResultPresentation());
55 $this->testObj->setContextResultPresentation(
true);
56 $this->assertTrue($this->testObj->isContextResultPresentation());
61 $mock = $this->createMock(ilTestParticipantData::class);
62 $this->testObj->setParticipantData($mock);
63 $this->assertEquals($mock, $this->testObj->getParticipantData());
68 $mock = $this->createMock(ilTestObjectiveOrientedContainer::class);
69 $this->testObj->setObjectiveOrientedContainer($mock);
70 $this->assertEquals($mock, $this->testObj->getObjectiveOrientedContainer());
79 $method = $reflection->getMethod(
'buildFixedShufflerSeed');
82 $this->assertEquals($return, $method->invoke($ilTestShuffler, $question_id, $pass_id, $active_id));
95 'question_id' => 9999999,
101 'question_id' => 234342342342342334,
103 'active_id' => 1634545234234232344,
104 'return' => 1634545234234232355
107 'question_id' => 23434234,
109 'active_id' => 9223372036854775804,
110 'return' => 9223372036854775804
Interface Observer Contains several chained tasks and infos about them.
test_instantiateObject_shouldReturnInstance()
testObjectiveOrientedContainer()
ilTestServiceGUI $testObj
Class ilTestServiceGUITest.
testContextResultPresentation()
static buildFixedShufflerSeedDataProvider()
Service GUI class for tests.
testBuildFixedShufflerSeed(int $question_id, int $pass_id, int $active_id, int $return)
buildFixedShufflerSeedDataProvider