ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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_stripsTags () | |
![]() | |
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 () | |
Private Attributes | |
$name_source | |
Definition at line 15 of file TextareaTest.php.
|
protected |
Definition at line 29 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_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().
TextareaTest::setUp | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 23 of file TextareaTest.php.
TextareaTest::test_get_max_limit | ( | ) |
Definition at line 112 of file TextareaTest.php.
References $f, and buildFactory().
TextareaTest::test_get_min_limit | ( | ) |
Definition at line 103 of file TextareaTest.php.
References $f, and buildFactory().
TextareaTest::test_implements_factory_interface | ( | ) |
Definition at line 41 of file TextareaTest.php.
References $f, and buildFactory().
TextareaTest::test_implements_factory_interface_without_byline | ( | ) |
Definition at line 50 of file TextareaTest.php.
References $f, and buildFactory().
TextareaTest::test_is_limited | ( | ) |
Definition at line 81 of file TextareaTest.php.
References $f, and buildFactory().
TextareaTest::test_renderer | ( | ) |
Definition at line 122 of file TextareaTest.php.
References $f, $html, $name, $r, ILIAS_UI_TestBase\assertHTMLEquals(), buildFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
TextareaTest::test_renderer_counter_with_value | ( | ) |
Definition at line 218 of file TextareaTest.php.
References $f, $html, $name, $r, ILIAS_UI_TestBase\assertHTMLEquals(), buildFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
TextareaTest::test_renderer_with_error | ( | ) |
Definition at line 241 of file TextareaTest.php.
References $f, $html, $name, $r, buildFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
TextareaTest::test_renderer_with_max_limit | ( | ) |
Definition at line 169 of file TextareaTest.php.
References $f, $html, $id, $name, $r, ILIAS_UI_TestBase\assertHTMLEquals(), buildFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
TextareaTest::test_renderer_with_min_and_max_limit | ( | ) |
Definition at line 193 of file TextareaTest.php.
References $f, $html, $id, $name, $r, ILIAS_UI_TestBase\assertHTMLEquals(), buildFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
TextareaTest::test_renderer_with_min_limit | ( | ) |
Definition at line 144 of file TextareaTest.php.
References $f, $html, $id, $name, $r, ILIAS_UI_TestBase\assertHTMLEquals(), buildFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
TextareaTest::test_stripsTags | ( | ) |
Definition at line 268 of file TextareaTest.php.
References $f, $name, $text, and buildFactory().
TextareaTest::test_with_max_limit | ( | ) |
Definition at line 70 of file TextareaTest.php.
References $f, and buildFactory().
TextareaTest::test_with_min_limit | ( | ) |
Definition at line 59 of file TextareaTest.php.
References $f, and buildFactory().
|
private |
Definition at line 21 of file TextareaTest.php.