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

Class ilTestPasswordProtectionGUITest. More...

+ Inheritance diagram for ilTestPasswordProtectionGUITest:
+ Collaboration diagram for ilTestPasswordProtectionGUITest:

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

ilTestPasswordProtectionGUI $testObj
 

Additional Inherited Members

- Protected Attributes inherited from ilTestBaseTestCase
Container $dic = null
 

Detailed Description

Member Function Documentation

◆ setUp()

ilTestPasswordProtectionGUITest::setUp ( )
protected

Definition at line 29 of file ilTestPasswordProtectionGUITest.php.

29  : void
30  {
31  parent::setUp();
32 
33  $this->testObj = new ilTestPasswordProtectionGUI(
34  $this->createMock(ilCtrl::class),
35  $this->createMock(ilGlobalPageTemplate::class),
36  $this->createMock(ilLanguage::class),
37  $this->createMock(ilTestPlayerAbstractGUI::class),
38  $this->createMock(ilTestPasswordChecker::class),
39  $this->createMock(ILIAS\Test\InternalRequestService::class),
40  $this->createMock(ILIAS\GlobalScreen\Services::class)
41  );
42  }
Class ChatMainBarProvider .
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

◆ test_instantiateObject_shouldReturnInstance()

ilTestPasswordProtectionGUITest::test_instantiateObject_shouldReturnInstance ( )

Definition at line 44 of file ilTestPasswordProtectionGUITest.php.

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

Field Documentation

◆ $testObj

ilTestPasswordProtectionGUI ilTestPasswordProtectionGUITest::$testObj
private

Definition at line 27 of file ilTestPasswordProtectionGUITest.php.


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