ILIAS
release_8 Revision v8.23
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
test_get_title () | |
test_get_content () | |
test_get_action_buttons () | |
test_with_action_buttons () | |
test_simple_rendering () | |
![]() | |
getUIFactory () | |
normalizeHTML (string $html) | |
![]() | |
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 | |
getExpectedHTML () | |
![]() | |
getModalFactory () | |
getButtonFactory () | |
getDummyComponent () | |
![]() | |
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 Tests on implementation for the roundtrip modal
Definition at line 28 of file RoundTripTest.php.
|
protected |
Definition at line 82 of file RoundTripTest.php.
Referenced by test_simple_rendering().
RoundTripTest::test_get_action_buttons | ( | ) |
Definition at line 46 of file RoundTripTest.php.
References ModalBase\getButtonFactory(), ModalBase\getDummyComponent(), and ModalBase\getModalFactory().
RoundTripTest::test_get_content | ( | ) |
Definition at line 36 of file RoundTripTest.php.
References ModalBase\getDummyComponent(), and ModalBase\getModalFactory().
RoundTripTest::test_get_title | ( | ) |
Definition at line 30 of file RoundTripTest.php.
References ModalBase\getDummyComponent(), and ModalBase\getModalFactory().
RoundTripTest::test_simple_rendering | ( | ) |
Definition at line 70 of file RoundTripTest.php.
References ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\brutallyTrimHTML(), ModalBase\getButtonFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), getExpectedHTML(), ModalBase\getModalFactory(), ModalBase\getUIFactory(), ILIAS\UI\examples\MainControls\Slate\Legacy\legacy(), and ILIAS\UI\examples\MainControls\Slate\Notification\standard().
RoundTripTest::test_with_action_buttons | ( | ) |
Definition at line 57 of file RoundTripTest.php.
References ModalBase\getButtonFactory(), ModalBase\getDummyComponent(), and ModalBase\getModalFactory().