|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Test on divider implementation. More...
Inheritance diagram for DividerTest:
Collaboration diagram for DividerTest:Public Member Functions | |
| test_implements_factory_interface () | |
| test_with_label () | |
| test_render_horizontal_empty () | |
| test_render_horizontal_with_label () | |
| test_render_vertical () | |
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 divider implementation.
Definition at line 14 of file DividerTest.php.
|
protected |
Definition at line 16 of file DividerTest.php.
Referenced by test_implements_factory_interface(), test_render_horizontal_empty(), test_render_horizontal_with_label(), test_render_vertical(), and test_with_label().
Here is the caller graph for this function:| DividerTest::test_implements_factory_interface | ( | ) |
Definition at line 21 of file DividerTest.php.
References $f, and getFactory().
Here is the call graph for this function:| DividerTest::test_render_horizontal_empty | ( | ) |
Definition at line 36 of file DividerTest.php.
References $c, $f, $html, $r, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
Here is the call graph for this function:| DividerTest::test_render_horizontal_with_label | ( | ) |
Definition at line 50 of file DividerTest.php.
References $c, $f, $html, $r, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
Here is the call graph for this function:| DividerTest::test_render_vertical | ( | ) |
Definition at line 63 of file DividerTest.php.
References $c, $f, $html, $r, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
Here is the call graph for this function:| DividerTest::test_with_label | ( | ) |
Definition at line 28 of file DividerTest.php.
References $c, $f, and getFactory().
Here is the call graph for this function: