Class ilTestResultsGUITest.
More...
◆ setUp()
ilTestResultsGUITest::setUp |
( |
| ) |
|
|
protected |
Reimplemented from ilTestBaseTestCase.
Definition at line 29 of file ilTestResultsGUITest.php.
29 : void
30 {
32 parent::setUp();
33
36
39 $DIC['ilCtrl'],
40 $this->createMock(ilTestAccess::class),
45 $this->createMock(\
ILIAS\
Test\Logging\TestLogger::class),
46 $DIC[
'component.repository'],
47 $this->createMock(
ILIAS\
Test\Presentation\TabsManager::class),
52 $this->createMock(
ILIAS\Skill\Service\SkillService::class),
53 $this->createMock(
ILIAS\TestQuestionPool\Questions\GeneralQuestionPropertiesRepository::class),
54 $this->createMock(\
ILIAS\
Test\Results\Toplist\TestTopListRepository::class),
55 $this->createMock(
ILIAS\
Test\RequestDataCollector::class),
57 $this->createMock(
ILIAS\Data\Factory::class),
58 $this->createMock(ilTestSession::class),
59 $this->createMock(ilTestObjectiveOrientedContainer::class)
60 );
61 }
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.
References $DIC, addGlobal_ilTabs(), addGlobal_ilToolbar(), and getTestObjMock().
◆ test_instantiateObject_shouldReturnInstance()
ilTestResultsGUITest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
Definition at line 63 of file ilTestResultsGUITest.php.
63 : void
64 {
65 $this->assertInstanceOf(ilTestResultsGUI::class, $this->testObj);
66 }
◆ $testObj
The documentation for this class was generated from the following file: