|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Test on card implementation. More...
Inheritance diagram for DropdownTest:
Collaboration diagram for DropdownTest:Public Member Functions | |
| getFactory () | |
| test_implements_factory_interface () | |
| test_with_label () | |
| test_with_items () | |
| test_render_empty () | |
| test_render_items () | |
| test_render_items_with_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) | |
Test on card implementation.
Definition at line 13 of file DropdownTest.php.
| DropdownTest::getFactory | ( | ) |
Definition at line 19 of file DropdownTest.php.
Referenced by test_implements_factory_interface(), test_render_empty(), test_render_items(), 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 24 of file DropdownTest.php.
References getFactory().
Here is the call graph for this function:| DropdownTest::test_render_empty | ( | ) |
Definition at line 56 of file DropdownTest.php.
References $html, $r, ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
Here is the call graph for this function:| DropdownTest::test_render_items | ( | ) |
Definition at line 69 of file DropdownTest.php.
References $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 98 of file DropdownTest.php.
References $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 40 of file DropdownTest.php.
References getFactory().
Here is the call graph for this function:| DropdownTest::test_with_label | ( | ) |
Definition at line 31 of file DropdownTest.php.
References getFactory().
Here is the call graph for this function: