|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for UrlInputTest:
Collaboration diagram for UrlInputTest:Public Member Functions | |
| setUp () | |
| test_implements_factory_interface () | |
| test_rendering () | |
| test_render_error () | |
| test_render_no_byline () | |
| test_render_value () | |
| test_render_required () | |
| test_render_disabled () | |
Public Member Functions inherited from ILIAS_UI_TestBase | |
| setUp () | |
| tearDown () | |
| getUIFactory () | |
| getTemplateFactory () | |
| getResourceRegistry () | |
| getLanguage () | |
| getJavaScriptBinding () | |
| getRefinery () | |
| getImagePathResolver () | |
| getDataFactory () | |
| getDefaultRenderer (JavaScriptBinding $js_binding=null, array $with_stub_renderings=[]) | |
| getDecoratedRenderer (Renderer $default) | |
| normalizeHTML (string $html) | |
| assertHTMLEquals (string $expected_html_as_string, string $html_as_string) | |
Protected Member Functions | |
| buildFactory () | |
Protected Member Functions inherited from ILIAS_UI_TestBase | |
| brutallyTrimHTML (string $html) | |
| A more radical version of normalizeHTML. More... | |
| brutallyTrimSignals (string $html) | |
| A naive replacement of all il_signal-ids with dots to ease comparisons of rendered output. More... | |
Private Attributes | |
| DefNamesource | $name_source |
Definition at line 31 of file UrlInputTest.php.
|
protected |
Definition at line 40 of file UrlInputTest.php.
Referenced by test_implements_factory_interface(), test_render_disabled(), test_render_error(), test_render_no_byline(), test_render_required(), test_render_value(), and test_rendering().
Here is the caller graph for this function:| UrlInputTest::setUp | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 35 of file UrlInputTest.php.
| UrlInputTest::test_implements_factory_interface | ( | ) |
Definition at line 53 of file UrlInputTest.php.
References $factory, $url, and buildFactory().
Here is the call graph for this function:| UrlInputTest::test_render_disabled | ( | ) |
Definition at line 183 of file UrlInputTest.php.
References $factory, $id, $name, $url, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:| UrlInputTest::test_render_error | ( | ) |
Definition at line 86 of file UrlInputTest.php.
References $factory, $id, $name, $url, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:| UrlInputTest::test_render_no_byline | ( | ) |
Definition at line 114 of file UrlInputTest.php.
References $factory, $id, $name, $url, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:| UrlInputTest::test_render_required | ( | ) |
Definition at line 160 of file UrlInputTest.php.
References $factory, $id, $name, $url, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:| UrlInputTest::test_render_value | ( | ) |
Definition at line 136 of file UrlInputTest.php.
References $factory, $id, $name, $url, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:| UrlInputTest::test_rendering | ( | ) |
Definition at line 62 of file UrlInputTest.php.
References $factory, $id, $name, $url, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:
|
private |
Definition at line 33 of file UrlInputTest.php.