|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Tests for the (Base-)Tree. More...
Inheritance diagram for TreeTest:
Collaboration diagram for TreeTest:Public Member Functions | |
| testWrongConstruction () | |
| testWrongTypeConstruction () | |
| testConstruction () | |
| testGetLabel ($tree) | |
| @depends testConstruction More... | |
| testGetRecursion ($tree) | |
| @depends testConstruction More... | |
| testWithEnvironment ($tree) | |
| @depends testConstruction More... | |
| testWithData ($tree) | |
| @depends testConstruction More... | |
| testWithHighlightOnNodeClick ($tree) | |
| @depends testConstruction More... | |
Public Member Functions inherited from ILIAS_UI_TestBase | |
| 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 | |
Protected Member Functions inherited from ILIAS_UI_TestBase | |
| brutallyTrimHTML ($html) | |
| A more radical version of normalizeHTML. More... | |
Tests for the (Base-)Tree.
Definition at line 20 of file TreeTest.php.
| TreeTest::testConstruction | ( | ) |
Definition at line 34 of file TreeTest.php.
References $factory.
| TreeTest::testGetLabel | ( | $tree | ) |
@depends testConstruction
Definition at line 63 of file TreeTest.php.
| TreeTest::testGetRecursion | ( | $tree | ) |
@depends testConstruction
Definition at line 74 of file TreeTest.php.
| TreeTest::testWithData | ( | $tree | ) |
@depends testConstruction
Definition at line 98 of file TreeTest.php.
References $data.
| TreeTest::testWithEnvironment | ( | $tree | ) |
@depends testConstruction
Definition at line 86 of file TreeTest.php.
| TreeTest::testWithHighlightOnNodeClick | ( | $tree | ) |
@depends testConstruction
Definition at line 110 of file TreeTest.php.
| TreeTest::testWrongConstruction | ( | ) |
Definition at line 22 of file TreeTest.php.
| TreeTest::testWrongTypeConstruction | ( | ) |
Definition at line 28 of file TreeTest.php.