ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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_action () | |
test_invalid_source () | |
test_invalid_alt () | |
test_render_standard () | |
test_render_responsive () | |
test_render_alt_escaping () | |
test_render_with_action () | |
Public Member Functions inherited from ILIAS_UI_TestBase | |
setUp () | |
tearDown () | |
getUIFactory () | |
getTemplateFactory () | |
getResourceRegistry () | |
getLanguage () | |
getJavaScriptBinding () | |
getDefaultRenderer (JavaScriptBinding $js_binding=null) | |
normalizeHTML ($html) | |
assertHTMLEquals ($expected_html_as_string, $html_as_string) | |
Test on button implementation.
Definition at line 13 of file ImageTest.php.
ImageTest::getImageFactory | ( | ) |
Definition at line 19 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_action(), test_set_action(), test_set_alt(), and test_set_source().
ImageTest::test_get_alt | ( | ) |
Definition at line 50 of file ImageTest.php.
References $i, and getImageFactory().
ImageTest::test_get_source | ( | ) |
Definition at line 42 of file ImageTest.php.
References $i, and getImageFactory().
ImageTest::test_get_type | ( | ) |
Definition at line 34 of file ImageTest.php.
References $i, and getImageFactory().
ImageTest::test_implements_factory_interface | ( | ) |
Definition at line 25 of file ImageTest.php.
References getImageFactory().
ImageTest::test_invalid_alt | ( | ) |
Definition at line 94 of file ImageTest.php.
References getImageFactory().
ImageTest::test_invalid_source | ( | ) |
Definition at line 83 of file ImageTest.php.
References getImageFactory().
ImageTest::test_render_alt_escaping | ( | ) |
Definition at line 131 of file ImageTest.php.
References $html, $i, $r, ILIAS_UI_TestBase\getDefaultRenderer(), getImageFactory(), and ILIAS_UI_TestBase\normalizeHTML().
ImageTest::test_render_responsive | ( | ) |
Definition at line 118 of file ImageTest.php.
References $html, $i, $r, ILIAS_UI_TestBase\getDefaultRenderer(), getImageFactory(), and ILIAS_UI_TestBase\normalizeHTML().
ImageTest::test_render_standard | ( | ) |
Definition at line 105 of file ImageTest.php.
References $html, $i, $r, ILIAS_UI_TestBase\getDefaultRenderer(), getImageFactory(), and ILIAS_UI_TestBase\normalizeHTML().
ImageTest::test_render_with_action | ( | ) |
Definition at line 144 of file ImageTest.php.
References $html, $i, $r, ILIAS_UI_TestBase\getDefaultRenderer(), getImageFactory(), and ILIAS_UI_TestBase\normalizeHTML().
ImageTest::test_set_action | ( | ) |
Definition at line 75 of file ImageTest.php.
References $i, and getImageFactory().
ImageTest::test_set_alt | ( | ) |
Definition at line 67 of file ImageTest.php.
References $i, and getImageFactory().
ImageTest::test_set_source | ( | ) |
Definition at line 59 of file ImageTest.php.
References $i, and getImageFactory().