ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Test on button implementation. More...
Public Member Functions | |
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 () | |
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) | |
Test on button implementation.
Definition at line 26 of file PanelTest.php.
PanelTest::getPanelFactory | ( | ) |
PanelTest::test_implements_factory_interface | ( | ) |
PanelTest::test_render_report | ( | ) |
Definition at line 214 of file PanelTest.php.
PanelTest::test_render_standard | ( | ) |
Definition at line 139 of file PanelTest.php.
References $f, $html, $r, and data.
PanelTest::test_render_sub | ( | ) |
Definition at line 170 of file PanelTest.php.
References $html, $r, and data.
PanelTest::test_report_get_content | ( | ) |
PanelTest::test_report_get_title | ( | ) |
PanelTest::test_standard_get_content | ( | ) |
Definition at line 66 of file PanelTest.php.
PanelTest::test_standard_get_title | ( | ) |
PanelTest::test_standard_with_actions | ( | ) |
Definition at line 75 of file PanelTest.php.
PanelTest::test_sub_with_actions | ( | ) |
Definition at line 91 of file PanelTest.php.
PanelTest::test_sub_with_card | ( | ) |
Definition at line 107 of file PanelTest.php.