ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Test on Message Box implementation. More...
Public Member Functions | |
getMessageBoxFactory () | |
getButtonFactory () | |
getLinkFactory () | |
messagebox_type_provider () | |
getUIFactory () | |
test_implements_factory_interface ($factory_method) | |
messagebox_type_provider More... | |
test_messagebox_types ($factory_method) | |
messagebox_type_provider More... | |
test_messagebox_messagetext ($factory_method) | |
messagebox_type_provider More... | |
test_with_buttons ($factory_method) | |
messagebox_type_provider More... | |
test_with_links ($factory_method) | |
messagebox_type_provider More... | |
test_with_buttons_and_links ($factory_method) | |
messagebox_type_provider More... | |
test_render_simple ($factory_method) | |
messagebox_type_provider More... | |
test_render_with_buttons ($factory_method) | |
messagebox_type_provider More... | |
test_render_with_links ($factory_method) | |
messagebox_type_provider More... | |
test_render_with_buttons_and_links ($factory_method) | |
messagebox_type_provider More... | |
![]() | |
setUp () | |
tearDown () | |
getUIFactory () | |
getTemplateFactory () | |
getResourceRegistry () | |
getLanguage () | |
getJavaScriptBinding () | |
getRefinery () | |
getDefaultRenderer (JavaScriptBinding $js_binding=null) | |
getDecoratedRenderer (Renderer $default) | |
normalizeHTML ($html) | |
assertHTMLEquals ($expected_html_as_string, $html_as_string) | |
Static Public Attributes | |
static | $canonical_css_classes |
Additional Inherited Members | |
![]() | |
brutallyTrimHTML ($html) | |
A more radical version of normalizeHTML. More... | |
Test on Message Box implementation.
Definition at line 14 of file MessageBoxTest.php.
MessageBoxTest::getButtonFactory | ( | ) |
Definition at line 20 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 24 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 16 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 | ( | ) |
MessageBoxTest::messagebox_type_provider | ( | ) |
Definition at line 29 of file MessageBoxTest.php.
MessageBoxTest::test_implements_factory_interface | ( | $factory_method | ) |
messagebox_type_provider
Definition at line 58 of file MessageBoxTest.php.
References Vendor\Package\$f, and getMessageBoxFactory().
MessageBoxTest::test_messagebox_messagetext | ( | $factory_method | ) |
messagebox_type_provider
Definition at line 81 of file MessageBoxTest.php.
References Vendor\Package\$f, and getMessageBoxFactory().
MessageBoxTest::test_messagebox_types | ( | $factory_method | ) |
messagebox_type_provider
Definition at line 69 of file MessageBoxTest.php.
References Vendor\Package\$f, and getMessageBoxFactory().
MessageBoxTest::test_render_simple | ( | $factory_method | ) |
messagebox_type_provider
Definition at line 149 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 | ( | $factory_method | ) |
messagebox_type_provider
Definition at line 166 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 | ( | $factory_method | ) |
messagebox_type_provider
Definition at line 215 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 | ( | $factory_method | ) |
messagebox_type_provider
Definition at line 189 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 | ( | $factory_method | ) |
messagebox_type_provider
Definition at line 93 of file MessageBoxTest.php.
References Vendor\Package\$f, getButtonFactory(), and getMessageBoxFactory().
MessageBoxTest::test_with_buttons_and_links | ( | $factory_method | ) |
messagebox_type_provider
Definition at line 128 of file MessageBoxTest.php.
References Vendor\Package\$f, getButtonFactory(), getLinkFactory(), and getMessageBoxFactory().
MessageBoxTest::test_with_links | ( | $factory_method | ) |
messagebox_type_provider
Definition at line 109 of file MessageBoxTest.php.
References Vendor\Package\$f, getLinkFactory(), and getMessageBoxFactory().
|
static |