ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
test_implements_factory_interface () | |
test_with_label () | |
test_with_items () | |
test_render_empty () | |
test_render_items () | |
test_render_items_with_label () | |
test_render_with_link_new_viewport () | |
test_render_items_with_aria_label () | |
![]() | |
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) | |
Protected Member Functions | |
getFactory () | |
![]() | |
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... | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Test on card implementation.
Definition at line 30 of file DropdownTest.php.
|
protected |
Definition at line 32 of file DropdownTest.php.
Referenced by test_implements_factory_interface(), test_render_empty(), test_render_items(), test_render_items_with_aria_label(), test_render_items_with_label(), test_render_with_link_new_viewport(), test_with_items(), and test_with_label().
DropdownTest::test_implements_factory_interface | ( | ) |
Definition at line 37 of file DropdownTest.php.
References Vendor\Package\$f, and getFactory().
DropdownTest::test_render_empty | ( | ) |
Definition at line 71 of file DropdownTest.php.
References $c, Vendor\Package\$f, ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
DropdownTest::test_render_items | ( | ) |
Definition at line 84 of file DropdownTest.php.
References $c, Vendor\Package\$f, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
DropdownTest::test_render_items_with_aria_label | ( | ) |
Definition at line 163 of file DropdownTest.php.
References $c, Vendor\Package\$f, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
DropdownTest::test_render_items_with_label | ( | ) |
Definition at line 113 of file DropdownTest.php.
References $c, Vendor\Package\$f, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
DropdownTest::test_render_with_link_new_viewport | ( | ) |
Definition at line 139 of file DropdownTest.php.
References $c, Vendor\Package\$f, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
DropdownTest::test_with_items | ( | ) |
Definition at line 53 of file DropdownTest.php.
References $c, Vendor\Package\$f, and getFactory().
DropdownTest::test_with_label | ( | ) |
Definition at line 44 of file DropdownTest.php.
References $c, Vendor\Package\$f, and getFactory().