ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ilTestPlayerRandomQuestionSetGUITest Class Reference

Class ilTestPlayerRandomQuestionSetGUITest. More...

+ Inheritance diagram for ilTestPlayerRandomQuestionSetGUITest:
+ Collaboration diagram for ilTestPlayerRandomQuestionSetGUITest:

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

ilTestPlayerRandomQuestionSetGUI $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()

ilTestPlayerRandomQuestionSetGUITest::setUp ( )
protected

Definition at line 29 of file ilTestPlayerRandomQuestionSetGUITest.php.

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

29  : void
30  {
31  parent::setUp();
32 
33  $this->addGlobal_ilTabs();
34  $this->addGlobal_ilObjDataCache();
35  $this->addGlobal_rbacsystem();
36  $this->addGlobal_refinery();
37  $this->addGlobal_ilHelp();
38  $this->addGlobal_rbacsystem();
39  $this->addGlobal_ilSetting();
40  $this->addGlobal_ilToolbar();
43 
44  $this->testObj = new ilTestPlayerRandomQuestionSetGUI($this->getTestObjMock());
45  }
addGlobal_rbacsystem()
addGlobal_ilNavigationHistory()
addGlobal_ilObjDataCache()
addGlobal_GlobalScreenService()
+ Here is the call graph for this function:

◆ test_instantiateObject_shouldReturnInstance()

ilTestPlayerRandomQuestionSetGUITest::test_instantiateObject_shouldReturnInstance ( )

Definition at line 47 of file ilTestPlayerRandomQuestionSetGUITest.php.

47  : void
48  {
49  $this->assertInstanceOf(ilTestPlayerRandomQuestionSetGUI::class, $this->testObj);
50  }

Field Documentation

◆ $testObj

ilTestPlayerRandomQuestionSetGUI ilTestPlayerRandomQuestionSetGUITest::$testObj
private

Definition at line 27 of file ilTestPlayerRandomQuestionSetGUITest.php.


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