ILIAS
release_8 Revision v8.19
|
Test Toggle Button. More...
Public Member Functions | |
getFactory () | |
test_implements_factory_interface () | |
test_construction_action_on_type_wrong () | |
test_construction_action_off_type_wrong () | |
test_setOn_on_default () | |
test_append_OnAction () | |
test_append_OffAction () | |
test_render_with_label () | |
test_render_setOn_on_default () | |
test_render_with_signals () | |
test_append_UnavailAction (Toggle $button) | |
test_render_setOn_on_default More... | |
![]() | |
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... | |
Test Toggle Button.
Definition at line 31 of file ToggleButtonTest.php.
ToggleButtonTest::getFactory | ( | ) |
Definition at line 33 of file ToggleButtonTest.php.
Referenced by test_append_OffAction(), test_append_OnAction(), test_construction_action_off_type_wrong(), test_construction_action_on_type_wrong(), test_implements_factory_interface(), test_render_setOn_on_default(), test_render_with_label(), test_render_with_signals(), and test_setOn_on_default().
ToggleButtonTest::test_append_OffAction | ( | ) |
Definition at line 91 of file ToggleButtonTest.php.
References Vendor\Package\$f, and getFactory().
ToggleButtonTest::test_append_OnAction | ( | ) |
Definition at line 78 of file ToggleButtonTest.php.
References Vendor\Package\$f, and getFactory().
ToggleButtonTest::test_append_UnavailAction | ( | Toggle | $button | ) |
test_render_setOn_on_default
Definition at line 162 of file ToggleButtonTest.php.
References ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS\UI\Component\Button\Button\withUnavailableAction().
ToggleButtonTest::test_construction_action_off_type_wrong | ( | ) |
Definition at line 59 of file ToggleButtonTest.php.
References Vendor\Package\$e, Vendor\Package\$f, and getFactory().
ToggleButtonTest::test_construction_action_on_type_wrong | ( | ) |
Definition at line 48 of file ToggleButtonTest.php.
References Vendor\Package\$e, Vendor\Package\$f, and getFactory().
ToggleButtonTest::test_implements_factory_interface | ( | ) |
Definition at line 38 of file ToggleButtonTest.php.
References Vendor\Package\$f, and getFactory().
ToggleButtonTest::test_render_setOn_on_default | ( | ) |
Definition at line 120 of file ToggleButtonTest.php.
References ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
ToggleButtonTest::test_render_with_label | ( | ) |
Definition at line 103 of file ToggleButtonTest.php.
References ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
ToggleButtonTest::test_render_with_signals | ( | ) |
Definition at line 136 of file ToggleButtonTest.php.
References ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
ToggleButtonTest::test_setOn_on_default | ( | ) |
Definition at line 70 of file ToggleButtonTest.php.
References Vendor\Package\$f, and getFactory().