ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Tests for the (Base-)Tree. More...
Public Member Functions | |
testWrongConstruction () | |
testWrongTypeConstruction () | |
testConstruction () | |
testGetLabel ($tree) | |
testConstruction More... | |
testGetRecursion ($tree) | |
testConstruction More... | |
testWithEnvironment ($tree) | |
testConstruction More... | |
testWithData ($tree) | |
testConstruction More... | |
testWithHighlightOnNodeClick ($tree) | |
testConstruction More... | |
![]() | |
setUp () | |
tearDown () | |
getUIFactory () | |
getTemplateFactory () | |
getResourceRegistry () | |
getLanguage () | |
getJavaScriptBinding () | |
getRefinery () | |
getDefaultRenderer (JavaScriptBinding $js_binding=null) | |
getDecoratedRenderer (Renderer $default) | |
normalizeHTML ($html) | |
assertHTMLEquals ($expected_html_as_string, $html_as_string) | |
Additional Inherited Members | |
![]() | |
brutallyTrimHTML ($html) | |
A more radical version of normalizeHTML. More... | |
Tests for the (Base-)Tree.
Definition at line 20 of file TreeTest.php.
TreeTest::testConstruction | ( | ) |
Definition at line 34 of file TreeTest.php.
References ILIAS\UI\Implementation\Component\Tree\Tree\$environment, $factory, ILIAS\UI\Implementation\Component\Tree\Tree\$label, and ILIAS\UI\Implementation\Component\Tree\Tree\$recursion.
TreeTest::testGetLabel | ( | $tree | ) |
testConstruction
Definition at line 63 of file TreeTest.php.
TreeTest::testGetRecursion | ( | $tree | ) |
testConstruction
Definition at line 74 of file TreeTest.php.
TreeTest::testWithData | ( | $tree | ) |
testConstruction
Definition at line 98 of file TreeTest.php.
References ILIAS\UI\Implementation\Component\Tree\Tree\$data.
TreeTest::testWithEnvironment | ( | $tree | ) |
testConstruction
Definition at line 86 of file TreeTest.php.
TreeTest::testWithHighlightOnNodeClick | ( | $tree | ) |
testConstruction
Definition at line 110 of file TreeTest.php.
TreeTest::testWrongConstruction | ( | ) |
Definition at line 22 of file TreeTest.php.
TreeTest::testWrongTypeConstruction | ( | ) |
Definition at line 28 of file TreeTest.php.