Class ilTestDashboardGUITest.
More...
◆ setUp()
| ilTestDashboardGUITest::setUp |
( |
| ) |
|
|
protected |
Definition at line 29 of file ilTestDashboardGUITest.php.
References $DIC, ilTestBaseTestCase\addGlobal_ilAccess(), ilTestBaseTestCase\addGlobal_ilCtrl(), ilTestBaseTestCase\addGlobal_ilTabs(), ilTestBaseTestCase\addGlobal_ilToolbar(), ilTestBaseTestCase\addGlobal_ilUser(), ilTestBaseTestCase\addGlobal_lng(), ilTestBaseTestCase\addGlobal_tpl(), ilTestBaseTestCase\addGlobal_uiFactory(), and ilTestBaseTestCase\addGlobal_uiRenderer().
46 $this->createMock(ilObjTest::class),
57 $this->createMock(ilTestQuestionSetConfig::class),
58 $this->createMock(\
ILIAS\
Test\InternalRequestService::class)
Class ChatMainBarProvider .
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
◆ test_instantiateObject_shouldReturnInstance()
| ilTestDashboardGUITest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
◆ testObjectiveParent()
| ilTestDashboardGUITest::testObjectiveParent |
( |
| ) |
|
Definition at line 95 of file ilTestDashboardGUITest.php.
97 $objectiveParent_mock = $this->createMock(ilTestObjectiveOrientedContainer::class);
98 $this->testObj->setObjectiveParent($objectiveParent_mock);
99 $this->assertEquals($objectiveParent_mock, $this->testObj->getObjectiveParent());
◆ testQuestionSetConfig()
| ilTestDashboardGUITest::testQuestionSetConfig |
( |
| ) |
|
Definition at line 74 of file ilTestDashboardGUITest.php.
76 $testQuestionSetConfig_mock = $this->createMock(ilTestQuestionSetConfig::class);
77 $this->testObj->setQuestionSetConfig($testQuestionSetConfig_mock);
78 $this->assertEquals($testQuestionSetConfig_mock, $this->testObj->getQuestionSetConfig());
◆ testTestAccess()
| ilTestDashboardGUITest::testTestAccess |
( |
| ) |
|
Definition at line 81 of file ilTestDashboardGUITest.php.
83 $testAccess_mock = $this->createMock(ilTestAccess::class);
84 $this->testObj->setTestAccess($testAccess_mock);
85 $this->assertEquals($testAccess_mock, $this->testObj->getTestAccess());
◆ testTestObj()
| ilTestDashboardGUITest::testTestObj |
( |
| ) |
|
Definition at line 67 of file ilTestDashboardGUITest.php.
69 $objTest_mock = $this->createMock(ilObjTest::class);
70 $this->testObj->setTestObj($objTest_mock);
71 $this->assertEquals($objTest_mock, $this->testObj->getTestObj());
◆ testTestTabs()
| ilTestDashboardGUITest::testTestTabs |
( |
| ) |
|
Definition at line 88 of file ilTestDashboardGUITest.php.
90 $testTabsManager_mock = $this->createMock(ilTestTabsManager::class);
91 $this->testObj->setTestTabs($testTabsManager_mock);
92 $this->assertEquals($testTabsManager_mock, $this->testObj->getTestTabs());
◆ $testObj
The documentation for this class was generated from the following file: