ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilTestEvalObjectiveOrientedGUITest Class Reference

Class ilTestEvalObjectiveOrientedGUITest. More...

+ Inheritance diagram for ilTestEvalObjectiveOrientedGUITest:
+ Collaboration diagram for ilTestEvalObjectiveOrientedGUITest:

Public Member Functions

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

Protected Member Functions

 setUp ()
 
- Protected Member Functions inherited from ilTestBaseTestCase
 setUp ()
 
 tearDown ()
 

Private Attributes

ilTestEvalObjectiveOrientedGUI $testObj
 

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 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

Member Function Documentation

◆ setUp()

ilTestEvalObjectiveOrientedGUITest::setUp ( )
protected

Reimplemented from ilTestBaseTestCase.

Definition at line 29 of file ilTestEvalObjectiveOrientedGUITest.php.

29 : void
30 {
31 parent::setUp();
32
33 $this->addGlobal_ilTabs();
35 $this->addGlobal_ilHelp();
36 $this->addGlobal_rbacsystem();
37 $this->addGlobal_ilSetting();
38 $this->addGlobal_ilToolbar();
41
42 $this->testObj = new ilTestEvalObjectiveOrientedGUI($this->getTestObjMock());
43 }
addGlobal_ilNavigationHistory()
addGlobal_GlobalScreenService()
addGlobal_ilObjDataCache()
addGlobal_rbacsystem()

References addGlobal_GlobalScreenService(), addGlobal_ilHelp(), addGlobal_ilNavigationHistory(), addGlobal_ilObjDataCache(), addGlobal_ilSetting(), addGlobal_ilTabs(), addGlobal_ilToolbar(), addGlobal_rbacsystem(), and getTestObjMock().

+ Here is the call graph for this function:

◆ test_instantiateObject_shouldReturnInstance()

ilTestEvalObjectiveOrientedGUITest::test_instantiateObject_shouldReturnInstance ( )

Definition at line 45 of file ilTestEvalObjectiveOrientedGUITest.php.

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

Field Documentation

◆ $testObj

ilTestEvalObjectiveOrientedGUI ilTestEvalObjectiveOrientedGUITest::$testObj
private

Definition at line 27 of file ilTestEvalObjectiveOrientedGUITest.php.


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