|
ILIAS
release_8 Revision v8.24
|
Tests for the Standard Page. More...
Inheritance diagram for StandardPageTest:
Collaboration diagram for StandardPageTest:Public Member Functions | |
| setUp () | |
| testConstruction () | |
| testGetContent () | |
| testGetMetabar () | |
| testGetMainbar () | |
| testGetBreadcrumbs () | |
| testGetLogo () | |
| testHasLogo () | |
| testGetResponsiveLogo () | |
| testHasResponsiveLogo () | |
| testWithFaviconPath () | |
| testGetOverlay () | |
| testWithWrongContents () | |
| testGetTitle () | |
| testWithTitle () | |
| testWithShortTitle () | |
| testWithViewTitle () | |
| testWithTextDirection () | |
| testWithMetaDatum () | |
| testRenderingWithTitle () | |
| testRenderingWithRtlLanguage () | |
| testRenderingWithMetaData () | |
| getUIFactory () | |
| testRenderingWithCrumbs () | |
Public Member Functions inherited from ILIAS_UI_TestBase | |
| 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) | |
Protected Attributes | |
| Page Standard | $stdpage |
| Page Factory | $factory |
| MainBar | $mainbar |
| MetaBar | $metabar |
| Breadcrumbs | $crumbs |
| Image | $logo |
| Image | $responsive_logo |
| Container | $overlay |
| string | $title |
| array | $contents |
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 Standard Page.
Definition at line 41 of file StandardPageTest.php.
| StandardPageTest::getUIFactory | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 368 of file StandardPageTest.php.
| StandardPageTest::setUp | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 58 of file StandardPageTest.php.
References ILIAS\UI\examples\MainControls\MainBar\mainbar().
Here is the call graph for this function:| StandardPageTest::testConstruction | ( | ) |
Definition at line 91 of file StandardPageTest.php.
| StandardPageTest::testGetBreadcrumbs | ( | ) |
Definition at line 123 of file StandardPageTest.php.
| StandardPageTest::testGetContent | ( | ) |
Definition at line 99 of file StandardPageTest.php.
| StandardPageTest::testGetLogo | ( | ) |
Definition at line 131 of file StandardPageTest.php.
| StandardPageTest::testGetMainbar | ( | ) |
Definition at line 115 of file StandardPageTest.php.
References ILIAS\UI\examples\MainControls\MainBar\mainbar().
Here is the call graph for this function:| StandardPageTest::testGetMetabar | ( | ) |
Definition at line 107 of file StandardPageTest.php.
| StandardPageTest::testGetOverlay | ( | ) |
Definition at line 166 of file StandardPageTest.php.
| StandardPageTest::testGetResponsiveLogo | ( | ) |
Definition at line 144 of file StandardPageTest.php.
| StandardPageTest::testGetTitle | ( | ) |
Definition at line 186 of file StandardPageTest.php.
| StandardPageTest::testHasLogo | ( | ) |
Definition at line 139 of file StandardPageTest.php.
| StandardPageTest::testHasResponsiveLogo | ( | ) |
Definition at line 152 of file StandardPageTest.php.
| StandardPageTest::testRenderingWithCrumbs | ( | ) |
Definition at line 382 of file StandardPageTest.php.
References $crumbs, $stdpage, ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS\UI\examples\MainControls\MainBar\mainbar().
Here is the call graph for this function:| StandardPageTest::testRenderingWithMetaData | ( | ) |
Definition at line 324 of file StandardPageTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS\UI\examples\MainControls\MainBar\mainbar().
Here is the call graph for this function:| StandardPageTest::testRenderingWithRtlLanguage | ( | ) |
Definition at line 284 of file StandardPageTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS\UI\examples\MainControls\MainBar\mainbar().
Here is the call graph for this function:| StandardPageTest::testRenderingWithTitle | ( | ) |
Definition at line 241 of file StandardPageTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS\UI\examples\MainControls\MainBar\mainbar().
Here is the call graph for this function:| StandardPageTest::testWithFaviconPath | ( | ) |
Definition at line 157 of file StandardPageTest.php.
| StandardPageTest::testWithMetaDatum | ( | ) |
Definition at line 230 of file StandardPageTest.php.
| StandardPageTest::testWithShortTitle | ( | ) |
Definition at line 202 of file StandardPageTest.php.
References $title.
| StandardPageTest::testWithTextDirection | ( | ) |
Definition at line 219 of file StandardPageTest.php.
| StandardPageTest::testWithTitle | ( | ) |
| StandardPageTest::testWithViewTitle | ( | ) |
| StandardPageTest::testWithWrongContents | ( | ) |
Definition at line 174 of file StandardPageTest.php.
References ILIAS\UI\examples\MainControls\MainBar\mainbar().
Here is the call graph for this function:
|
protected |
Definition at line 56 of file StandardPageTest.php.
|
protected |
Definition at line 47 of file StandardPageTest.php.
Referenced by testRenderingWithCrumbs().
Definition at line 44 of file StandardPageTest.php.
|
protected |
Definition at line 48 of file StandardPageTest.php.
|
protected |
Definition at line 45 of file StandardPageTest.php.
|
protected |
Definition at line 46 of file StandardPageTest.php.
|
protected |
Definition at line 50 of file StandardPageTest.php.
|
protected |
Definition at line 49 of file StandardPageTest.php.
Definition at line 43 of file StandardPageTest.php.
Referenced by testRenderingWithCrumbs().
|
protected |
Definition at line 51 of file StandardPageTest.php.
Referenced by testWithShortTitle(), testWithTitle(), and testWithViewTitle().