Class ilMyTestResultsGUITest.
More...
◆ setUp()
| ilMyTestResultsGUITest::setUp |
( |
| ) |
|
|
protected |
Reimplemented from ilTestBaseTestCase.
Definition at line 33 of file ilMyTestResultsGUITest.php.
33 : void
34 {
35 parent::setUp();
36
38 $this->
access = $this->createMock(ilTestAccess::class);
39 $this->session = $this->createMock(ilTestSession::class);
40 $this->objective_parent = $this->createMock(ilTestObjectiveOrientedContainer::class);
42 $this->test,
44 $this->objective_parent,
45 $this->createMock(ilLanguage::class),
46 $this->createMock(ilCtrlInterface::class),
47 $this->createMock(ilGlobalTemplateInterface::class),
48 $this->createMock(
ILIAS\TestQuestionPool\Questions\GeneralQuestionPropertiesRepository::class),
49 $this->createMock(\
ILIAS\
Test\RequestDataCollector::class)
50 );
51 }
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.
References ILIAS\Repository\access(), and getTestObjMock().
◆ test_instantiateObject_shouldReturnInstance()
| ilMyTestResultsGUITest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
Definition at line 53 of file ilMyTestResultsGUITest.php.
53 : void
54 {
55 $this->assertInstanceOf(ilMyTestResultsGUI::class, $this->testObj);
56 }
◆ $access
◆ $objective_parent
◆ $session
◆ $test
◆ $testObj
The documentation for this class was generated from the following file: