|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Test on card implementation. More...
Inheritance diagram for CardTest:
Collaboration diagram for CardTest:Public Member Functions | |
| getFactory () | |
| test_implements_factory_interface () | |
| test_get_title () | |
| test_with_title () | |
| test_with_string_title_action () | |
| test_with_signal_title_action () | |
| test_with_highlight () | |
| test_get_image () | |
| test_with_image () | |
| test_with_section () | |
| test_render_content_full () | |
| test_render_content_with_highlight () | |
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) | |
Private Member Functions | |
| getCardFactory () | |
| getBaseCard () | |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS_UI_TestBase | |
| brutallyTrimHTML ($html) | |
| A more radical version of normalizeHTML. More... | |
Test on card implementation.
Definition at line 14 of file CardTest.php.
|
private |
Definition at line 36 of file CardTest.php.
References getCardFactory().
Referenced by test_get_image(), test_get_title(), test_implements_factory_interface(), test_render_content_full(), test_render_content_with_highlight(), test_with_highlight(), test_with_image(), test_with_section(), test_with_signal_title_action(), test_with_string_title_action(), and test_with_title().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 31 of file CardTest.php.
Referenced by getBaseCard().
Here is the caller graph for this function:| CardTest::getFactory | ( | ) |
Definition at line 19 of file CardTest.php.
References Vendor\Package\$f, $factory, and legacy().
Referenced by test_render_content_full(), and test_with_section().
Here is the call graph for this function:
Here is the caller graph for this function:| CardTest::test_get_image | ( | ) |
Definition at line 86 of file CardTest.php.
References getBaseCard().
Here is the call graph for this function:| CardTest::test_get_title | ( | ) |
Definition at line 49 of file CardTest.php.
References $c, and getBaseCard().
Here is the call graph for this function:| CardTest::test_implements_factory_interface | ( | ) |
Definition at line 44 of file CardTest.php.
References getBaseCard().
Here is the call graph for this function:| CardTest::test_render_content_full | ( | ) |
Definition at line 113 of file CardTest.php.
References $c, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\brutallyTrimHTML(), getBaseCard(), ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
Here is the call graph for this function:| CardTest::test_render_content_with_highlight | ( | ) |
Definition at line 134 of file CardTest.php.
References $c, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\brutallyTrimHTML(), getBaseCard(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| CardTest::test_with_highlight | ( | ) |
Definition at line 79 of file CardTest.php.
References $c, and getBaseCard().
Here is the call graph for this function:| CardTest::test_with_image | ( | ) |
Definition at line 94 of file CardTest.php.
References $c, and getBaseCard().
Here is the call graph for this function:| CardTest::test_with_section | ( | ) |
Definition at line 103 of file CardTest.php.
References $c, Vendor\Package\$f, getBaseCard(), and getFactory().
Here is the call graph for this function:| CardTest::test_with_signal_title_action | ( | ) |
Definition at line 71 of file CardTest.php.
References $c, and getBaseCard().
Here is the call graph for this function:| CardTest::test_with_string_title_action | ( | ) |
Definition at line 64 of file CardTest.php.
References $c, and getBaseCard().
Here is the call graph for this function:| CardTest::test_with_title | ( | ) |
Definition at line 56 of file CardTest.php.
References $c, and getBaseCard().
Here is the call graph for this function: