This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.  
 More...
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 
Definition at line 19 of file ilObjTestVerificationGUITest.php.
 
◆ setUp()
  
  
      
        
          | ilObjTestVerificationGUITest::setUp  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
Definition at line 23 of file ilObjTestVerificationGUITest.php.
   27         $this->addGlobal_ilTabs();
    28         $this->addGlobal_ilLocator();
    30         $this->addGlobal_ilAccess();
    31         $this->addGlobal_ilToolbar();
    32         $this->addGlobal_ilRbacAdmin();
    33         $this->addGlobal_rbacsystem();
    34         $this->addGlobal_rbacreview();
    35         $this->addGlobal_ilObjDataCache();
    36         $this->addGlobal_ilSetting();
    37         $this->addGlobal_filesystem();
  
 
 
◆ testConstruct()
      
        
          | ilObjTestVerificationGUITest::testConstruct  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 40 of file ilObjTestVerificationGUITest.php.
   47         $this->assertInstanceOf(ilObjTestVerificationGUI::class, $this->testObj);
 GUI class for test verification. 
 
 
 
 
◆ testGetType()
      
        
          | ilObjTestVerificationGUITest::testGetType  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ $testObj
The documentation for this class was generated from the following file: