|
ILIAS
release_8 Revision v8.24
|
Class SystemInfoTest. More...
Inheritance diagram for SystemInfoTest:
Collaboration diagram for SystemInfoTest:Public Member Functions | |
| setUp () | |
| testRenderingDefault () | |
| testRenderingNeutral () | |
| testRenderingImportant () | |
| testRenderingBreaking () | |
| testRenderingCloseAction () | |
| getDefaultRenderer (JavaScriptBinding $js_binding=null, array $with_stub_renderings=[]) | |
| getUIFactory () | |
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) | |
Private Attributes | |
| SignalGenerator | $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... | |
Class SystemInfoTest.
Definition at line 35 of file SystemInfoTest.php.
| SystemInfoTest::getDefaultRenderer | ( | JavaScriptBinding | $js_binding = null, |
| array | $with_stub_renderings = [] |
||
| ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 210 of file SystemInfoTest.php.
Referenced by testRenderingBreaking(), testRenderingCloseAction(), testRenderingDefault(), testRenderingImportant(), and testRenderingNeutral().
Here is the caller graph for this function:| SystemInfoTest::getUIFactory | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 233 of file SystemInfoTest.php.
References $factory, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| SystemInfoTest::setUp | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 39 of file SystemInfoTest.php.
| SystemInfoTest::testRenderingBreaking | ( | ) |
Definition at line 142 of file SystemInfoTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS\UI\examples\Symbol\Glyph\Close\close(), and getDefaultRenderer().
Here is the call graph for this function:| SystemInfoTest::testRenderingCloseAction | ( | ) |
Definition at line 176 of file SystemInfoTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS\UI\examples\Symbol\Glyph\Close\close(), and getDefaultRenderer().
Here is the call graph for this function:| SystemInfoTest::testRenderingDefault | ( | ) |
Definition at line 45 of file SystemInfoTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS\UI\examples\Symbol\Glyph\Close\close(), and getDefaultRenderer().
Here is the call graph for this function:| SystemInfoTest::testRenderingImportant | ( | ) |
Definition at line 110 of file SystemInfoTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS\UI\examples\Symbol\Glyph\Close\close(), and getDefaultRenderer().
Here is the call graph for this function:| SystemInfoTest::testRenderingNeutral | ( | ) |
Definition at line 77 of file SystemInfoTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS\UI\examples\Symbol\Glyph\Close\close(), and getDefaultRenderer().
Here is the call graph for this function:
|
private |
Definition at line 37 of file SystemInfoTest.php.