|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Test on deck implementation. More...
Inheritance diagram for DeckTest:
Collaboration diagram for DeckTest:Public Member Functions | |
| getFactory () | |
| test_implements_factory_interface () | |
| test_get_cards () | |
| test_with_cards () | |
| test_get_size () | |
| test_with_size () | |
| test_render_content () | |
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) | |
Test on deck implementation.
Definition at line 13 of file DeckTest.php.
| DeckTest::getFactory | ( | ) |
Definition at line 19 of file DeckTest.php.
Referenced by test_get_cards(), test_get_size(), test_implements_factory_interface(), test_render_content(), test_with_cards(), and test_with_size().
Here is the caller graph for this function:| DeckTest::test_get_cards | ( | ) |
Definition at line 33 of file DeckTest.php.
References $d, and getFactory().
Here is the call graph for this function:| DeckTest::test_get_size | ( | ) |
Definition at line 52 of file DeckTest.php.
References $d, and getFactory().
Here is the call graph for this function:| DeckTest::test_implements_factory_interface | ( | ) |
Definition at line 24 of file DeckTest.php.
References getFactory().
Here is the call graph for this function:| DeckTest::test_render_content | ( | ) |
Definition at line 88 of file DeckTest.php.
References $d, $html, $r, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
Here is the call graph for this function:| DeckTest::test_with_cards | ( | ) |
Definition at line 42 of file DeckTest.php.
References $d, and getFactory().
Here is the call graph for this function:| DeckTest::test_with_size | ( | ) |
Definition at line 62 of file DeckTest.php.
References $d, and getFactory().
Here is the call graph for this function: