ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Tests for the SimpleNode. More...
Public Member Functions | |
setUp () | |
brutallyTrimHTML ($html) | |
testConstruction () | |
testWrongConstruction () | |
testConstructionWithIcon () | |
testGetLabel ($node) | |
testConstructionWithIcon More... | |
testGetIcon ($node) | |
testConstructionWithIcon More... | |
testDefaultAsyncLoading ($node) | |
testConstruction More... | |
testWithAsyncURL ($node) | |
testConstruction More... | |
testRendering ($node) | |
testConstruction More... | |
testRenderingWithAsync ($node) | |
testWithAsyncURL More... | |
testRenderingWithIcon ($node) | |
testConstructionWithIcon More... | |
![]() | |
setUp () | |
tearDown () | |
getUIFactory () | |
getTemplateFactory () | |
getResourceRegistry () | |
getLanguage () | |
getJavaScriptBinding () | |
getRefinery () | |
getDefaultRenderer (JavaScriptBinding $js_binding=null) | |
getDecoratedRenderer (Renderer $default) | |
normalizeHTML ($html) | |
assertHTMLEquals ($expected_html_as_string, $html_as_string) | |
Additional Inherited Members | |
![]() | |
brutallyTrimHTML ($html) | |
A more radical version of normalizeHTML. More... | |
Tests for the SimpleNode.
Definition at line 14 of file SimpleNodeTest.php.
SimpleNodeTest::brutallyTrimHTML | ( | $html | ) |
Definition at line 23 of file SimpleNodeTest.php.
Referenced by testRendering(), testRenderingWithAsync(), and testRenderingWithIcon().
SimpleNodeTest::setUp | ( | ) |
Definition at line 16 of file SimpleNodeTest.php.
SimpleNodeTest::testConstruction | ( | ) |
Definition at line 30 of file SimpleNodeTest.php.
SimpleNodeTest::testConstructionWithIcon | ( | ) |
Definition at line 46 of file SimpleNodeTest.php.
SimpleNodeTest::testDefaultAsyncLoading | ( | $node | ) |
testConstruction
Definition at line 82 of file SimpleNodeTest.php.
SimpleNodeTest::testGetIcon | ( | $node | ) |
testConstructionWithIcon
Definition at line 70 of file SimpleNodeTest.php.
SimpleNodeTest::testGetLabel | ( | $node | ) |
testConstructionWithIcon
Definition at line 59 of file SimpleNodeTest.php.
SimpleNodeTest::testRendering | ( | $node | ) |
testConstruction
Definition at line 109 of file SimpleNodeTest.php.
References brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and simple().
SimpleNodeTest::testRenderingWithAsync | ( | $node | ) |
testWithAsyncURL
Definition at line 131 of file SimpleNodeTest.php.
References brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and simple().
SimpleNodeTest::testRenderingWithIcon | ( | $node | ) |
testConstructionWithIcon
Definition at line 156 of file SimpleNodeTest.php.
References brutallyTrimHTML(), and ILIAS_UI_TestBase\getDefaultRenderer().
SimpleNodeTest::testWithAsyncURL | ( | $node | ) |
SimpleNodeTest::testWrongConstruction | ( | ) |
Definition at line 40 of file SimpleNodeTest.php.