|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Test on card implementation. More...
Inheritance diagram for DropdownTest:
Collaboration diagram for DropdownTest: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 () | |
Public Member Functions inherited from ILIAS_UI_TestBase | |
| 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 | |
| getFactory () | |
Protected Member Functions inherited from ILIAS_UI_TestBase | |
| brutallyTrimHTML ($html) | |
| A more radical version of normalizeHTML. More... | |
Test on card implementation.
Definition at line 14 of file DropdownTest.php.
|
protected |
Definition at line 16 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().
Here is the caller graph for this function:| DropdownTest::test_implements_factory_interface | ( | ) |
Definition at line 21 of file DropdownTest.php.
References Vendor\Package\$f, and getFactory().
Here is the call graph for this function:| DropdownTest::test_render_empty | ( | ) |
Definition at line 55 of file DropdownTest.php.
References $c, Vendor\Package\$f, ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
Here is the call graph for this function:| DropdownTest::test_render_items | ( | ) |
Definition at line 68 of file DropdownTest.php.
References $c, Vendor\Package\$f, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
Here is the call graph for this function:| DropdownTest::test_render_items_with_aria_label | ( | ) |
Definition at line 147 of file DropdownTest.php.
References $c, Vendor\Package\$f, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
Here is the call graph for this function:| DropdownTest::test_render_items_with_label | ( | ) |
Definition at line 97 of file DropdownTest.php.
References $c, Vendor\Package\$f, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
Here is the call graph for this function:| DropdownTest::test_render_with_link_new_viewport | ( | ) |
Definition at line 123 of file DropdownTest.php.
References $c, Vendor\Package\$f, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
Here is the call graph for this function:| DropdownTest::test_with_items | ( | ) |
Definition at line 37 of file DropdownTest.php.
References $c, Vendor\Package\$f, and getFactory().
Here is the call graph for this function:| DropdownTest::test_with_label | ( | ) |
Definition at line 28 of file DropdownTest.php.
References $c, Vendor\Package\$f, and getFactory().
Here is the call graph for this function: