|
ILIAS
release_8 Revision v8.24
|
Checks if the HTML used for the Client tests is rendered as specified. More...
Inheritance diagram for ItemNotificationClientHtmlTest:
Collaboration diagram for ItemNotificationClientHtmlTest:Public Member Functions | |
| setUp () | |
| getUIFactory () | |
| testRenderClientHtml () | |
Public Member Functions inherited from ILIAS_UI_TestBase | |
| setUp () | |
| tearDown () | |
| getUIFactory () | |
| getTemplateFactory () | |
| getResourceRegistry () | |
| getLanguage () | |
| getJavaScriptBinding () | |
| getRefinery () | |
| getImagePathResolver () | |
| getDataFactory () | |
| getDefaultRenderer (JavaScriptBinding $js_binding=null, array $with_stub_renderings=[]) | |
| getDecoratedRenderer (Renderer $default) | |
| normalizeHTML (string $html) | |
| assertHTMLEquals (string $expected_html_as_string, string $html_as_string) | |
Protected Attributes | |
| $sig_gen | |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS_UI_TestBase | |
| brutallyTrimHTML (string $html) | |
| A more radical version of normalizeHTML. More... | |
| brutallyTrimSignals (string $html) | |
| A naive replacement of all il_signal-ids with dots to ease comparisons of rendered output. More... | |
Checks if the HTML used for the Client tests is rendered as specified.
Definition at line 29 of file ItemNotificationClientHtmlTest.php.
| ItemNotificationClientHtmlTest::getUIFactory | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 41 of file ItemNotificationClientHtmlTest.php.
References $factory, and $sig_gen.
Referenced by testRenderClientHtml().
Here is the caller graph for this function:| ItemNotificationClientHtmlTest::setUp | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 36 of file ItemNotificationClientHtmlTest.php.
| ItemNotificationClientHtmlTest::testRenderClientHtml | ( | ) |
Definition at line 81 of file ItemNotificationClientHtmlTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and getUIFactory().
Here is the call graph for this function:
|
protected |
Definition at line 34 of file ItemNotificationClientHtmlTest.php.
Referenced by getUIFactory().