ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Test on button implementation. More...
Public Member Functions | |
getUIFactory () | |
getPanelFactory () | |
test_implements_factory_interface () | |
test_standard_get_title () | |
test_standard_get_content () | |
test_standard_with_actions () | |
test_sub_with_actions () | |
test_sub_with_card () | |
test_report_get_title () | |
test_report_get_content () | |
test_render_standard () | |
test_render_sub () | |
test_render_report () | |
test_with_view_controls () | |
test_render_with_sortation () | |
test_render_with_pagination () | |
![]() | |
setUp () | |
tearDown () | |
getUIFactory () | |
getTemplateFactory () | |
getResourceRegistry () | |
getLanguage () | |
getJavaScriptBinding () | |
getRefinery () | |
getDefaultRenderer (JavaScriptBinding $js_binding=null) | |
getDecoratedRenderer (Renderer $default) | |
normalizeHTML ($html) | |
assertHTMLEquals ($expected_html_as_string, $html_as_string) | |
Additional Inherited Members | |
![]() | |
brutallyTrimHTML ($html) | |
A more radical version of normalizeHTML. More... | |
Test on button implementation.
Definition at line 27 of file PanelTest.php.
PanelTest::getPanelFactory | ( | ) |
Definition at line 63 of file PanelTest.php.
Referenced by test_implements_factory_interface(), test_render_report(), test_render_standard(), test_render_sub(), test_render_with_pagination(), test_render_with_sortation(), test_report_get_content(), test_report_get_title(), test_standard_get_content(), test_standard_get_title(), test_standard_with_actions(), test_sub_with_actions(), test_sub_with_card(), and test_with_view_controls().
PanelTest::getUIFactory | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 29 of file PanelTest.php.
References $factory.
Referenced by test_render_with_pagination(), test_render_with_sortation(), and test_with_view_controls().
PanelTest::test_implements_factory_interface | ( | ) |
Definition at line 70 of file PanelTest.php.
References Vendor\Package\$f, and getPanelFactory().
PanelTest::test_render_report | ( | ) |
Definition at line 244 of file PanelTest.php.
References ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), and getPanelFactory().
PanelTest::test_render_standard | ( | ) |
Definition at line 168 of file PanelTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), and getPanelFactory().
PanelTest::test_render_sub | ( | ) |
Definition at line 199 of file PanelTest.php.
References ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), and getPanelFactory().
PanelTest::test_render_with_pagination | ( | ) |
Definition at line 339 of file PanelTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\assertHTMLEquals(), disabled(), ILIAS_UI_TestBase\getDefaultRenderer(), getPanelFactory(), and getUIFactory().
PanelTest::test_render_with_sortation | ( | ) |
Definition at line 300 of file PanelTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), getPanelFactory(), and getUIFactory().
PanelTest::test_report_get_content | ( | ) |
Definition at line 160 of file PanelTest.php.
References Vendor\Package\$f, and getPanelFactory().
PanelTest::test_report_get_title | ( | ) |
Definition at line 151 of file PanelTest.php.
References Vendor\Package\$f, and getPanelFactory().
PanelTest::test_standard_get_content | ( | ) |
Definition at line 97 of file PanelTest.php.
References Vendor\Package\$c, Vendor\Package\$f, and getPanelFactory().
PanelTest::test_standard_get_title | ( | ) |
Definition at line 89 of file PanelTest.php.
References Vendor\Package\$f, and getPanelFactory().
PanelTest::test_standard_with_actions | ( | ) |
Definition at line 106 of file PanelTest.php.
References getPanelFactory().
PanelTest::test_sub_with_actions | ( | ) |
Definition at line 122 of file PanelTest.php.
References getPanelFactory().
PanelTest::test_sub_with_card | ( | ) |
Definition at line 138 of file PanelTest.php.
References getPanelFactory().
PanelTest::test_with_view_controls | ( | ) |
Definition at line 285 of file PanelTest.php.
References Vendor\Package\$f, getPanelFactory(), and getUIFactory().