ILIAS  trunk Revision v11.0_alpha-1749-g1a06bdef097
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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 ()
 

Private Attributes

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

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\RequestDataCollector::class),
40  $this->createMock(ILIAS\GlobalScreen\Services::class)
41  );
42  }
Interface Observer Contains several chained tasks and infos about them.
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: