Class ilTestParticipantsGUITest.
More...
◆ setUp()
| ilTestParticipantsGUITest::setUp |
( |
| ) |
|
|
protected |
Definition at line 33 of file ilTestParticipantsGUITest.php.
References $DIC, ilTestBaseTestCase\addGlobal_ilAccess(), ilTestBaseTestCase\addGlobal_ilCtrl(), ilTestBaseTestCase\addGlobal_ilTabs(), ilTestBaseTestCase\addGlobal_ilToolbar(), ilTestBaseTestCase\addGlobal_lng(), ilTestBaseTestCase\addGlobal_tpl(), ilTestBaseTestCase\addGlobal_uiFactory(), and ilTestBaseTestCase\addGlobal_uiRenderer().
47 $this->createMock(ilObjTest::class),
48 $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...
◆ tearDown()
| ilTestParticipantsGUITest::tearDown |
( |
| ) |
|
|
protected |
◆ test_instantiateObject_shouldReturnInstance()
| ilTestParticipantsGUITest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
◆ testObjectiveParent()
| ilTestParticipantsGUITest::testObjectiveParent |
( |
| ) |
|
Definition at line 87 of file ilTestParticipantsGUITest.php.
89 $mock = $this->createMock(ilTestObjectiveOrientedContainer::class);
90 $this->testObj->setObjectiveParent($mock);
91 $this->assertEquals($mock, $this->testObj->getObjectiveParent());
◆ testQuestionSetConfig()
| ilTestParticipantsGUITest::testQuestionSetConfig |
( |
| ) |
|
Definition at line 80 of file ilTestParticipantsGUITest.php.
82 $mock = $this->createMock(ilTestQuestionSetConfig::class);
83 $this->testObj->setQuestionSetConfig($mock);
84 $this->assertEquals($mock, $this->testObj->getQuestionSetConfig());
◆ testTestAccess()
| ilTestParticipantsGUITest::testTestAccess |
( |
| ) |
|
Definition at line 94 of file ilTestParticipantsGUITest.php.
96 $mock = $this->createMock(ilTestAccess::class);
97 $this->testObj->setTestAccess($mock);
98 $this->assertEquals($mock, $this->testObj->getTestAccess());
◆ testTestObj()
| ilTestParticipantsGUITest::testTestObj |
( |
| ) |
|
Definition at line 73 of file ilTestParticipantsGUITest.php.
75 $mock = $this->createMock(ilObjTest::class);
76 $this->testObj->setTestObj($mock);
77 $this->assertEquals($mock, $this->testObj->getTestObj());
◆ $backup_dic
| ilTestParticipantsGUITest::$backup_dic |
|
private |
◆ $testObj
The documentation for this class was generated from the following file: