ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilObjTestVerificationGUITest Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Inheritance diagram for ilObjTestVerificationGUITest:
+ Collaboration diagram for ilObjTestVerificationGUITest:

Public Member Functions

 testConstruct ()
 
 testGetType ()
 

Protected Member Functions

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

Private Attributes

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

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning

Definition at line 19 of file ilObjTestVerificationGUITest.php.

Member Function Documentation

◆ setUp()

ilObjTestVerificationGUITest::setUp ( )
protected

Definition at line 23 of file ilObjTestVerificationGUITest.php.

23  : void
24  {
25  parent::setUp();
26 
27  $this->addGlobal_ilTabs();
28  $this->addGlobal_ilLocator();
29  ;
30  $this->addGlobal_ilAccess();
31  $this->addGlobal_ilToolbar();
32  $this->addGlobal_ilRbacAdmin();
33  $this->addGlobal_rbacsystem();
34  $this->addGlobal_rbacreview();
35  $this->addGlobal_ilObjDataCache();
36  $this->addGlobal_ilSetting();
37  $this->addGlobal_filesystem();
38  }

◆ testConstruct()

ilObjTestVerificationGUITest::testConstruct ( )

Definition at line 40 of file ilObjTestVerificationGUITest.php.

40  : void
41  {
42  $this->testObj = new ilObjTestVerificationGUI(
43  0,
44  1,
45  0
46  );
47  $this->assertInstanceOf(ilObjTestVerificationGUI::class, $this->testObj);
48  }
GUI class for test verification.

◆ testGetType()

ilObjTestVerificationGUITest::testGetType ( )

Definition at line 50 of file ilObjTestVerificationGUITest.php.

50  : void
51  {
52  $this->testObj = new ilObjTestVerificationGUI(
53  0,
54  1,
55  0
56  );
57  $this->assertEquals('tstv', $this->testObj->getType());
58  }
GUI class for test verification.

Field Documentation

◆ $testObj

ilObjTestVerificationGUI ilObjTestVerificationGUITest::$testObj
private

Definition at line 21 of file ilObjTestVerificationGUITest.php.


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