|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
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... | |
Public Member Functions inherited from ILIAS_UI_TestBase | |
| setUp () | |
| tearDown () | |
| getUIFactory () | |
| getTemplateFactory () | |
| getResourceRegistry () | |
| getLanguage () | |
| getJavaScriptBinding () | |
| getRefinery () | |
| getImagePathResolver () | |
| getDataFactory () | |
| getHelpTextRetriever () | |
| getUploadLimitResolver () | |
| getDefaultRenderer (JavaScriptBinding $js_binding=null, array $with_stub_renderings=[]) | |
| getDecoratedRenderer (Renderer $default) | |
| normalizeHTML (string $html) | |
| assertHTMLEquals (string $expected_html_as_string, string $html_as_string) | |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS_UI_TestBase | |
| brutallyTrimHTML (string $html) | |
| A more radical version of normalizeHTML. More... | |
| brutallyTrimSignals (string $html) | |
| A naive replacement of all il_signal-ids with dots to ease comparisons of rendered output. 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.