|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for TextareaTest:
Collaboration diagram for TextareaTest:Public Member Functions | |
| setUp () | |
| test_implements_factory_interface () | |
| test_implements_factory_interface_without_byline () | |
| test_with_min_limit () | |
| test_with_max_limit () | |
| test_is_limited () | |
| test_get_min_limit () | |
| test_get_max_limit () | |
| test_renderer () | |
| test_renderer_with_min_limit () | |
| test_renderer_with_max_limit () | |
| test_renderer_with_min_and_max_limit () | |
| test_renderer_counter_with_value () | |
| test_renderer_with_error () | |
| test_renderer_with_disabled () | |
| test_stripsTags () | |
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 TextareaTest.php.
|
protected |
Definition at line 40 of file TextareaTest.php.
Referenced by test_get_max_limit(), test_get_min_limit(), test_implements_factory_interface(), test_implements_factory_interface_without_byline(), test_is_limited(), test_renderer(), test_renderer_counter_with_value(), test_renderer_with_disabled(), test_renderer_with_error(), test_renderer_with_max_limit(), test_renderer_with_min_and_max_limit(), test_renderer_with_min_limit(), test_stripsTags(), test_with_max_limit(), and test_with_min_limit().
Here is the caller graph for this function:| TextareaTest::setUp | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 35 of file TextareaTest.php.
| TextareaTest::test_get_max_limit | ( | ) |
Definition at line 118 of file TextareaTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| TextareaTest::test_get_min_limit | ( | ) |
Definition at line 110 of file TextareaTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| TextareaTest::test_implements_factory_interface | ( | ) |
Definition at line 53 of file TextareaTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| TextareaTest::test_implements_factory_interface_without_byline | ( | ) |
Definition at line 61 of file TextareaTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| TextareaTest::test_is_limited | ( | ) |
Definition at line 89 of file TextareaTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| TextareaTest::test_renderer | ( | ) |
Definition at line 127 of file TextareaTest.php.
References Vendor\Package\$f, $name, ILIAS_UI_TestBase\assertHTMLEquals(), buildFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:| TextareaTest::test_renderer_counter_with_value | ( | ) |
Definition at line 222 of file TextareaTest.php.
References Vendor\Package\$f, $name, ILIAS_UI_TestBase\assertHTMLEquals(), buildFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:| TextareaTest::test_renderer_with_disabled | ( | ) |
Definition at line 269 of file TextareaTest.php.
References Vendor\Package\$f, $name, ILIAS_UI_TestBase\assertHTMLEquals(), buildFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:| TextareaTest::test_renderer_with_error | ( | ) |
Definition at line 244 of file TextareaTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| TextareaTest::test_renderer_with_max_limit | ( | ) |
Definition at line 173 of file TextareaTest.php.
References Vendor\Package\$f, $id, $name, ILIAS_UI_TestBase\assertHTMLEquals(), buildFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:| TextareaTest::test_renderer_with_min_and_max_limit | ( | ) |
Definition at line 197 of file TextareaTest.php.
References Vendor\Package\$f, $id, $name, ILIAS_UI_TestBase\assertHTMLEquals(), buildFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:| TextareaTest::test_renderer_with_min_limit | ( | ) |
Definition at line 148 of file TextareaTest.php.
References Vendor\Package\$f, $id, $name, ILIAS_UI_TestBase\assertHTMLEquals(), buildFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:| TextareaTest::test_stripsTags | ( | ) |
Definition at line 290 of file TextareaTest.php.
References Vendor\Package\$f, $name, and buildFactory().
Here is the call graph for this function:| TextareaTest::test_with_max_limit | ( | ) |
Definition at line 79 of file TextareaTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| TextareaTest::test_with_min_limit | ( | ) |
Definition at line 69 of file TextareaTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:
|
private |
Definition at line 33 of file TextareaTest.php.