ILIAS
trunk Revision v11.0_alpha-1731-gff9cd7e2bd3
|
Tests for the (Base-)Node. More...
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().
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().
NodeTest::testWithExpanded | ( | TestingNode | $node | ) |
testConstruction
Definition at line 78 of file NodeTest.php.
References ILIAS\UI\Implementation\Component\Tree\Node\Node\withExpanded().
NodeTest::testWithHighlighted | ( | TestingNode | $node | ) |
testConstruction
Definition at line 88 of file NodeTest.php.
References ILIAS\UI\Implementation\Component\Tree\Node\Node\withHighlighted().
NodeTest::testWithOnClick | ( | TestingNode | $node | ) |
testConstruction
Definition at line 98 of file NodeTest.php.
References $check, and ILIAS\UI\Implementation\Component\Tree\Node\Node\withOnClick().
NodeTest::testWithURI | ( | Clickable | $node | ) |
testWithOnClick
Definition at line 125 of file NodeTest.php.