ILIAS
release_8 Revision v8.19
|
Test on button implementation. More...
Public Member Functions | |
getImageFactory () | |
test_implements_factory_interface () | |
test_get_type () | |
test_get_source () | |
test_get_alt () | |
test_set_source () | |
test_set_alt () | |
test_set_string_action () | |
test_set_signal_action () | |
test_invalid_source () | |
test_invalid_alt () | |
test_render_standard () | |
test_render_responsive () | |
test_render_alt_escaping () | |
test_render_with_string_action () | |
test_render_with_signal_action () | |
test_with_empty_action_and_no_additional_on_load_code () | |
test_with_additional_on_load_code () | |
![]() | |
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) | |
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 on button implementation.
Definition at line 31 of file ImageTest.php.
ImageTest::getImageFactory | ( | ) |
Definition at line 36 of file ImageTest.php.
Referenced by test_get_alt(), test_get_source(), test_get_type(), test_implements_factory_interface(), test_invalid_alt(), test_invalid_source(), test_render_alt_escaping(), test_render_responsive(), test_render_standard(), test_render_with_signal_action(), test_render_with_string_action(), test_set_alt(), test_set_signal_action(), test_set_source(), test_set_string_action(), test_with_additional_on_load_code(), and test_with_empty_action_and_no_additional_on_load_code().
ImageTest::test_get_alt | ( | ) |
Definition at line 67 of file ImageTest.php.
References Vendor\Package\$f, $i, and getImageFactory().
ImageTest::test_get_source | ( | ) |
Definition at line 59 of file ImageTest.php.
References Vendor\Package\$f, $i, and getImageFactory().
ImageTest::test_get_type | ( | ) |
Definition at line 51 of file ImageTest.php.
References Vendor\Package\$f, $i, and getImageFactory().
ImageTest::test_implements_factory_interface | ( | ) |
Definition at line 42 of file ImageTest.php.
References Vendor\Package\$f, and getImageFactory().
ImageTest::test_invalid_alt | ( | ) |
Definition at line 115 of file ImageTest.php.
References Vendor\Package\$f, and getImageFactory().
ImageTest::test_invalid_source | ( | ) |
Definition at line 108 of file ImageTest.php.
References Vendor\Package\$f, and getImageFactory().
ImageTest::test_render_alt_escaping | ( | ) |
Definition at line 148 of file ImageTest.php.
References Vendor\Package\$f, $i, ILIAS_UI_TestBase\getDefaultRenderer(), getImageFactory(), and ILIAS_UI_TestBase\normalizeHTML().
ImageTest::test_render_responsive | ( | ) |
Definition at line 135 of file ImageTest.php.
References Vendor\Package\$f, $i, ILIAS_UI_TestBase\getDefaultRenderer(), getImageFactory(), and ILIAS_UI_TestBase\normalizeHTML().
ImageTest::test_render_standard | ( | ) |
Definition at line 122 of file ImageTest.php.
References Vendor\Package\$f, $i, ILIAS_UI_TestBase\getDefaultRenderer(), getImageFactory(), and ILIAS_UI_TestBase\normalizeHTML().
ImageTest::test_render_with_signal_action | ( | ) |
Definition at line 174 of file ImageTest.php.
References Vendor\Package\$f, $i, ILIAS_UI_TestBase\getDefaultRenderer(), getImageFactory(), and ILIAS_UI_TestBase\normalizeHTML().
ImageTest::test_render_with_string_action | ( | ) |
Definition at line 161 of file ImageTest.php.
References Vendor\Package\$f, $i, ILIAS_UI_TestBase\getDefaultRenderer(), getImageFactory(), and ILIAS_UI_TestBase\normalizeHTML().
ImageTest::test_set_alt | ( | ) |
Definition at line 83 of file ImageTest.php.
References Vendor\Package\$f, $i, and getImageFactory().
ImageTest::test_set_signal_action | ( | ) |
Definition at line 99 of file ImageTest.php.
References Vendor\Package\$f, $i, and getImageFactory().
ImageTest::test_set_source | ( | ) |
Definition at line 75 of file ImageTest.php.
References Vendor\Package\$f, $i, and getImageFactory().
ImageTest::test_set_string_action | ( | ) |
Definition at line 91 of file ImageTest.php.
References Vendor\Package\$f, $i, and getImageFactory().
ImageTest::test_with_additional_on_load_code | ( | ) |
Definition at line 203 of file ImageTest.php.
References Vendor\Package\$f, $i, $id, ILIAS_UI_TestBase\getDefaultRenderer(), getImageFactory(), and ILIAS_UI_TestBase\normalizeHTML().
ImageTest::test_with_empty_action_and_no_additional_on_load_code | ( | ) |
Definition at line 189 of file ImageTest.php.
References Vendor\Package\$f, $i, ILIAS_UI_TestBase\getDefaultRenderer(), getImageFactory(), and ILIAS_UI_TestBase\normalizeHTML().