ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Test on button implementation. More...
Public Member Functions | |
getPanelFactory () | |
getFactory () | |
test_implements_factory_interface () | |
test_standard_get_title () | |
test_standard_get_content () | |
test_sub_with_card () | |
test_report_get_title () | |
test_report_get_content () | |
test_render_standard () | |
test_render_sub () | |
test_render_report () | |
![]() | |
setUp () | |
tearDown () | |
getUIFactory () | |
getTemplateFactory () | |
getResourceRegistry () | |
getLanguage () | |
getJavaScriptBinding () | |
getDefaultRenderer () | |
normalizeHTML ($html) | |
assertHTMLEquals ($expected_html_as_string, $html_as_string) | |
Test on button implementation.
Definition at line 19 of file PanelTest.php.
PanelTest::getFactory | ( | ) |
Definition at line 31 of file PanelTest.php.
Referenced by test_render_report(), test_render_sub(), and test_sub_with_card().
PanelTest::getPanelFactory | ( | ) |
Definition at line 24 of file PanelTest.php.
Referenced by test_implements_factory_interface(), test_render_report(), test_render_standard(), test_render_sub(), test_report_get_content(), test_report_get_title(), test_standard_get_content(), test_standard_get_title(), and test_sub_with_card().
PanelTest::test_implements_factory_interface | ( | ) |
Definition at line 35 of file PanelTest.php.
References getPanelFactory().
PanelTest::test_render_report | ( | ) |
Definition at line 149 of file PanelTest.php.
References $html, $r, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), getFactory(), and getPanelFactory().
PanelTest::test_render_standard | ( | ) |
Definition at line 99 of file PanelTest.php.
References $html, $r, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), and getPanelFactory().
PanelTest::test_render_sub | ( | ) |
Definition at line 125 of file PanelTest.php.
References $html, $r, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), getFactory(), and getPanelFactory().
PanelTest::test_report_get_content | ( | ) |
Definition at line 90 of file PanelTest.php.
References getPanelFactory().
PanelTest::test_report_get_title | ( | ) |
Definition at line 82 of file PanelTest.php.
References getPanelFactory().
PanelTest::test_standard_get_content | ( | ) |
Definition at line 60 of file PanelTest.php.
References getPanelFactory().
PanelTest::test_standard_get_title | ( | ) |
Definition at line 53 of file PanelTest.php.
References getPanelFactory().
PanelTest::test_sub_with_card | ( | ) |
Definition at line 69 of file PanelTest.php.
References getFactory(), and getPanelFactory().