ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
ilAssQuestionSkillAssignmentsGUITest Class Reference

Unit tests. More...

+ Inheritance diagram for ilAssQuestionSkillAssignmentsGUITest:
+ Collaboration diagram for ilAssQuestionSkillAssignmentsGUITest:

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

ilAssQuestionSkillAssignmentsGUI $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 35 of file ilAssQuestionSkillAssignmentsGUITest.php.

Member Function Documentation

◆ setUp()

ilAssQuestionSkillAssignmentsGUITest::setUp ( )
protected

Reimplemented from assBaseTestCase.

Definition at line 41 of file ilAssQuestionSkillAssignmentsGUITest.php.

41 : void
42 {
43 parent::setUp();
44
45 $this->object = new ilAssQuestionSkillAssignmentsGUI(
46 $this->createMock(ilCtrl::class),
47 $this->createMock(ilAccessHandler::class),
48 $this->createMock(ilGlobalTemplateInterface::class),
49 $this->createMock(ilLanguage::class),
50 $this->createMock(ilDBInterface::class),
51 $this->createMock(RequestDataCollector::class),
52 $this->createMock(SkillUsageService::class),
53 $this->createMock(UIFactory::class),
54 $this->createMock(UIRenderer::class),
55 $this->createMock(Refinery::class),
56 $this->createMock(HTTP::class),
57 $this->createMock(ilToolbarGUI::class),
58 $this->createMock(ilTabsGUI::class)
59 );
60 }

◆ testConstruct()

ilAssQuestionSkillAssignmentsGUITest::testConstruct ( )

Definition at line 62 of file ilAssQuestionSkillAssignmentsGUITest.php.

62 : void
63 {
64 $this->assertInstanceOf(ilAssQuestionSkillAssignmentsGUI::class, $this->object);
65 }

Field Documentation

◆ $backupGlobals

ilAssQuestionSkillAssignmentsGUITest::$backupGlobals = false
protected

Definition at line 37 of file ilAssQuestionSkillAssignmentsGUITest.php.

◆ $object

ilAssQuestionSkillAssignmentsGUI ilAssQuestionSkillAssignmentsGUITest::$object
private

Definition at line 39 of file ilAssQuestionSkillAssignmentsGUITest.php.


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