ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilQuestionCumulatedStatisticsTableGUITest Class Reference

Unit tests. More...

+ Inheritance diagram for ilQuestionCumulatedStatisticsTableGUITest:
+ Collaboration diagram for ilQuestionCumulatedStatisticsTableGUITest:

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

ilQuestionCumulatedStatisticsTableGUI $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 ilQuestionCumulatedStatisticsTableGUITest.php.

Member Function Documentation

◆ setUp()

ilQuestionCumulatedStatisticsTableGUITest::setUp ( )
protected

Definition at line 36 of file ilQuestionCumulatedStatisticsTableGUITest.php.

36  : void
37  {
38  parent::setUp();
39 
40  $this->object = new ilQuestionCumulatedStatisticsTableGUI(
41  (object) [],
42  '',
43  '',
44  $this->createMock(assQuestion::class),
45  $this->createMock(GeneralQuestionPropertiesRepository::class)
46  );
47  }

◆ testConstruct()

ilQuestionCumulatedStatisticsTableGUITest::testConstruct ( )

Definition at line 49 of file ilQuestionCumulatedStatisticsTableGUITest.php.

49  : void
50  {
51  $this->assertInstanceOf(ilQuestionCumulatedStatisticsTableGUI::class, $this->object);
52  }

Field Documentation

◆ $backupGlobals

ilQuestionCumulatedStatisticsTableGUITest::$backupGlobals = false
protected

◆ $object

ilQuestionCumulatedStatisticsTableGUI ilQuestionCumulatedStatisticsTableGUITest::$object
private

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