| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Tests for the (Base-)Node. More...
 Inheritance diagram for NodeTest:
 Collaboration diagram for NodeTest:Public Member Functions | |
| testConstruction () | |
| testDefaults (TestingNode $node) | |
| testConstruction  More... | |
| testWithExpanded (TestingNode $node) | |
| testConstruction  More... | |
| testWithHighlighted (TestingNode $node) | |
| testConstruction  More... | |
| testWithOnClick (TestingNode $node) | |
| testConstruction  More... | |
| testWithAppendOnClick (Clickable $node) | |
| testWithOnClick  More... | |
| testWithURI (Clickable $node) | |
| testWithOnClick  More... | |
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 | ) | 
testConstruction
Definition at line 68 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 | ) | 
testWithOnClick
Definition at line 112 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 | ) | 
testConstruction
Definition at line 78 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 | ) | 
testConstruction
Definition at line 88 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 | ) | 
testConstruction
Definition at line 98 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 | ) | 
testWithOnClick
Definition at line 125 of file NodeTest.php.