ILIAS
release_8 Revision v8.19
|
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... | |
![]() | |
setUp () | |
tearDown () | |
getUIFactory () | |
getTemplateFactory () | |
getResourceRegistry () | |
getLanguage () | |
getJavaScriptBinding () | |
getRefinery () | |
getImagePathResolver () | |
getDataFactory () | |
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 | |
![]() | |
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().
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.