|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Tests for the (Base-)Tree. More...
Inheritance diagram for TreeTest:
Collaboration diagram for TreeTest: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... | |
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, 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().
Here is the call graph for this function:| TreeTest::testGetRecursion | ( | TestingTree | $tree | ) |
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 | ) |
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().
Here is the call graph for this function:| TreeTest::testWithEnvironment | ( | TestingTree | $tree | ) |
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 | ) |
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 | ) |
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.