ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ilTestLearningObjectivesStatusGUITest Class Reference

Class ilTestLearningObjectivesStatusGUITest. More...

+ Inheritance diagram for ilTestLearningObjectivesStatusGUITest:
+ Collaboration diagram for ilTestLearningObjectivesStatusGUITest:

Public Member Functions

 test_instantiateObject_shouldReturnInstance ()
 
 testCrsObjId ()
 
 testUsrId ()
 

Protected Member Functions

 setUp ()
 
- Protected Member Functions inherited from ilTestBaseTestCase
 setUp ()
 
 tearDown ()
 
 setGlobalVariable (string $name, $value)
 
 getGlobalTemplateMock ()
 
 getDatabaseMock ()
 
 getIliasMock ()
 
 addGlobal_ilAccess ()
 
 addGlobal_ilUser ()
 
 addGlobal_objDefinition ()
 
 addGlobal_tree ()
 
 addGlobal_ilSetting ()
 
 addGlobal_rbacsystem ()
 
 addGlobal_ilRbacAdmin ()
 
 addGlobal_ilCtrl ()
 
 addGlobal_lng ()
 
 addGlobal_filesystem ()
 
 addGlobal_upload ()
 
 addGlobal_ilDB ()
 
 addGlobal_ilBench ()
 
 addGlobal_ilLog ()
 
 addGlobal_ilias ()
 
 addGlobal_ilErr ()
 
 addGlobal_GlobalScreenService ()
 
 addGlobal_ilNavigationHistory ()
 
 addGlobal_ilAppEventHandler ()
 
 addGlobal_tpl ()
 
 addGlobal_ilComponentRepository ()
 
 addGlobal_ilComponentFactory ()
 
 addGlobal_ilTabs ()
 
 addGlobal_ilObjDataCache ()
 
 addGlobal_ilLocator ()
 
 addGlobal_rbacreview ()
 
 addGlobal_ilToolbar ()
 
 addGlobal_http ()
 
 addGlobal_ilIliasIniFile ()
 
 addGlobal_ilLoggerFactory ()
 
 addGlobal_ilHelp ()
 
 addGlobal_ui ()
 
 addGlobal_uiFactory ()
 
 addGlobal_uiRenderer ()
 
 addGlobal_refinery ()
 
 addGlobal_skillService ()
 
 addGlobal_objectService ()
 
 addGlobal_resourceStorage ()
 
 getTestObjMock ()
 

Private Attributes

ilTestLearningObjectivesStatusGUI $testObj
 

Additional Inherited Members

- Protected Attributes inherited from ilTestBaseTestCase
Container $dic = null
 

Detailed Description

Member Function Documentation

◆ setUp()

ilTestLearningObjectivesStatusGUITest::setUp ( )
protected

Definition at line 29 of file ilTestLearningObjectivesStatusGUITest.php.

29  : void
30  {
31  parent::setUp();
32 
33  $this->testObj = new ilTestLearningObjectivesStatusGUI(
34  $this->createMock(ilLanguage::class),
35  $this->createMock(ilCtrl::class),
36  $this->createMock(ILIAS\UI\Factory::class),
37  $this->createMock(ILIAS\UI\Renderer::class),
38  $this->createMock(ILIAS\Test\InternalRequestService::class)
39  );
40  }
Class ChatMainBarProvider .
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

◆ test_instantiateObject_shouldReturnInstance()

ilTestLearningObjectivesStatusGUITest::test_instantiateObject_shouldReturnInstance ( )

Definition at line 42 of file ilTestLearningObjectivesStatusGUITest.php.

42  : void
43  {
44  $this->assertInstanceOf(ilTestLearningObjectivesStatusGUI::class, $this->testObj);
45  }

◆ testCrsObjId()

ilTestLearningObjectivesStatusGUITest::testCrsObjId ( )

Definition at line 47 of file ilTestLearningObjectivesStatusGUITest.php.

47  : void
48  {
49  $this->testObj->setCrsObjId(1240);
50  $this->assertEquals(1240, $this->testObj->getCrsObjId());
51  }

◆ testUsrId()

ilTestLearningObjectivesStatusGUITest::testUsrId ( )

Definition at line 53 of file ilTestLearningObjectivesStatusGUITest.php.

53  : void
54  {
55  $this->testObj->setUsrId(1240);
56  $this->assertEquals(1240, $this->testObj->getUsrId());
57  }

Field Documentation

◆ $testObj

ilTestLearningObjectivesStatusGUI ilTestLearningObjectivesStatusGUITest::$testObj
private

Definition at line 27 of file ilTestLearningObjectivesStatusGUITest.php.


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