Class TestScoringGUITest.
More...
◆ setUp()
TestScoringByParticipantGUITest::setUp |
( |
| ) |
|
|
protected |
Definition at line 31 of file TestScoringByParticipantGUITest.php.
35 $this->addGlobal_ilTabs();
36 $this->addGlobal_ilObjDataCache();
37 $this->addGlobal_ilHelp();
38 $this->addGlobal_rbacsystem();
39 $this->addGlobal_ilSetting();
40 $this->addGlobal_ilToolbar();
41 $this->addGlobal_GlobalScreenService();
42 $this->addGlobal_ilNavigationHistory();
◆ test_instantiateObject_shouldReturnInstance()
TestScoringByParticipantGUITest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
◆ testTestAccess()
TestScoringByParticipantGUITest::testTestAccess |
( |
| ) |
|
Definition at line 52 of file TestScoringByParticipantGUITest.php.
54 $mock = $this->createMock(ilTestAccess::class);
55 $this->testObj->setTestAccess($mock);
56 $this->assertEquals($mock, $this->testObj->getTestAccess());
◆ $testObj
The documentation for this class was generated from the following file: