ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Tests for the (Base-)Tree. More...
Public Member Functions | |
testWrongConstruction () | |
testWrongTypeConstruction () | |
testConstruction () | |
testGetLabel ($tree) | |
@depends testConstruction More... | |
testGetRecursion ($tree) | |
@depends testConstruction More... | |
testWithEnvironment ($tree) | |
@depends testConstruction More... | |
testWithData ($tree) | |
@depends testConstruction More... | |
testWithHighlightOnNodeClick ($tree) | |
@depends testConstruction More... | |
testWithIsSubTree ($tree) | |
@depends testConstruction More... | |
![]() | |
setUp () | |
tearDown () | |
getUIFactory () | |
getTemplateFactory () | |
getResourceRegistry () | |
getLanguage () | |
getJavaScriptBinding () | |
getRefinery () | |
getImagePathResolver () | |
getDefaultRenderer (JavaScriptBinding $js_binding=null, $with_stub_renderings=[]) | |
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 $factory.
TreeTest::testGetLabel | ( | $tree | ) |
@depends testConstruction
Definition at line 63 of file TreeTest.php.
TreeTest::testGetRecursion | ( | $tree | ) |
@depends testConstruction
Definition at line 74 of file TreeTest.php.
TreeTest::testWithData | ( | $tree | ) |
@depends testConstruction
Definition at line 98 of file TreeTest.php.
References $data.
TreeTest::testWithEnvironment | ( | $tree | ) |
@depends testConstruction
Definition at line 86 of file TreeTest.php.
TreeTest::testWithHighlightOnNodeClick | ( | $tree | ) |
@depends testConstruction
Definition at line 110 of file TreeTest.php.
TreeTest::testWithIsSubTree | ( | $tree | ) |
@depends testConstruction
Definition at line 123 of file TreeTest.php.
TreeTest::testWrongConstruction | ( | ) |
Definition at line 22 of file TreeTest.php.
TreeTest::testWrongTypeConstruction | ( | ) |
Definition at line 28 of file TreeTest.php.