|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for CheckboxInputTest:
Collaboration diagram for CheckboxInputTest:Public Member Functions | |
| setUp () | |
| test_implements_factory_interface () | |
| test_render () | |
| test_render_error () | |
| test_render_no_byline () | |
| test_render_value () | |
| test_handle_invalid_value () | |
| test_render_required () | |
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 | |
| buildFactory () | |
Definition at line 15 of file CheckboxInputTest.php.
|
protected |
Definition at line 23 of file CheckboxInputTest.php.
Referenced by test_handle_invalid_value(), test_implements_factory_interface(), test_render(), test_render_error(), test_render_no_byline(), test_render_required(), and test_render_value().
Here is the caller graph for this function:| CheckboxInputTest::setUp | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 17 of file CheckboxInputTest.php.
| CheckboxInputTest::test_handle_invalid_value | ( | ) |
Definition at line 106 of file CheckboxInputTest.php.
References $f, and buildFactory().
Here is the call graph for this function:| CheckboxInputTest::test_implements_factory_interface | ( | ) |
Definition at line 35 of file CheckboxInputTest.php.
References $f, and buildFactory().
Here is the call graph for this function:| CheckboxInputTest::test_render | ( | ) |
Definition at line 46 of file CheckboxInputTest.php.
References $f, $html, $r, ILIAS_UI_TestBase\assertHTMLEquals(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| CheckboxInputTest::test_render_error | ( | ) |
Definition at line 61 of file CheckboxInputTest.php.
References $f, $html, $r, ILIAS_UI_TestBase\assertHTMLEquals(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| CheckboxInputTest::test_render_no_byline | ( | ) |
Definition at line 78 of file CheckboxInputTest.php.
References $f, $html, $r, ILIAS_UI_TestBase\assertHTMLEquals(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| CheckboxInputTest::test_render_required | ( | ) |
Definition at line 120 of file CheckboxInputTest.php.
References $f, $html, $r, ILIAS_UI_TestBase\assertHTMLEquals(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| CheckboxInputTest::test_render_value | ( | ) |
Definition at line 92 of file CheckboxInputTest.php.
References $f, $html, $r, ILIAS_UI_TestBase\assertHTMLEquals(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function: