|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
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 35 of file UITestHelper.php.
| UITestHelper::factory | ( | ) |
Definition at line 59 of file UITestHelper.php.
References init().
Here is the call graph for this function:| UITestHelper::init | ( | Container | $dic = null | ) |
Definition at line 39 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 75 of file UITestHelper.php.
References init().
Here is the call graph for this function:| UITestHelper::renderer | ( | ) |
Definition at line 67 of file UITestHelper.php.
References init().
Here is the call graph for this function:
|
protected |
Definition at line 37 of file UITestHelper.php.
Referenced by init().