ILIAS
release_8 Revision v8.19
|
Test Notification Items. More...
Public Member Functions | |
setUp () | |
getIcon () | |
getUIFactory () | |
testImplementsFactoryInterface () | |
testGetTitle () | |
testGetTitleAsLink () | |
testWithDescription () | |
testWithProperties () | |
testWithActions () | |
testWithLeadIcon () | |
testWithCloseAction () | |
testWithAdditionalContent () | |
testWithAggregateNotifications () | |
testRenderFullyFeatured () | |
![]() | |
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 Component SignalGenerator | $sig_gen |
Additional Inherited Members | |
![]() | |
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... | |
Test Notification Items.
Definition at line 31 of file ItemNotificationTest.php.
ItemNotificationTest::getIcon | ( | ) |
Definition at line 40 of file ItemNotificationTest.php.
References getUIFactory().
Referenced by testRenderFullyFeatured(), testWithActions(), testWithAdditionalContent(), testWithAggregateNotifications(), testWithCloseAction(), testWithDescription(), testWithLeadIcon(), and testWithProperties().
ItemNotificationTest::getUIFactory | ( | ) |
Definition at line 45 of file ItemNotificationTest.php.
References $factory, and $sig_gen.
Referenced by getIcon(), testGetTitle(), testGetTitleAsLink(), testImplementsFactoryInterface(), testRenderFullyFeatured(), testWithActions(), testWithAdditionalContent(), testWithAggregateNotifications(), testWithCloseAction(), testWithDescription(), testWithLeadIcon(), and testWithProperties().
ItemNotificationTest::setUp | ( | ) |
Definition at line 35 of file ItemNotificationTest.php.
ItemNotificationTest::testGetTitle | ( | ) |
Definition at line 97 of file ItemNotificationTest.php.
References $c, Vendor\Package\$f, and getUIFactory().
ItemNotificationTest::testGetTitleAsLink | ( | ) |
Definition at line 105 of file ItemNotificationTest.php.
References $c, Vendor\Package\$f, and getUIFactory().
ItemNotificationTest::testImplementsFactoryInterface | ( | ) |
Definition at line 90 of file ItemNotificationTest.php.
References Vendor\Package\$f, and getUIFactory().
ItemNotificationTest::testRenderFullyFeatured | ( | ) |
Definition at line 188 of file ItemNotificationTest.php.
References $c, Vendor\Package\$f, ILIAS\UI\examples\Symbol\Glyph\Back\back(), ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), getIcon(), and getUIFactory().
ItemNotificationTest::testWithActions | ( | ) |
Definition at line 133 of file ItemNotificationTest.php.
References $c, Vendor\Package\$f, getIcon(), and getUIFactory().
ItemNotificationTest::testWithAdditionalContent | ( | ) |
Definition at line 166 of file ItemNotificationTest.php.
References $c, Vendor\Package\$f, getIcon(), and getUIFactory().
ItemNotificationTest::testWithAggregateNotifications | ( | ) |
Definition at line 176 of file ItemNotificationTest.php.
References $c, Vendor\Package\$f, getIcon(), and getUIFactory().
ItemNotificationTest::testWithCloseAction | ( | ) |
Definition at line 157 of file ItemNotificationTest.php.
References $c, Vendor\Package\$f, getIcon(), and getUIFactory().
ItemNotificationTest::testWithDescription | ( | ) |
Definition at line 114 of file ItemNotificationTest.php.
References $c, Vendor\Package\$f, getIcon(), and getUIFactory().
ItemNotificationTest::testWithLeadIcon | ( | ) |
Definition at line 146 of file ItemNotificationTest.php.
References $c, Vendor\Package\$f, getIcon(), and getUIFactory().
ItemNotificationTest::testWithProperties | ( | ) |
Definition at line 123 of file ItemNotificationTest.php.
References $c, Vendor\Package\$f, getIcon(), and getUIFactory().
|
protected |
Definition at line 33 of file ItemNotificationTest.php.
Referenced by getUIFactory().