Class ilTestResultsGUITest.
More...
◆ setUp()
| ilTestResultsGUITest::setUp |
( |
| ) |
|
|
protected |
Reimplemented from ilTestBaseTestCase.
Definition at line 31 of file ilTestResultsGUITest.php.
31 : void
32 {
34 parent::setUp();
35
38
41 $DIC['ilCtrl'],
42 $this->createMock(ilTestAccess::class),
47 $this->createMock(\
ILIAS\
Test\Logging\TestLogger::class),
48 $DIC[
'component.repository'],
49 $this->createMock(
ILIAS\
Test\Presentation\TabsManager::class),
54 $this->createMock(
ILIAS\Skill\Service\SkillService::class),
55 $this->createMock(
ILIAS\TestQuestionPool\Questions\GeneralQuestionPropertiesRepository::class),
56 $this->createMock(\
ILIAS\
Test\Results\Toplist\TestTopListRepository::class),
57 $this->createMock(
ILIAS\
Test\RequestDataCollector::class),
59 $this->createMock(
ILIAS\Data\Factory::class),
60 $this->createMock(ilTestSession::class),
61 $this->createMock(ilTestObjectiveOrientedContainer::class),
62 $this->createMock(ParticipantRepository::class)
63 );
64 }
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 66 of file ilTestResultsGUITest.php.
66 : void
67 {
68 $this->assertInstanceOf(ilTestResultsGUI::class, $this->testObj);
69 }
◆ $testObj
The documentation for this class was generated from the following file: