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