ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
getUIFactory () | |
test_implements_factory_interface () | |
test_get_content () | |
test_render_content () | |
test_create_with_custom_signal () | |
test_get_existing_custom_signal () | |
test_get_non_existing_custom_signal () | |
test_get_list_of_signals () | |
test_get_list_with_custom_signals_and_code () | |
![]() | |
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) | |
Additional Inherited Members | |
![]() | |
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... | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Test on button implementation.
Definition at line 30 of file LegacyTest.php.
LegacyTest::getUIFactory | ( | ) |
Definition at line 32 of file LegacyTest.php.
References ILIAS\UI\examples\MainControls\Slate\Legacy\legacy().
Referenced by test_create_with_custom_signal(), test_get_content(), test_get_existing_custom_signal(), test_get_list_of_signals(), test_get_list_with_custom_signals_and_code(), test_get_non_existing_custom_signal(), test_implements_factory_interface(), and test_render_content().
LegacyTest::test_create_with_custom_signal | ( | ) |
Definition at line 75 of file LegacyTest.php.
References Vendor\Package\$f, and getUIFactory().
LegacyTest::test_get_content | ( | ) |
Definition at line 53 of file LegacyTest.php.
References Vendor\Package\$f, and getUIFactory().
LegacyTest::test_get_existing_custom_signal | ( | ) |
Definition at line 83 of file LegacyTest.php.
References Vendor\Package\$f, and getUIFactory().
LegacyTest::test_get_list_of_signals | ( | ) |
Definition at line 103 of file LegacyTest.php.
References Vendor\Package\$f, and getUIFactory().
LegacyTest::test_get_list_with_custom_signals_and_code | ( | ) |
Definition at line 115 of file LegacyTest.php.
References Vendor\Package\$f, and getUIFactory().
LegacyTest::test_get_non_existing_custom_signal | ( | ) |
Definition at line 92 of file LegacyTest.php.
References Vendor\Package\$f, and getUIFactory().
LegacyTest::test_implements_factory_interface | ( | ) |
Definition at line 42 of file LegacyTest.php.
References Vendor\Package\$f, and getUIFactory().
LegacyTest::test_render_content | ( | ) |
Definition at line 62 of file LegacyTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\getDefaultRenderer(), and getUIFactory().