|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Tests for the (Base-)Node. More...
Inheritance diagram for NodeTest:
Collaboration diagram for NodeTest:Public Member Functions | |
| testConstruction () | |
| testDefaults (TestingNode $node) | |
| testWithExpanded (TestingNode $node) | |
| testWithHighlighted (TestingNode $node) | |
| testWithOnClick (TestingNode $node) | |
| testWithAppendOnClick (Clickable $node) | |
| testWithURI (Clickable $node) | |
Tests for the (Base-)Node.
Definition at line 55 of file NodeTest.php.
| NodeTest::testConstruction | ( | ) |
Definition at line 57 of file NodeTest.php.
| NodeTest::testDefaults | ( | TestingNode | $node | ) |
Definition at line 66 of file NodeTest.php.
References ILIAS\UI\Implementation\Component\Tree\Node\Node\getSubnodes(), ILIAS\UI\Implementation\Component\Tree\Node\Node\isExpanded(), and ILIAS\UI\Implementation\Component\Tree\Node\Node\isHighlighted().
Here is the call graph for this function:| NodeTest::testWithAppendOnClick | ( | Clickable | $node | ) |
Definition at line 102 of file NodeTest.php.
References $check, ILIAS\UI\Component\Clickable\appendOnClick(), and ILIAS\UI\Component\Triggerer\getTriggeredSignals().
Here is the call graph for this function:| NodeTest::testWithExpanded | ( | TestingNode | $node | ) |
Definition at line 74 of file NodeTest.php.
References ILIAS\UI\Implementation\Component\Tree\Node\Node\withExpanded().
Here is the call graph for this function:| NodeTest::testWithHighlighted | ( | TestingNode | $node | ) |
Definition at line 82 of file NodeTest.php.
References ILIAS\UI\Implementation\Component\Tree\Node\Node\withHighlighted().
Here is the call graph for this function:| NodeTest::testWithOnClick | ( | TestingNode | $node | ) |
Definition at line 90 of file NodeTest.php.
References $check, and ILIAS\UI\Implementation\Component\Tree\Node\Node\withOnClick().
Here is the call graph for this function:| NodeTest::testWithURI | ( | Clickable | $node | ) |
Definition at line 113 of file NodeTest.php.