ILIAS
release_8 Revision v8.23
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
getMessageBoxFactory () | |
getButtonFactory () | |
getLinkFactory () | |
messagebox_type_provider () | |
getUIFactory () | |
test_implements_factory_interface (string $factory_method) | |
messagebox_type_provider More... | |
test_messagebox_types (string $factory_method) | |
messagebox_type_provider More... | |
test_messagebox_messagetext (string $factory_method) | |
messagebox_type_provider More... | |
test_with_buttons (string $factory_method) | |
messagebox_type_provider More... | |
test_with_links (string $factory_method) | |
messagebox_type_provider More... | |
test_with_buttons_and_links (string $factory_method) | |
messagebox_type_provider More... | |
test_render_simple (string $factory_method) | |
messagebox_type_provider More... | |
test_render_with_buttons (string $factory_method) | |
messagebox_type_provider More... | |
test_render_with_links (string $factory_method) | |
messagebox_type_provider More... | |
test_render_with_buttons_and_links (string $factory_method) | |
messagebox_type_provider More... | |
![]() | |
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) | |
Static Public Attributes | |
static array | $canonical_css_classes |
static array | $canonical_role_types |
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... | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Test on Message Box implementation.
Definition at line 30 of file MessageBoxTest.php.
MessageBoxTest::getButtonFactory | ( | ) |
Definition at line 36 of file MessageBoxTest.php.
Referenced by test_render_with_buttons(), test_render_with_buttons_and_links(), test_with_buttons(), and test_with_buttons_and_links().
MessageBoxTest::getLinkFactory | ( | ) |
Definition at line 40 of file MessageBoxTest.php.
Referenced by test_render_with_buttons_and_links(), test_render_with_links(), test_with_buttons_and_links(), and test_with_links().
MessageBoxTest::getMessageBoxFactory | ( | ) |
Definition at line 32 of file MessageBoxTest.php.
Referenced by test_implements_factory_interface(), test_messagebox_messagetext(), test_messagebox_types(), test_render_simple(), test_render_with_buttons(), test_render_with_buttons_and_links(), test_render_with_links(), test_with_buttons(), test_with_buttons_and_links(), and test_with_links().
MessageBoxTest::getUIFactory | ( | ) |
Definition at line 66 of file MessageBoxTest.php.
MessageBoxTest::messagebox_type_provider | ( | ) |
Definition at line 45 of file MessageBoxTest.php.
MessageBoxTest::test_implements_factory_interface | ( | string | $factory_method | ) |
messagebox_type_provider
Definition at line 79 of file MessageBoxTest.php.
References Vendor\Package\$f, and getMessageBoxFactory().
MessageBoxTest::test_messagebox_messagetext | ( | string | $factory_method | ) |
messagebox_type_provider
Definition at line 102 of file MessageBoxTest.php.
References Vendor\Package\$f, and getMessageBoxFactory().
MessageBoxTest::test_messagebox_types | ( | string | $factory_method | ) |
messagebox_type_provider
Definition at line 90 of file MessageBoxTest.php.
References Vendor\Package\$f, and getMessageBoxFactory().
MessageBoxTest::test_render_simple | ( | string | $factory_method | ) |
messagebox_type_provider
Definition at line 170 of file MessageBoxTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), getMessageBoxFactory(), and ILIAS_UI_TestBase\normalizeHTML().
MessageBoxTest::test_render_with_buttons | ( | string | $factory_method | ) |
messagebox_type_provider
Definition at line 188 of file MessageBoxTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\assertHTMLEquals(), getButtonFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), getMessageBoxFactory(), and ILIAS_UI_TestBase\normalizeHTML().
MessageBoxTest::test_render_with_buttons_and_links | ( | string | $factory_method | ) |
messagebox_type_provider
Definition at line 239 of file MessageBoxTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\assertHTMLEquals(), getButtonFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), getLinkFactory(), getMessageBoxFactory(), and ILIAS_UI_TestBase\normalizeHTML().
MessageBoxTest::test_render_with_links | ( | string | $factory_method | ) |
messagebox_type_provider
Definition at line 212 of file MessageBoxTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), getLinkFactory(), getMessageBoxFactory(), and ILIAS_UI_TestBase\normalizeHTML().
MessageBoxTest::test_with_buttons | ( | string | $factory_method | ) |
messagebox_type_provider
Definition at line 114 of file MessageBoxTest.php.
References Vendor\Package\$f, getButtonFactory(), and getMessageBoxFactory().
MessageBoxTest::test_with_buttons_and_links | ( | string | $factory_method | ) |
messagebox_type_provider
Definition at line 149 of file MessageBoxTest.php.
References Vendor\Package\$f, getButtonFactory(), getLinkFactory(), and getMessageBoxFactory().
MessageBoxTest::test_with_links | ( | string | $factory_method | ) |
messagebox_type_provider
Definition at line 130 of file MessageBoxTest.php.
References Vendor\Package\$f, getLinkFactory(), and getMessageBoxFactory().
|
static |
|
static |