|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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_title_action () | |
| test_with_highlight () | |
| test_get_image () | |
| test_with_image () | |
| test_with_section () | |
| test_with_image_action () | |
| test_render_content_full () | |
| test_render_content_with_highlight () | |
Public Member Functions inherited from ILIAS_UI_TestBase | |
| setUp () | |
| tearDown () | |
| getUIFactory () | |
| getTemplateFactory () | |
| getResourceRegistry () | |
| getLanguage () | |
| getJavaScriptBinding () | |
| getDefaultRenderer (JavaScriptBinding $js_binding=null) | |
| normalizeHTML ($html) | |
| assertHTMLEquals ($expected_html_as_string, $html_as_string) | |
Private Member Functions | |
| getCardFactory () | |
| getBaseCard () | |
Test on card implementation.
Definition at line 14 of file CardTest.php.
|
private |
Definition at line 51 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_image_action(), test_with_section(), test_with_title(), and test_with_title_action().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 46 of file CardTest.php.
Referenced by getBaseCard().
Here is the caller graph for this function:| CardTest::getFactory | ( | ) |
Definition at line 20 of file CardTest.php.
Referenced by test_with_section().
Here is the caller graph for this function:| CardTest::test_get_image | ( | ) |
Definition at line 93 of file CardTest.php.
References getBaseCard().
Here is the call graph for this function:| CardTest::test_get_title | ( | ) |
Definition at line 64 of file CardTest.php.
References $c, and getBaseCard().
Here is the call graph for this function:| CardTest::test_implements_factory_interface | ( | ) |
Definition at line 59 of file CardTest.php.
References getBaseCard().
Here is the call graph for this function:| CardTest::test_render_content_full | ( | ) |
Definition at line 129 of file CardTest.php.
References $c, $html, $r, ILIAS_UI_TestBase\assertHTMLEquals(), getBaseCard(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| CardTest::test_render_content_with_highlight | ( | ) |
Definition at line 154 of file CardTest.php.
References $c, $html, $r, ILIAS_UI_TestBase\assertHTMLEquals(), getBaseCard(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| CardTest::test_with_highlight | ( | ) |
Definition at line 86 of file CardTest.php.
References $c, and getBaseCard().
Here is the call graph for this function:| CardTest::test_with_image | ( | ) |
Definition at line 101 of file CardTest.php.
References $c, and getBaseCard().
Here is the call graph for this function:| CardTest::test_with_image_action | ( | ) |
Definition at line 120 of file CardTest.php.
References $action, $c, and getBaseCard().
Here is the call graph for this function:| CardTest::test_with_section | ( | ) |
Definition at line 110 of file CardTest.php.
References $c, $f, getBaseCard(), and getFactory().
Here is the call graph for this function:| CardTest::test_with_title | ( | ) |
Definition at line 71 of file CardTest.php.
References $c, and getBaseCard().
Here is the call graph for this function:| CardTest::test_with_title_action | ( | ) |
Definition at line 79 of file CardTest.php.
References $c, and getBaseCard().
Here is the call graph for this function: