ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ilTestQuestionFilterLabelTranslaterTest Class Reference
+ Inheritance diagram for ilTestQuestionFilterLabelTranslaterTest:
+ Collaboration diagram for ilTestQuestionFilterLabelTranslaterTest:

Public Member Functions

 test_instantiateObject_shouldReturnInstance ()
 

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

ilTestQuestionFilterLabelTranslater $testObj
 

Additional Inherited Members

- Protected Attributes inherited from ilTestBaseTestCase
Container $dic = null
 

Detailed Description

Member Function Documentation

◆ setUp()

ilTestQuestionFilterLabelTranslaterTest::setUp ( )
protected

Definition at line 28 of file ilTestQuestionFilterLabelTranslaterTest.php.

References $DIC, ilTestBaseTestCase\addGlobal_ilComponentFactory(), and ilTestBaseTestCase\addGlobal_lng().

28  : void
29  {
30  global $DIC;
31  parent::setUp();
32 
33  $this->addGlobal_lng();
35 
36  $this->testObj = new ilTestQuestionFilterLabelTranslater(
37  $DIC['ilDB'],
38  $DIC['lng']
39  );
40  }
global $DIC
Definition: feed.php:28
+ Here is the call graph for this function:

◆ test_instantiateObject_shouldReturnInstance()

ilTestQuestionFilterLabelTranslaterTest::test_instantiateObject_shouldReturnInstance ( )

Definition at line 42 of file ilTestQuestionFilterLabelTranslaterTest.php.

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

Field Documentation

◆ $testObj

ilTestQuestionFilterLabelTranslater ilTestQuestionFilterLabelTranslaterTest::$testObj
private

Definition at line 26 of file ilTestQuestionFilterLabelTranslaterTest.php.


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