|
ILIAS
release_8 Revision v8.24
|
Tests for the (Base-)Tree. More...
Inheritance diagram for TreeTest:
Collaboration diagram for TreeTest:Public Member Functions | |
| testWrongConstruction () | |
| testWrongTypeConstruction () | |
| testConstruction () | |
| testGetLabel (TestingTree $tree) | |
| @depends testConstruction More... | |
| testGetRecursion (TestingTree $tree) | |
| @depends testConstruction More... | |
| testWithEnvironment (TestingTree $tree) | |
| @depends testConstruction More... | |
| testWithData (TestingTree $tree) | |
| @depends testConstruction More... | |
| testWithHighlightOnNodeClick (TestingTree $tree) | |
| @depends testConstruction More... | |
| testWithIsSubTree (TestingTree $tree) | |
| @depends testConstruction More... | |
Public Member Functions inherited from ILIAS_UI_TestBase | |
| 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 | |
Protected Member Functions inherited from ILIAS_UI_TestBase | |
| 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 $factory.
| TreeTest::testGetLabel | ( | TestingTree | $tree | ) |
@depends testConstruction
Definition at line 79 of file TreeTest.php.
References ILIAS\UI\Implementation\Component\Tree\Tree\getLabel().
Here is the call graph for this function:| TreeTest::testGetRecursion | ( | TestingTree | $tree | ) |
@depends testConstruction
Definition at line 87 of file TreeTest.php.
References ILIAS\UI\Implementation\Component\Tree\Tree\getRecursion().
Here is the call graph for this function:| TreeTest::testWithData | ( | TestingTree | $tree | ) |
@depends testConstruction
Definition at line 104 of file TreeTest.php.
References $data, and ILIAS\UI\Implementation\Component\Tree\Tree\withData().
Here is the call graph for this function:| TreeTest::testWithEnvironment | ( | TestingTree | $tree | ) |
@depends testConstruction
Definition at line 95 of file TreeTest.php.
References ILIAS\UI\Implementation\Component\Tree\Tree\withEnvironment().
Here is the call graph for this function:| TreeTest::testWithHighlightOnNodeClick | ( | TestingTree | $tree | ) |
@depends 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().
Here is the call graph for this function:| TreeTest::testWithIsSubTree | ( | TestingTree | $tree | ) |
@depends 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().
Here is the call graph for this function:| TreeTest::testWrongConstruction | ( | ) |
Definition at line 41 of file TreeTest.php.
| TreeTest::testWrongTypeConstruction | ( | ) |
Definition at line 47 of file TreeTest.php.