|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for PasswordInputTest:
Collaboration diagram for PasswordInputTest:Public Member Functions | |
| setUp () | |
| test_implements_factory_interface () | |
| test_render () | |
| test_render_error () | |
| test_render_no_byline () | |
| test_render_value () | |
| test_render_required () | |
| test_render_disabled () | |
| test_value_required () | |
| test_value_type () | |
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... | |
Protected Attributes | |
| DefNamesource | $name_source |
Definition at line 60 of file PasswordInputTest.php.
|
protected |
Definition at line 69 of file PasswordInputTest.php.
Referenced by test_implements_factory_interface(), test_render(), test_render_disabled(), test_render_error(), test_render_no_byline(), test_render_required(), test_render_value(), test_value_required(), and test_value_type().
Here is the caller graph for this function:| PasswordInputTest::setUp | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 64 of file PasswordInputTest.php.
| PasswordInputTest::test_implements_factory_interface | ( | ) |
Definition at line 82 of file PasswordInputTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| PasswordInputTest::test_render | ( | ) |
Definition at line 90 of file PasswordInputTest.php.
References Vendor\Package\$f, $name, ILIAS_UI_TestBase\assertHTMLEquals(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| PasswordInputTest::test_render_disabled | ( | ) |
Definition at line 198 of file PasswordInputTest.php.
References Vendor\Package\$f, $name, ILIAS_UI_TestBase\assertHTMLEquals(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| PasswordInputTest::test_render_error | ( | ) |
Definition at line 112 of file PasswordInputTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| PasswordInputTest::test_render_no_byline | ( | ) |
Definition at line 135 of file PasswordInputTest.php.
References Vendor\Package\$f, $name, ILIAS_UI_TestBase\assertHTMLEquals(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| PasswordInputTest::test_render_required | ( | ) |
Definition at line 176 of file PasswordInputTest.php.
References Vendor\Package\$f, $name, ILIAS_UI_TestBase\assertHTMLEquals(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| PasswordInputTest::test_render_value | ( | ) |
Definition at line 155 of file PasswordInputTest.php.
References Vendor\Package\$f, $name, ILIAS_UI_TestBase\assertHTMLEquals(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| PasswordInputTest::test_value_required | ( | ) |
Definition at line 220 of file PasswordInputTest.php.
References Vendor\Package\$f, $name, and buildFactory().
Here is the call graph for this function:| PasswordInputTest::test_value_type | ( | ) |
Definition at line 236 of file PasswordInputTest.php.
References Vendor\Package\$f, $post, and buildFactory().
Here is the call graph for this function:
|
protected |
Definition at line 62 of file PasswordInputTest.php.