ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
ILIAS\Test\Tests\Presentation\TestScreenGUITest Class Reference
+ Inheritance diagram for ILIAS\Test\Tests\Presentation\TestScreenGUITest:
+ Collaboration diagram for ILIAS\Test\Tests\Presentation\TestScreenGUITest:

Public Member Functions

 testConstruct ()
 
- Public Member Functions inherited from ilTestBaseTestCase
 createInstanceOf (string $class_name, array $explicit_parameters=[])
 
 createTraitInstanceOf (string $class_name, array $explicit_parameters=[])
 

Additional Inherited Members

- Static Public Member Functions inherited from ilTestBaseTestCase
static callMethod ($obj, $name, array $args=[])
 
static getNonPublicPropertyValue (object $obj, string $name)
 
- Data Fields inherited from ilTestBaseTestCase
const string MOCKED_METHOD_WITHOUT_OUTPUT = 'MOCKED_METHOD_WITHOUT_OUTPUT'
 
const string DYNAMIC_CLASS = 'DynamicClass'
 
- Protected Member Functions inherited from ilTestBaseTestCase
 setUp ()
 
 tearDown ()
 
- Protected Attributes inherited from ilTestBaseTestCase
Container $dic = null
 
Container $backup_dic = null
 
- Static Protected Attributes inherited from ilTestBaseTestCase
static int $DYNAMIC_CLASS_COUNT = 0
 

Detailed Description

Definition at line 27 of file TestScreenGUITest.php.

Member Function Documentation

◆ testConstruct()

ILIAS\Test\Tests\Presentation\TestScreenGUITest::testConstruct ( )

Definition at line 29 of file TestScreenGUITest.php.

References getTestObjMock().

29  : void
30  {
31  $TestScreenGUI = new TestScreenGUI(
32  $this->getTestObjMock(),
33  $this->createMock(\ilObjUser::class),
34  $this->createMock(UIFactory::class),
35  $this->createMock(UIRenderer::class),
36  $this->createMock(\ilLanguage::class),
37  $this->createMock(Refinery::class),
38  $this->createMock(\ilCtrl::class),
39  $this->createMock(\ilGlobalTemplateInterface::class),
40  $this->createMock(\ILIAS\Style\Content\Service::class),
41  $this->createMock(HTTPServices::class),
42  $this->createMock(\ILIAS\Test\Presentation\TabsManager::class),
43  $this->createMock(\ilAccessHandler::class),
44  $this->createMock(\ilTestAccess::class),
45  $this->createMock(\ilDBInterface::class),
46  $this->createMock(\ilRbacSystem::class)
47  );
48  $this->assertInstanceOf(TestScreenGUI::class, $TestScreenGUI);
49  }
Interface Observer Contains several chained tasks and infos about them.
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: