| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Class UITestHelper can be helpful for test cases outside the UI Components, to inject a working factory and renderer into some classes to be unit tested. More...
 Collaboration diagram for UITestHelper:Public Member Functions | |
| init (Container $dic=null) | |
| factory () | |
| renderer () | |
| mainTemplate () | |
Protected Attributes | |
| Container | $dic | 
Class UITestHelper can be helpful for test cases outside the UI Components, to inject a working factory and renderer into some classes to be unit tested.
See UITestHelperTest for an example of how this can be used.
Definition at line 36 of file UITestHelper.php.
| UITestHelper::factory | ( | ) | 
Definition at line 60 of file UITestHelper.php.
References init().
 Here is the call graph for this function:| UITestHelper::init | ( | Container | $dic = null | ) | 
Definition at line 40 of file UITestHelper.php.
References $dic.
Referenced by factory(), mainTemplate(), and renderer().
 Here is the caller graph for this function:| UITestHelper::mainTemplate | ( | ) | 
Definition at line 76 of file UITestHelper.php.
References init().
 Here is the call graph for this function:| UITestHelper::renderer | ( | ) | 
Definition at line 68 of file UITestHelper.php.
References init().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 38 of file UITestHelper.php.
Referenced by init().