ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilObjQuestionPoolSettingsGeneralGUITest 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 ilObjQuestionPoolSettingsGeneralGUITest:
+ Collaboration diagram for ilObjQuestionPoolSettingsGeneralGUITest:

Public Member Functions

 testConstruct ()
 

Protected Member Functions

 setUp ()
 
- Protected Member Functions inherited from assBaseTestCase
 setUp ()
 
 tearDown ()
 
 getIRSSMock ()
 

Protected Attributes

 $backupGlobals = false
 
- Protected Attributes inherited from assBaseTestCase
Container $dic = null
 

Private Attributes

ilObjQuestionPoolSettingsGeneralGUI $object
 

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 Unit tests

Author
Matheus Zych mzych.nosp@m.@dat.nosp@m.abay..nosp@m.de

\

This test was automatically generated.

Definition at line 33 of file ilObjQuestionPoolSettingsGeneralGUITest.php.

Member Function Documentation

◆ setUp()

ilObjQuestionPoolSettingsGeneralGUITest::setUp ( )
protected

Reimplemented from assBaseTestCase.

Definition at line 39 of file ilObjQuestionPoolSettingsGeneralGUITest.php.

39 : void
40 {
41 parent::setUp();
42
43 $this->object = new ilObjQuestionPoolSettingsGeneralGUI(
44 $this->createMock(ilCtrl::class),
45 $this->createMock(ilAccessHandler::class),
46 $this->createMock(ilLanguage::class),
47 $this->createMock(ilGlobalTemplateInterface::class),
48 $this->createMock(ilTabsGUI::class),
49 $this->createConfiguredMock(ilObjQuestionPoolGUI::class, [
50 'getObject' => $this->createMock(ilObject::class)
51 ]),
52 $this->createMock(Refinery::class),
53 $this->createMock(UIFactory::class),
54 $this->createMock(UIRenderer::class),
55 $this->createMock(HttpRequest::class)
56 );
57 }

◆ testConstruct()

ilObjQuestionPoolSettingsGeneralGUITest::testConstruct ( )

Definition at line 59 of file ilObjQuestionPoolSettingsGeneralGUITest.php.

59 : void
60 {
61 $this->assertInstanceOf(ilObjQuestionPoolSettingsGeneralGUI::class, $this->object);
62 }

Field Documentation

◆ $backupGlobals

ilObjQuestionPoolSettingsGeneralGUITest::$backupGlobals = false
protected

Definition at line 35 of file ilObjQuestionPoolSettingsGeneralGUITest.php.

◆ $object

ilObjQuestionPoolSettingsGeneralGUI ilObjQuestionPoolSettingsGeneralGUITest::$object
private

Definition at line 37 of file ilObjQuestionPoolSettingsGeneralGUITest.php.


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