ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Tests on implementation for the interruptive modal. More...
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 () | |
Public Member Functions inherited from ModalBase | |
getUIFactory () | |
normalizeHTML ($html) | |
Public Member Functions inherited from ILIAS_UI_TestBase | |
setUp () | |
tearDown () | |
getUIFactory () | |
getTemplateFactory () | |
getResourceRegistry () | |
getLanguage () | |
getJavaScriptBinding () | |
getDefaultRenderer (JavaScriptBinding $js_binding=null) | |
normalizeHTML ($html) | |
assertHTMLEquals ($expected_html_as_string, $html_as_string) | |
Protected Member Functions | |
getInterruptiveItem () | |
getExpectedHTML () | |
Protected Member Functions inherited from ModalBase | |
getModalFactory () | |
getButtonFactory () | |
getDummyComponent () | |
Tests on implementation for the interruptive modal.
Definition at line 13 of file InterruptiveTest.php.
|
protected |
Definition at line 71 of file InterruptiveTest.php.
Referenced by test_simple_rendering().
|
protected |
Definition at line 66 of file InterruptiveTest.php.
Referenced by test_get_affected_items(), and test_with_affected_items().
InterruptiveTest::test_get_affected_items | ( | ) |
Definition at line 33 of file InterruptiveTest.php.
References getInterruptiveItem(), and ModalBase\getModalFactory().
InterruptiveTest::test_get_form_action | ( | ) |
Definition at line 27 of file InterruptiveTest.php.
References ModalBase\getModalFactory().
InterruptiveTest::test_get_message | ( | ) |
Definition at line 21 of file InterruptiveTest.php.
References ModalBase\getModalFactory().
InterruptiveTest::test_get_title | ( | ) |
Definition at line 15 of file InterruptiveTest.php.
References ModalBase\getModalFactory().
InterruptiveTest::test_simple_rendering | ( | ) |
Definition at line 58 of file InterruptiveTest.php.
References ILIAS_UI_TestBase\getDefaultRenderer(), getExpectedHTML(), ModalBase\getModalFactory(), and ModalBase\normalizeHTML().
InterruptiveTest::test_with_affected_items | ( | ) |
Definition at line 49 of file InterruptiveTest.php.
References getInterruptiveItem(), and ModalBase\getModalFactory().
InterruptiveTest::test_with_form_action | ( | ) |
Definition at line 41 of file InterruptiveTest.php.
References ModalBase\getModalFactory().