ILIAS  trunk Revision v11.0_alpha-1811-gd2d5443e411
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilTestPlayerRandomQuestionSetGUITest Class Reference

Class ilTestPlayerRandomQuestionSetGUITest. More...

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

Public Member Functions

 test_instantiateObject_shouldReturnInstance ()
 

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=[])
 
- Protected Attributes inherited from ilTestBaseTestCase
Container $dic = null
 

Detailed Description

Member Function Documentation

◆ setUp()

ilTestPlayerRandomQuestionSetGUITest::setUp ( )
protected

Definition at line 29 of file ilTestPlayerRandomQuestionSetGUITest.php.

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();
41  $this->addGlobal_GlobalScreenService();
42  $this->addGlobal_ilNavigationHistory();
43 
44  $this->testObj = new ilTestPlayerRandomQuestionSetGUI($this->getTestObjMock());
45  }

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