ILIAS
trunk Revision v11.0_alpha-1702-gfd3ecb7f852
|
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... | |
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 | ) |
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.