|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for LightboxTest:
Collaboration diagram for LightboxTest:Public Member Functions | |
| test_get_single_page () | |
| test_get_multiple_page () | |
| test_simple_image_page_rendering () | |
| test_simple_text_page_rendering () | |
| test_different_page_type_rendering () | |
Public Member Functions inherited from ModalBase | |
| getUIFactory () | |
| normalizeHTML (string $html) | |
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 | |
| getLightboxPage () | |
| getExpectedTextPageHTML () | |
| getExpectedImagePageHTML () | |
| getExpectedMixedPagesHTML () | |
Protected Member Functions inherited from ModalBase | |
| getModalFactory () | |
| getButtonFactory () | |
| getDummyComponent () | |
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... | |
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 lightbox modal
Definition at line 31 of file LightboxTest.php.
|
protected |
Definition at line 146 of file LightboxTest.php.
Referenced by test_simple_image_page_rendering().
Here is the caller graph for this function:
|
protected |
Definition at line 219 of file LightboxTest.php.
Referenced by test_different_page_type_rendering().
Here is the caller graph for this function:
|
protected |
Definition at line 84 of file LightboxTest.php.
Referenced by test_simple_text_page_rendering().
Here is the caller graph for this function:
|
protected |
Definition at line 79 of file LightboxTest.php.
Referenced by test_get_multiple_page(), and test_get_single_page().
Here is the caller graph for this function:| LightboxTest::test_different_page_type_rendering | ( | ) |
Definition at line 64 of file LightboxTest.php.
References ILIAS_UI_TestBase\getDefaultRenderer(), getExpectedMixedPagesHTML(), ModalBase\getModalFactory(), and ModalBase\normalizeHTML().
Here is the call graph for this function:| LightboxTest::test_get_multiple_page | ( | ) |
Definition at line 40 of file LightboxTest.php.
References getLightboxPage(), and ModalBase\getModalFactory().
Here is the call graph for this function:| LightboxTest::test_get_single_page | ( | ) |
Definition at line 33 of file LightboxTest.php.
References getLightboxPage(), and ModalBase\getModalFactory().
Here is the call graph for this function:| LightboxTest::test_simple_image_page_rendering | ( | ) |
Definition at line 47 of file LightboxTest.php.
References ILIAS_UI_TestBase\getDefaultRenderer(), getExpectedImagePageHTML(), ModalBase\getModalFactory(), and ModalBase\normalizeHTML().
Here is the call graph for this function:| LightboxTest::test_simple_text_page_rendering | ( | ) |
Definition at line 56 of file LightboxTest.php.
References ILIAS_UI_TestBase\getDefaultRenderer(), getExpectedTextPageHTML(), ModalBase\getModalFactory(), and ModalBase\normalizeHTML().
Here is the call graph for this function: