Class ilMyTestSolutionsGUITest.
More...
◆ setUp()
ilMyTestSolutionsGUITest::setUp |
( |
| ) |
|
|
protected |
Definition at line 32 of file ilMyTestSolutionsGUITest.php.
References ILIAS\Repository\access().
36 $this->test = $this->getTestObjMock();
37 $this->
access = $this->createMock(ilTestAccess::class);
38 $this->objective_parent = $this->createMock(ilTestObjectiveOrientedContainer::class);
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)
Interface Observer Contains several chained tasks and infos about them.
◆ test_instantiateObject_shouldReturnInstance()
ilMyTestSolutionsGUITest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
◆ $access
◆ $objective_parent
◆ $test
◆ $testObj
The documentation for this class was generated from the following file: