ILIAS
release_8 Revision v8.23
|
Public Member Functions | |
getViewControlFactory () | |
test_implements_factory_interface () | |
test_viewcontrol_section_get_previous_actions () | |
test_viewcontrol_section_get_next_actions () | |
test_render_viewcontrol_section () | |
test_viewcontrol_with_active () | |
test_viewcontrol_get_actions () | |
test_render_viewcontrol_mode () | |
getUIFactory () | |
![]() | |
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) | |
Data Fields | |
array | Github |
Protected Member Functions | |
getSectionExpectedHTML () | |
![]() | |
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... | |
Protected Attributes | |
array | $actions |
string | $aria_label = "Mode View Controler" |
string | $role = "group" |
string | $active = "Github" |
Definition at line 28 of file ViewControlTest.php.
|
protected |
Definition at line 172 of file ViewControlTest.php.
Referenced by test_render_viewcontrol_section().
ViewControlTest::getUIFactory | ( | ) |
Definition at line 158 of file ViewControlTest.php.
ViewControlTest::getViewControlFactory | ( | ) |
Definition at line 39 of file ViewControlTest.php.
Referenced by test_implements_factory_interface(), test_render_viewcontrol_mode(), test_render_viewcontrol_section(), test_viewcontrol_get_actions(), test_viewcontrol_section_get_next_actions(), test_viewcontrol_section_get_previous_actions(), and test_viewcontrol_with_active().
ViewControlTest::test_implements_factory_interface | ( | ) |
Definition at line 44 of file ViewControlTest.php.
References getViewControlFactory().
ViewControlTest::test_render_viewcontrol_mode | ( | ) |
Definition at line 128 of file ViewControlTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), getViewControlFactory(), and ILIAS_UI_TestBase\normalizeHTML().
ViewControlTest::test_render_viewcontrol_section | ( | ) |
Definition at line 87 of file ViewControlTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), getSectionExpectedHTML(), and getViewControlFactory().
ViewControlTest::test_viewcontrol_get_actions | ( | ) |
Definition at line 121 of file ViewControlTest.php.
References Vendor\Package\$f, and getViewControlFactory().
ViewControlTest::test_viewcontrol_section_get_next_actions | ( | ) |
Definition at line 74 of file ViewControlTest.php.
References getViewControlFactory().
ViewControlTest::test_viewcontrol_section_get_previous_actions | ( | ) |
Definition at line 61 of file ViewControlTest.php.
References getViewControlFactory().
ViewControlTest::test_viewcontrol_with_active | ( | ) |
Definition at line 113 of file ViewControlTest.php.
References Vendor\Package\$f, and getViewControlFactory().
|
protected |
Definition at line 30 of file ViewControlTest.php.
|
protected |
Definition at line 37 of file ViewControlTest.php.
|
protected |
Definition at line 35 of file ViewControlTest.php.
|
protected |
Definition at line 36 of file ViewControlTest.php.
array ViewControlTest::Github |
Definition at line 32 of file ViewControlTest.php.