|
ILIAS
release_8 Revision v8.24
|
Tests for the Slate. More...
Inheritance diagram for NotificationSlateTest:
Collaboration diagram for NotificationSlateTest:Public Member Functions | |
| setUp () | |
| getIcon () | |
| getUIFactory () | |
| testImplementsFactoryInterface () | |
| testGenerationByFactory () | |
| testRenderingWithSubslateAndButton () | |
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 | |
| I 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... | |
Tests for the Slate.
Definition at line 31 of file NotificationSlateTest.php.
| NotificationSlateTest::getIcon | ( | ) |
Definition at line 40 of file NotificationSlateTest.php.
References getUIFactory().
Referenced by testGenerationByFactory(), and testRenderingWithSubslateAndButton().
Here is the call graph for this function:
Here is the caller graph for this function:| NotificationSlateTest::getUIFactory | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 45 of file NotificationSlateTest.php.
References $factory, and $sig_gen.
Referenced by getIcon(), testGenerationByFactory(), testImplementsFactoryInterface(), and testRenderingWithSubslateAndButton().
Here is the caller graph for this function:| NotificationSlateTest::setUp | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 35 of file NotificationSlateTest.php.
| NotificationSlateTest::testGenerationByFactory | ( | ) |
Definition at line 94 of file NotificationSlateTest.php.
References getIcon(), and getUIFactory().
Here is the call graph for this function:| NotificationSlateTest::testImplementsFactoryInterface | ( | ) |
Definition at line 87 of file NotificationSlateTest.php.
References getUIFactory().
Here is the call graph for this function:| NotificationSlateTest::testRenderingWithSubslateAndButton | ( | ) |
Definition at line 116 of file NotificationSlateTest.php.
References ILIAS\UI\examples\Symbol\Glyph\Back\back(), ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), getIcon(), and getUIFactory().
Here is the call graph for this function:
|
protected |
Definition at line 33 of file NotificationSlateTest.php.
Referenced by getUIFactory().