ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Test secondary listing panels. More...
Public Member Functions | |
getUIFactory () | |
test_implements_factory_interface () | |
test_get_title () | |
test_get_item_groups () | |
test_with_actions () | |
test_render_with_actions () | |
test_render_with_sortation () | |
test_render_with_pagination () | |
test_render_with_section () | |
test_render_with_footer () | |
test_render_with_no_header_but_content () | |
test_render_with_no_header_no_content_no_footer () | |
![]() | |
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) | |
Protected Member Functions | |
cleanHTML ($html) | |
![]() | |
brutallyTrimHTML ($html) | |
A more radical version of normalizeHTML. More... | |
Test secondary listing panels.
Definition at line 15 of file PanelSecondaryListingTest.php.
|
protected |
Definition at line 48 of file PanelSecondaryListingTest.php.
Referenced by test_render_with_actions(), test_render_with_footer(), test_render_with_no_header_but_content(), test_render_with_pagination(), test_render_with_section(), and test_render_with_sortation().
PanelSecondaryListingTest::getUIFactory | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 17 of file PanelSecondaryListingTest.php.
References $factory.
Referenced by test_get_item_groups(), test_get_title(), test_implements_factory_interface(), test_render_with_actions(), test_render_with_footer(), test_render_with_no_header_but_content(), test_render_with_no_header_no_content_no_footer(), test_render_with_pagination(), test_render_with_section(), test_render_with_sortation(), and test_with_actions().
PanelSecondaryListingTest::test_get_item_groups | ( | ) |
Definition at line 88 of file PanelSecondaryListingTest.php.
References Vendor\Package\$c, and getUIFactory().
PanelSecondaryListingTest::test_get_title | ( | ) |
Definition at line 71 of file PanelSecondaryListingTest.php.
References Vendor\Package\$c, and getUIFactory().
PanelSecondaryListingTest::test_implements_factory_interface | ( | ) |
Definition at line 55 of file PanelSecondaryListingTest.php.
References getUIFactory().
PanelSecondaryListingTest::test_render_with_actions | ( | ) |
Definition at line 122 of file PanelSecondaryListingTest.php.
References ILIAS_UI_TestBase\assertHTMLEquals(), cleanHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and getUIFactory().
PanelSecondaryListingTest::test_render_with_footer | ( | ) |
Definition at line 274 of file PanelSecondaryListingTest.php.
References ILIAS_UI_TestBase\assertHTMLEquals(), cleanHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and getUIFactory().
PanelSecondaryListingTest::test_render_with_no_header_but_content | ( | ) |
Definition at line 294 of file PanelSecondaryListingTest.php.
References ILIAS_UI_TestBase\assertHTMLEquals(), cleanHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and getUIFactory().
PanelSecondaryListingTest::test_render_with_no_header_no_content_no_footer | ( | ) |
Definition at line 333 of file PanelSecondaryListingTest.php.
References ILIAS_UI_TestBase\getDefaultRenderer(), and getUIFactory().
PanelSecondaryListingTest::test_render_with_pagination | ( | ) |
Definition at line 192 of file PanelSecondaryListingTest.php.
References ILIAS_UI_TestBase\assertHTMLEquals(), cleanHTML(), disabled(), ILIAS_UI_TestBase\getDefaultRenderer(), and getUIFactory().
PanelSecondaryListingTest::test_render_with_section | ( | ) |
Definition at line 237 of file PanelSecondaryListingTest.php.
References $section, ILIAS_UI_TestBase\assertHTMLEquals(), cleanHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and getUIFactory().
PanelSecondaryListingTest::test_render_with_sortation | ( | ) |
Definition at line 154 of file PanelSecondaryListingTest.php.
References ILIAS_UI_TestBase\assertHTMLEquals(), cleanHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and getUIFactory().
PanelSecondaryListingTest::test_with_actions | ( | ) |
Definition at line 105 of file PanelSecondaryListingTest.php.
References Vendor\Package\$c, and getUIFactory().