ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ilAssLacLegendGUITest Class Reference

Unit tests. More...

+ Inheritance diagram for ilAssLacLegendGUITest:
+ Collaboration diagram for ilAssLacLegendGUITest:

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

ilAssLacLegendGUI $object
 

Detailed Description

Unit tests.

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

\

This test was automatically generated.

Definition at line 30 of file ilAssLacLegendGUITest.php.

Member Function Documentation

◆ setUp()

ilAssLacLegendGUITest::setUp ( )
protected

Definition at line 36 of file ilAssLacLegendGUITest.php.

36  : void
37  {
38  parent::setUp();
39 
40  $ilGlobalTemplateInterface = $this->createMock(ilGlobalTemplateInterface::class);
41  $ilLanguage = $this->createMock(ilLanguage::class);
42  $factory = $this->createMock(Factory::class);
43 
44  $this->object = new ilAssLacLegendGUI($ilGlobalTemplateInterface, $ilLanguage, $factory);
45  }

◆ testConstruct()

ilAssLacLegendGUITest::testConstruct ( )

Definition at line 47 of file ilAssLacLegendGUITest.php.

47  : void
48  {
49  $this->assertInstanceOf(ilAssLacLegendGUI::class, $this->object);
50  }

Field Documentation

◆ $backupGlobals

ilAssLacLegendGUITest::$backupGlobals = false
protected

Definition at line 32 of file ilAssLacLegendGUITest.php.

◆ $object

ilAssLacLegendGUI ilAssLacLegendGUITest::$object
private

Definition at line 34 of file ilAssLacLegendGUITest.php.


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