ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ilMarkSchemaGUITest Class Reference

Class ilMarkSchemaGUITest. More...

+ Inheritance diagram for ilMarkSchemaGUITest:
+ Collaboration diagram for ilMarkSchemaGUITest:

Public Member Functions

 test_instantiateObject_shouldReturnInstance ()
 

Protected Member Functions

 setUp ()
 
- Protected Member Functions inherited from ilTestBaseTestCase
 setUp ()
 
 tearDown ()
 
 setGlobalVariable (string $name, $value)
 
 getGlobalTemplateMock ()
 
 getDatabaseMock ()
 
 getIliasMock ()
 
 addGlobal_ilAccess ()
 
 addGlobal_ilUser ()
 
 addGlobal_objDefinition ()
 
 addGlobal_tree ()
 
 addGlobal_ilSetting ()
 
 addGlobal_rbacsystem ()
 
 addGlobal_ilRbacAdmin ()
 
 addGlobal_ilCtrl ()
 
 addGlobal_lng ()
 
 addGlobal_filesystem ()
 
 addGlobal_upload ()
 
 addGlobal_ilDB ()
 
 addGlobal_ilBench ()
 
 addGlobal_ilLog ()
 
 addGlobal_ilias ()
 
 addGlobal_ilErr ()
 
 addGlobal_GlobalScreenService ()
 
 addGlobal_ilNavigationHistory ()
 
 addGlobal_ilAppEventHandler ()
 
 addGlobal_tpl ()
 
 addGlobal_ilComponentRepository ()
 
 addGlobal_ilComponentFactory ()
 
 addGlobal_ilTabs ()
 
 addGlobal_ilObjDataCache ()
 
 addGlobal_ilLocator ()
 
 addGlobal_rbacreview ()
 
 addGlobal_ilToolbar ()
 
 addGlobal_http ()
 
 addGlobal_ilIliasIniFile ()
 
 addGlobal_ilLoggerFactory ()
 
 addGlobal_ilHelp ()
 
 addGlobal_ui ()
 
 addGlobal_uiFactory ()
 
 addGlobal_uiRenderer ()
 
 addGlobal_refinery ()
 
 addGlobal_skillService ()
 
 addGlobal_objectService ()
 
 addGlobal_resourceStorage ()
 
 getTestObjMock ()
 

Private Attributes

ilMarkSchemaGUI $testObj
 

Additional Inherited Members

- Protected Attributes inherited from ilTestBaseTestCase
Container $dic = null
 

Detailed Description

Class ilMarkSchemaGUITest.

Author
Marvin Beym mbeym.nosp@m.@dat.nosp@m.abay..nosp@m.de

Definition at line 25 of file ilMarkSchemaGUITest.php.

Member Function Documentation

◆ setUp()

ilMarkSchemaGUITest::setUp ( )
protected

Definition at line 29 of file ilMarkSchemaGUITest.php.

References ilTestBaseTestCase\addGlobal_ilCtrl(), ilTestBaseTestCase\addGlobal_ilTabs(), ilTestBaseTestCase\addGlobal_ilToolbar(), ilTestBaseTestCase\addGlobal_lng(), and ilTestBaseTestCase\addGlobal_tpl().

29  : void
30  {
31  parent::setUp();
32 
33  $this->addGlobal_ilCtrl();
34  $this->addGlobal_lng();
35  $this->addGlobal_tpl();
36  $this->addGlobal_ilToolbar();
37  $this->addGlobal_ilTabs();
38 
39  $this->testObj = new ilMarkSchemaGUI(
40  $this->createMock(ilMarkSchemaAware::class)
41  );
42  }
+ Here is the call graph for this function:

◆ test_instantiateObject_shouldReturnInstance()

ilMarkSchemaGUITest::test_instantiateObject_shouldReturnInstance ( )

Definition at line 44 of file ilMarkSchemaGUITest.php.

44  : void
45  {
46  $this->assertInstanceOf(ilMarkSchemaGUI::class, $this->testObj);
47  }

Field Documentation

◆ $testObj

ilMarkSchemaGUI ilMarkSchemaGUITest::$testObj
private

Definition at line 27 of file ilMarkSchemaGUITest.php.


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