|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Test on button implementation. More...
Inheritance diagram for LegacyTest:
Collaboration diagram for LegacyTest:Public Member Functions | |
| getUIFactory () | |
| test_implements_factory_interface () | |
| test_get_content () | |
| test_render_content () | |
| test_create_with_custom_signal () | |
| @doesNotPerformAssertions More... | |
| test_get_existing_custom_signal () | |
| test_get_non_existing_custom_signal () | |
| test_get_list_of_signals () | |
| test_get_list_with_custom_signals_and_code () | |
Public Member Functions inherited from ILIAS_UI_TestBase | |
| setUp () | |
| tearDown () | |
| getUIFactory () | |
| getTemplateFactory () | |
| getResourceRegistry () | |
| getLanguage () | |
| getJavaScriptBinding () | |
| getRefinery () | |
| getImagePathResolver () | |
| getDefaultRenderer (JavaScriptBinding $js_binding=null, $with_stub_renderings=[]) | |
| getDecoratedRenderer (Renderer $default) | |
| normalizeHTML ($html) | |
| assertHTMLEquals ($expected_html_as_string, $html_as_string) | |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS_UI_TestBase | |
| brutallyTrimHTML ($html) | |
| A more radical version of normalizeHTML. More... | |
Test on button implementation.
Definition at line 14 of file LegacyTest.php.
| LegacyTest::getUIFactory | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 16 of file LegacyTest.php.
References $factory, and legacy().
Referenced by test_create_with_custom_signal(), test_get_content(), test_get_existing_custom_signal(), test_get_list_of_signals(), test_get_list_with_custom_signals_and_code(), test_get_non_existing_custom_signal(), test_implements_factory_interface(), and test_render_content().
Here is the call graph for this function:
Here is the caller graph for this function:| LegacyTest::test_create_with_custom_signal | ( | ) |
@doesNotPerformAssertions
Definition at line 60 of file LegacyTest.php.
References Vendor\Package\$f, and getUIFactory().
Here is the call graph for this function:| LegacyTest::test_get_content | ( | ) |
Definition at line 38 of file LegacyTest.php.
References Vendor\Package\$f, and getUIFactory().
Here is the call graph for this function:| LegacyTest::test_get_existing_custom_signal | ( | ) |
Definition at line 68 of file LegacyTest.php.
References Vendor\Package\$f, and getUIFactory().
Here is the call graph for this function:| LegacyTest::test_get_list_of_signals | ( | ) |
Definition at line 88 of file LegacyTest.php.
References Vendor\Package\$f, and getUIFactory().
Here is the call graph for this function:| LegacyTest::test_get_list_with_custom_signals_and_code | ( | ) |
Definition at line 100 of file LegacyTest.php.
References Vendor\Package\$f, and getUIFactory().
Here is the call graph for this function:| LegacyTest::test_get_non_existing_custom_signal | ( | ) |
Definition at line 77 of file LegacyTest.php.
References Vendor\Package\$f, and getUIFactory().
Here is the call graph for this function:| LegacyTest::test_implements_factory_interface | ( | ) |
Definition at line 27 of file LegacyTest.php.
References Vendor\Package\$f, and getUIFactory().
Here is the call graph for this function:| LegacyTest::test_render_content | ( | ) |
Definition at line 47 of file LegacyTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\getDefaultRenderer(), and getUIFactory().
Here is the call graph for this function: