ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Test on deck implementation. More...
Public Member Functions | |
getFactory () | |
test_implements_factory_interface () | |
test_get_cards () | |
test_with_cards () | |
test_get_size () | |
test_with_size () | |
test_render_content () | |
![]() | |
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().
DeckTest::test_get_cards | ( | ) |
Definition at line 33 of file DeckTest.php.
References $d, and getFactory().
DeckTest::test_get_size | ( | ) |
Definition at line 52 of file DeckTest.php.
References $d, and getFactory().
DeckTest::test_implements_factory_interface | ( | ) |
Definition at line 24 of file DeckTest.php.
References getFactory().
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().
DeckTest::test_with_cards | ( | ) |
Definition at line 42 of file DeckTest.php.
References $d, and getFactory().
DeckTest::test_with_size | ( | ) |
Definition at line 62 of file DeckTest.php.
References $d, and getFactory().