| 
    ILIAS
    release_8 Revision v8.24
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Inheritance diagram for ilObjTestGUITest:
 Collaboration diagram for ilObjTestGUITest:Public Member Functions | |
| test_instantiateObject_shouldReturnInstance () | |
| testTestAccess () | |
| testGetTabsManager () | |
| testRunObject () | |
| testOutEvaluationObject () | |
| testBackObject () | |
| testCancelRandomSelectObject () | |
| testCancelCreateQuestionObject () | |
| testCancelRemoveQuestionsObject () | |
| testMoveQuestionsObject () | |
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_ilCtrl () | |
| addGlobal_lng () | |
| addGlobal_filesystem () | |
| addGlobal_upload () | |
| addGlobal_ilDB () | |
| addGlobal_ilLog () | |
| addGlobal_ilias () | |
| addGlobal_ilErr () | |
| addGlobal_ilAppEventHandler () | |
| addGlobal_tpl () | |
| addGlobal_ilComponentRepository () | |
| 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 () | |
Private Attributes | |
| ilObjTestGUI | $testObj | 
Additional Inherited Members | |
  Protected Attributes inherited from ilTestBaseTestCase | |
| Container | $dic = null | 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilObjTestGUITest
Definition at line 25 of file ilObjTestGUITest.php.
      
  | 
  protected | 
Reimplemented from ilTestBaseTestCase.
Definition at line 29 of file ilObjTestGUITest.php.
References ilTestBaseTestCase\addGlobal_filesystem(), ilTestBaseTestCase\addGlobal_http(), ilTestBaseTestCase\addGlobal_ilAccess(), ilTestBaseTestCase\addGlobal_ilComponentRepository(), ilTestBaseTestCase\addGlobal_ilCtrl(), ilTestBaseTestCase\addGlobal_ilDB(), ilTestBaseTestCase\addGlobal_ilErr(), ilTestBaseTestCase\addGlobal_ilias(), ilTestBaseTestCase\addGlobal_ilLocator(), ilTestBaseTestCase\addGlobal_ilSetting(), ilTestBaseTestCase\addGlobal_ilTabs(), ilTestBaseTestCase\addGlobal_ilToolbar(), ilTestBaseTestCase\addGlobal_ilUser(), ilTestBaseTestCase\addGlobal_lng(), ilTestBaseTestCase\addGlobal_objDefinition(), ilTestBaseTestCase\addGlobal_rbacreview(), ilTestBaseTestCase\addGlobal_rbacsystem(), ilTestBaseTestCase\addGlobal_tpl(), ilTestBaseTestCase\addGlobal_tree(), and ilTestBaseTestCase\addGlobal_upload().
 Here is the call graph for this function:| ilObjTestGUITest::test_instantiateObject_shouldReturnInstance | ( | ) | 
Definition at line 59 of file ilObjTestGUITest.php.
| ilObjTestGUITest::testBackObject | ( | ) | 
Definition at line 110 of file ilObjTestGUITest.php.
References $testObj, ilObjTestGUI\backObject(), and ilTestBaseTestCase\setGlobalVariable().
 Here is the call graph for this function:| ilObjTestGUITest::testCancelCreateQuestionObject | ( | ) | 
Definition at line 138 of file ilObjTestGUITest.php.
References $testObj, ilObjTestGUI\cancelCreateQuestionObject(), and ilTestBaseTestCase\setGlobalVariable().
 Here is the call graph for this function:| ilObjTestGUITest::testCancelRandomSelectObject | ( | ) | 
Definition at line 124 of file ilObjTestGUITest.php.
References $testObj, ilObjTestGUI\cancelRandomSelectObject(), and ilTestBaseTestCase\setGlobalVariable().
 Here is the call graph for this function:| ilObjTestGUITest::testCancelRemoveQuestionsObject | ( | ) | 
Definition at line 152 of file ilObjTestGUITest.php.
References $testObj, ilObjTestGUI\cancelRemoveQuestionsObject(), and ilTestBaseTestCase\setGlobalVariable().
 Here is the call graph for this function:| ilObjTestGUITest::testGetTabsManager | ( | ) | 
Definition at line 73 of file ilObjTestGUITest.php.
| ilObjTestGUITest::testMoveQuestionsObject | ( | ) | 
Definition at line 166 of file ilObjTestGUITest.php.
References $testObj, ilObjTestGUI\moveQuestionsObject(), and ilTestBaseTestCase\setGlobalVariable().
 Here is the call graph for this function:| ilObjTestGUITest::testOutEvaluationObject | ( | ) | 
Definition at line 96 of file ilObjTestGUITest.php.
References $testObj, ilObjTestGUI\outEvaluationObject(), and ilTestBaseTestCase\setGlobalVariable().
 Here is the call graph for this function:| ilObjTestGUITest::testRunObject | ( | ) | 
Definition at line 82 of file ilObjTestGUITest.php.
References $testObj, ilObjTestGUI\runObject(), and ilTestBaseTestCase\setGlobalVariable().
 Here is the call graph for this function:| ilObjTestGUITest::testTestAccess | ( | ) | 
Definition at line 64 of file ilObjTestGUITest.php.
      
  | 
  private | 
Definition at line 27 of file ilObjTestGUITest.php.
Referenced by testBackObject(), testCancelCreateQuestionObject(), testCancelRandomSelectObject(), testCancelRemoveQuestionsObject(), testMoveQuestionsObject(), testOutEvaluationObject(), and testRunObject().