ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ilQuestionInternalLinkSelectionTableGUITest 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 ilQuestionInternalLinkSelectionTableGUITest:
+ Collaboration diagram for ilQuestionInternalLinkSelectionTableGUITest:

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

ilQuestionInternalLinkSelectionTableGUI $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 28 of file ilQuestionInternalLinkSelectionTableGUITest.php.

Member Function Documentation

◆ setUp()

ilQuestionInternalLinkSelectionTableGUITest::setUp ( )
protected

Definition at line 34 of file ilQuestionInternalLinkSelectionTableGUITest.php.

References $object, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Survey\Mode\getId().

34  : void
35  {
36  parent::setUp();
37 
38  $object = new class () {
39  protected object $object;
40 
41  public function __construct()
42  {
43  $this->object = new class () {
44  public function getId(): int
45  {
46  return 0;
47  }
48  };
49  }
50 
51  public function getObject()
52  {
53  return $this->object;
54  }
55  };
56 
57  $this->object = new ilQuestionInternalLinkSelectionTableGUI($object, '', '');
58  }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
+ Here is the call graph for this function:

◆ testConstruct()

ilQuestionInternalLinkSelectionTableGUITest::testConstruct ( )

Definition at line 60 of file ilQuestionInternalLinkSelectionTableGUITest.php.

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

Field Documentation

◆ $backupGlobals

ilQuestionInternalLinkSelectionTableGUITest::$backupGlobals = false
protected

◆ $object

ilQuestionInternalLinkSelectionTableGUI ilQuestionInternalLinkSelectionTableGUITest::$object
private

Definition at line 32 of file ilQuestionInternalLinkSelectionTableGUITest.php.

Referenced by setUp().


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