ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Tests for the (Base-)Tree. More...
Public Member Functions | |
testWrongConstruction () | |
testWrongTypeConstruction () | |
testConstruction () | |
testGetLabel (TestingTree $tree) | |
testGetRecursion (TestingTree $tree) | |
testWithEnvironment (TestingTree $tree) | |
testWithData (TestingTree $tree) | |
testWithHighlightOnNodeClick (TestingTree $tree) | |
testWithIsSubTree (TestingTree $tree) | |
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, ILIAS\UI\Implementation\Component\Tree\Tree\$recursion, and null.
TreeTest::testGetLabel | ( | TestingTree | $tree | ) |
Definition at line 77 of file TreeTest.php.
References ILIAS\UI\Implementation\Component\Tree\Tree\getLabel().
TreeTest::testGetRecursion | ( | TestingTree | $tree | ) |
Definition at line 83 of file TreeTest.php.
References ILIAS\UI\Implementation\Component\Tree\Tree\getRecursion().
TreeTest::testWithData | ( | TestingTree | $tree | ) |
Definition at line 96 of file TreeTest.php.
References ILIAS\UI\Implementation\Component\Tree\Tree\$data, and ILIAS\UI\Implementation\Component\Tree\Tree\withData().
TreeTest::testWithEnvironment | ( | TestingTree | $tree | ) |
Definition at line 89 of file TreeTest.php.
References ILIAS\UI\Implementation\Component\Tree\Tree\withEnvironment().
TreeTest::testWithHighlightOnNodeClick | ( | TestingTree | $tree | ) |
Definition at line 103 of file TreeTest.php.
References ILIAS\UI\Implementation\Component\Tree\Tree\getHighlightOnNodeClick(), and ILIAS\UI\Implementation\Component\Tree\Tree\withHighlightOnNodeClick().
TreeTest::testWithIsSubTree | ( | TestingTree | $tree | ) |
Definition at line 110 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.