|
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 InterruptiveTest:
Collaboration diagram for InterruptiveTest:Public Member Functions | |
| test_get_title () | |
| test_get_message () | |
| test_get_form_action () | |
| test_get_affected_items () | |
| test_with_form_action () | |
| test_with_affected_items () | |
| test_simple_rendering () | |
| testLabels () | |
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 | |
| getInterruptiveItem () | |
| getExpectedHTML () | |
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 interruptive modal
Definition at line 31 of file InterruptiveTest.php.
|
protected |
Definition at line 89 of file InterruptiveTest.php.
References ILIAS\Repository\form().
Referenced by test_simple_rendering().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 84 of file InterruptiveTest.php.
Referenced by test_get_affected_items(), and test_with_affected_items().
Here is the caller graph for this function:| InterruptiveTest::test_get_affected_items | ( | ) |
Definition at line 51 of file InterruptiveTest.php.
References getInterruptiveItem(), and ModalBase\getModalFactory().
Here is the call graph for this function:| InterruptiveTest::test_get_form_action | ( | ) |
Definition at line 45 of file InterruptiveTest.php.
References ModalBase\getModalFactory().
Here is the call graph for this function:| InterruptiveTest::test_get_message | ( | ) |
Definition at line 39 of file InterruptiveTest.php.
References ModalBase\getModalFactory().
Here is the call graph for this function:| InterruptiveTest::test_get_title | ( | ) |
Definition at line 33 of file InterruptiveTest.php.
References ModalBase\getModalFactory().
Here is the call graph for this function:| InterruptiveTest::test_simple_rendering | ( | ) |
Definition at line 76 of file InterruptiveTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), getExpectedHTML(), and ModalBase\getModalFactory().
Here is the call graph for this function:| InterruptiveTest::test_with_affected_items | ( | ) |
Definition at line 67 of file InterruptiveTest.php.
References getInterruptiveItem(), and ModalBase\getModalFactory().
Here is the call graph for this function:| InterruptiveTest::test_with_form_action | ( | ) |
Definition at line 59 of file InterruptiveTest.php.
References ModalBase\getModalFactory().
Here is the call graph for this function:| InterruptiveTest::testLabels | ( | ) |
Definition at line 115 of file InterruptiveTest.php.
References ModalBase\getModalFactory().
Here is the call graph for this function: