|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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 () | |
| normalizeHTML ($html) | |
| assertHTMLEquals ($expected_html_as_string, $html_as_string) | |
Test on deck implementation.
Definition at line 14 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 31 of file DeckTest.php.
References $d, and getFactory().
Here is the call graph for this function:| DeckTest::test_get_size | ( | ) |
Definition at line 48 of file DeckTest.php.
References $d, and getFactory().
Here is the call graph for this function:| DeckTest::test_implements_factory_interface | ( | ) |
Definition at line 23 of file DeckTest.php.
References getFactory().
Here is the call graph for this function:| DeckTest::test_render_content | ( | ) |
Definition at line 67 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 39 of file DeckTest.php.
References $d, and getFactory().
Here is the call graph for this function:| DeckTest::test_with_size | ( | ) |
Definition at line 57 of file DeckTest.php.
References $d, and getFactory().
Here is the call graph for this function: