|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Tests for the Drilldown. More...
Inheritance diagram for DrilldownTest:
Collaboration diagram for DrilldownTest:Public Member Functions | |
| getUIFactory () | |
| setUp () | |
| testConstruction () | |
| testGetLabel ($menu) | |
| @depends testConstruction More... | |
| testWithLabel ($menu) | |
| @depends testConstruction More... | |
| testWithClickableLabel ($menu) | |
| @depends testConstruction More... | |
| testGetItems ($menu) | |
| @depends testConstruction More... | |
| testWithEntries () | |
| testWithWrongLabel () | |
| testWithWrongEntry () | |
| brutallyTrimHTML ($html) | |
| A more radical version of normalizeHTML. More... | |
| testRendering ($menu) | |
| @depends testWithEntries More... | |
Public Member Functions inherited from ILIAS_UI_TestBase | |
| setUp () | |
| tearDown () | |
| getUIFactory () | |
| getTemplateFactory () | |
| getResourceRegistry () | |
| getLanguage () | |
| getJavaScriptBinding () | |
| getRefinery () | |
| getImagePathResolver () | |
| getDefaultRenderer (JavaScriptBinding $js_binding=null, $with_stub_renderings=[]) | |
| 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 Drilldown.
Definition at line 15 of file DrilldownTest.php.
| DrilldownTest::brutallyTrimHTML | ( | $html | ) |
A more radical version of normalizeHTML.
Use if hard to tackle issues occur by asserting due string outputs produce an equal DOM
| $html |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 147 of file DrilldownTest.php.
Referenced by testRendering().
Here is the caller graph for this function:| DrilldownTest::getUIFactory | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 17 of file DrilldownTest.php.
References $factory, and legacy().
Referenced by setUp(), testConstruction(), testWithEntries(), testWithWrongEntry(), and testWithWrongLabel().
Here is the call graph for this function:
Here is the caller graph for this function:| DrilldownTest::setUp | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 36 of file DrilldownTest.php.
References getUIFactory(), and legacy().
Here is the call graph for this function:| DrilldownTest::testConstruction | ( | ) |
Definition at line 49 of file DrilldownTest.php.
References Vendor\Package\$f, and getUIFactory().
Here is the call graph for this function:| DrilldownTest::testGetItems | ( | $menu | ) |
@depends testConstruction
Definition at line 105 of file DrilldownTest.php.
| DrilldownTest::testGetLabel | ( | $menu | ) |
@depends testConstruction
Definition at line 72 of file DrilldownTest.php.
| DrilldownTest::testRendering | ( | $menu | ) |
@depends testWithEntries
Definition at line 157 of file DrilldownTest.php.
References brutallyTrimHTML(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| DrilldownTest::testWithClickableLabel | ( | $menu | ) |
@depends testConstruction
Definition at line 94 of file DrilldownTest.php.
| DrilldownTest::testWithEntries | ( | ) |
Definition at line 113 of file DrilldownTest.php.
References Vendor\Package\$f, and getUIFactory().
Here is the call graph for this function:| DrilldownTest::testWithLabel | ( | $menu | ) |
@depends testConstruction
Definition at line 83 of file DrilldownTest.php.
| DrilldownTest::testWithWrongEntry | ( | ) |
Definition at line 139 of file DrilldownTest.php.
References Vendor\Package\$f, getUIFactory(), and legacy().
Here is the call graph for this function:| DrilldownTest::testWithWrongLabel | ( | ) |
Definition at line 132 of file DrilldownTest.php.
References Vendor\Package\$f, and getUIFactory().
Here is the call graph for this function: