ILIAS
release_8 Revision v8.23
|
Tests for the (Base-)Tree. More...
Public Member Functions | |
testWrongConstruction () | |
testWrongTypeConstruction () | |
testConstruction () | |
testGetLabel (TestingTree $tree) | |
testConstruction More... | |
testGetRecursion (TestingTree $tree) | |
testConstruction More... | |
testWithEnvironment (TestingTree $tree) | |
testConstruction More... | |
testWithData (TestingTree $tree) | |
testConstruction More... | |
testWithHighlightOnNodeClick (TestingTree $tree) | |
testConstruction More... | |
testWithIsSubTree (TestingTree $tree) | |
testConstruction More... | |
![]() | |
setUp () | |
tearDown () | |
getUIFactory () | |
getTemplateFactory () | |
getResourceRegistry () | |
getLanguage () | |
getJavaScriptBinding () | |
getRefinery () | |
getImagePathResolver () | |
getDataFactory () | |
getDefaultRenderer (JavaScriptBinding $js_binding=null, array $with_stub_renderings=[]) | |
getDecoratedRenderer (Renderer $default) | |
normalizeHTML (string $html) | |
assertHTMLEquals (string $expected_html_as_string, string $html_as_string) | |
Additional Inherited Members | |
![]() | |
brutallyTrimHTML (string $html) | |
A more radical version of normalizeHTML. More... | |
brutallyTrimSignals (string $html) | |
A naive replacement of all il_signal-ids with dots to ease comparisons of rendered output. More... | |
Tests for the (Base-)Tree.
Definition at line 39 of file TreeTest.php.
TreeTest::testConstruction | ( | ) |
Definition at line 53 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 | ( | TestingTree | $tree | ) |
testConstruction
Definition at line 79 of file TreeTest.php.
References ILIAS\UI\Implementation\Component\Tree\Tree\getLabel().
TreeTest::testGetRecursion | ( | TestingTree | $tree | ) |
testConstruction
Definition at line 87 of file TreeTest.php.
References ILIAS\UI\Implementation\Component\Tree\Tree\getRecursion().
TreeTest::testWithData | ( | TestingTree | $tree | ) |
testConstruction
Definition at line 104 of file TreeTest.php.
References ILIAS\UI\Implementation\Component\Tree\Tree\$data, and ILIAS\UI\Implementation\Component\Tree\Tree\withData().
TreeTest::testWithEnvironment | ( | TestingTree | $tree | ) |
testConstruction
Definition at line 95 of file TreeTest.php.
References ILIAS\UI\Implementation\Component\Tree\Tree\withEnvironment().
TreeTest::testWithHighlightOnNodeClick | ( | TestingTree | $tree | ) |
testConstruction
Definition at line 113 of file TreeTest.php.
References ILIAS\UI\Implementation\Component\Tree\Tree\getHighlightOnNodeClick(), and ILIAS\UI\Implementation\Component\Tree\Tree\withHighlightOnNodeClick().
TreeTest::testWithIsSubTree | ( | TestingTree | $tree | ) |
testConstruction
Definition at line 122 of file TreeTest.php.
References ILIAS\UI\Implementation\Component\Tree\Tree\isSubTree(), and ILIAS\UI\Implementation\Component\Tree\Tree\withIsSubTree().
TreeTest::testWrongConstruction | ( | ) |
Definition at line 41 of file TreeTest.php.
TreeTest::testWrongTypeConstruction | ( | ) |
Definition at line 47 of file TreeTest.php.