ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Test on button implementation. More...
Public Member Functions | |
setUp () | |
test_implements_factory_interface () | |
test_construction_icon_type_wrong () | |
test_glyph_or_icon_for_glyph () | |
test_glyph_or_icon_for_icon () | |
test_engaged () | |
test_engageable_disengaged () | |
test_with_aria_role () | |
test_with_aria_role_incorrect () | |
test_render_with_glyph_in_context () | |
test_render_with_glyph_in_context_and_engaged () | |
test_render_with_glyph_in_context_and_disengaged () | |
test_render_with_icon () | |
test_render_button_with_aria_role_menuitem_not_engageable () | |
test_render_button_with_aria_role_menuitem_is_engageable () | |
![]() | |
setUp () | |
tearDown () | |
getUIFactory () | |
getTemplateFactory () | |
getResourceRegistry () | |
getLanguage () | |
getJavaScriptBinding () | |
getRefinery () | |
getImagePathResolver () | |
getDefaultRenderer (JavaScriptBinding $js_binding=null, $with_stub_renderings=[]) | |
getDecoratedRenderer (Renderer $default) | |
normalizeHTML ($html) | |
assertHTMLEquals ($expected_html_as_string, $html_as_string) | |
Protected Member Functions | |
getHtmlWithGlyph (bool $engeagable=false, bool $engeaged=false) | |
![]() | |
brutallyTrimHTML ($html) | |
A more radical version of normalizeHTML. More... | |
Test on button implementation.
Definition at line 15 of file BulkyButtonTest.php.
|
protected |
Definition at line 144 of file BulkyButtonTest.php.
Referenced by test_render_with_glyph_in_context(), test_render_with_glyph_in_context_and_disengaged(), and test_render_with_glyph_in_context_and_engaged().
BulkyButtonTest::setUp | ( | ) |
Definition at line 17 of file BulkyButtonTest.php.
BulkyButtonTest::test_construction_icon_type_wrong | ( | ) |
BulkyButtonTest::test_engageable_disengaged | ( | ) |
BulkyButtonTest::test_engaged | ( | ) |
BulkyButtonTest::test_glyph_or_icon_for_glyph | ( | ) |
BulkyButtonTest::test_glyph_or_icon_for_icon | ( | ) |
BulkyButtonTest::test_implements_factory_interface | ( | ) |
Definition at line 24 of file BulkyButtonTest.php.
BulkyButtonTest::test_render_button_with_aria_role_menuitem_is_engageable | ( | ) |
Definition at line 201 of file BulkyButtonTest.php.
References Vendor\Package\$b, ILIAS_UI_TestBase\assertHTMLEquals(), and ILIAS_UI_TestBase\getDefaultRenderer().
BulkyButtonTest::test_render_button_with_aria_role_menuitem_not_engageable | ( | ) |
Definition at line 183 of file BulkyButtonTest.php.
References Vendor\Package\$b, ILIAS_UI_TestBase\assertHTMLEquals(), and ILIAS_UI_TestBase\getDefaultRenderer().
BulkyButtonTest::test_render_with_glyph_in_context | ( | ) |
Definition at line 110 of file BulkyButtonTest.php.
References Vendor\Package\$b, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), and getHtmlWithGlyph().
BulkyButtonTest::test_render_with_glyph_in_context_and_disengaged | ( | ) |
Definition at line 133 of file BulkyButtonTest.php.
References Vendor\Package\$b, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), and getHtmlWithGlyph().
BulkyButtonTest::test_render_with_glyph_in_context_and_engaged | ( | ) |
Definition at line 121 of file BulkyButtonTest.php.
References Vendor\Package\$b, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), and getHtmlWithGlyph().
BulkyButtonTest::test_render_with_icon | ( | ) |
Definition at line 166 of file BulkyButtonTest.php.
References Vendor\Package\$b, ILIAS_UI_TestBase\assertHTMLEquals(), and ILIAS_UI_TestBase\getDefaultRenderer().
BulkyButtonTest::test_with_aria_role | ( | ) |
Definition at line 88 of file BulkyButtonTest.php.
References Vendor\Package\$b, and Vendor\Package\$e.
BulkyButtonTest::test_with_aria_role_incorrect | ( | ) |