ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Test on button implementation. More...
Static Public Attributes | |
static | $canonical_css_classes |
Test on button implementation.
Definition at line 13 of file ButtonTest.php.
ButtonTest::button_type_provider | ( | ) |
ButtonTest::getButtonFactory | ( | ) |
Definition at line 14 of file ButtonTest.php.
Referenced by test_____render_close_button_with_on_load_code(), test_button_action(), test_button_activated_on_default(), test_button_deactivation(), test_button_label(), test_button_label_or_glyph_only(), test_button_string_action_only(), test_button_with_label(), test_implements_factory_interface(), test_render_button_disabled(), test_render_button_label(), test_render_button_with_on_load_code(), and test_render_close_button().
ButtonTest::test_____render_close_button_with_on_load_code | ( | ) |
Definition at line 197 of file ButtonTest.php.
References $html, $r, array, getButtonFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
ButtonTest::test_button_action | ( | $factory_method | ) |
button_type_provider
Definition at line 91 of file ButtonTest.php.
References getButtonFactory().
ButtonTest::test_button_activated_on_default | ( | $factory_method | ) |
button_type_provider
Definition at line 101 of file ButtonTest.php.
References getButtonFactory().
ButtonTest::test_button_deactivation | ( | $factory_method | ) |
button_type_provider
Definition at line 111 of file ButtonTest.php.
References getButtonFactory().
ButtonTest::test_button_label | ( | $factory_method | ) |
button_type_provider
Definition at line 68 of file ButtonTest.php.
References getButtonFactory().
ButtonTest::test_button_label_or_glyph_only | ( | $factory_method | ) |
button_type_provider
Definition at line 44 of file ButtonTest.php.
References getButtonFactory().
ButtonTest::test_button_string_action_only | ( | $factory_method | ) |
button_type_provider
Definition at line 56 of file ButtonTest.php.
References getButtonFactory().
ButtonTest::test_button_with_label | ( | $factory_method | ) |
button_type_provider
Definition at line 78 of file ButtonTest.php.
References getButtonFactory().
ButtonTest::test_implements_factory_interface | ( | ) |
Definition at line 23 of file ButtonTest.php.
References getButtonFactory().
ButtonTest::test_render_button_disabled | ( | $factory_method | ) |
button_type_provider
Definition at line 141 of file ButtonTest.php.
References $html, $r, getButtonFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
ButtonTest::test_render_button_label | ( | $factory_method | ) |
button_type_provider
Definition at line 123 of file ButtonTest.php.
References $html, $r, getButtonFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
ButtonTest::test_render_button_with_on_load_code | ( | $factory_method | ) |
button_type_provider
Definition at line 174 of file ButtonTest.php.
References $html, $r, array, getButtonFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
ButtonTest::test_render_close_button | ( | ) |
Definition at line 157 of file ButtonTest.php.
References $html, $r, getButtonFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
|
static |
Definition at line 18 of file ButtonTest.php.