|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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_items_with_aria_label () | |
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) | |
Protected Member Functions | |
| getFactory () | |
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_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 $f, and getFactory().
Here is the call graph for this function:| DropdownTest::test_render_empty | ( | ) |
Definition at line 53 of file DropdownTest.php.
References $c, $f, $html, $r, ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
Here is the call graph for this function:| DropdownTest::test_render_items | ( | ) |
Definition at line 66 of file DropdownTest.php.
References $c, $f, $html, $r, ILIAS_UI_TestBase\assertHTMLEquals(), data, ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
Here is the call graph for this function:| DropdownTest::test_render_items_with_aria_label | ( | ) |
Definition at line 121 of file DropdownTest.php.
References $c, $f, $html, $r, ILIAS_UI_TestBase\assertHTMLEquals(), data, ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
Here is the call graph for this function:| DropdownTest::test_render_items_with_label | ( | ) |
Definition at line 95 of file DropdownTest.php.
References $c, $f, $html, $r, ILIAS_UI_TestBase\assertHTMLEquals(), data, 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, $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, $f, and getFactory().
Here is the call graph for this function: