|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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 () | |
| testWithWrongContents () | |
| testGetTitle () | |
| testWithTitle () | |
| testWithShortTitle () | |
| testWithViewTitle () | |
| testWithMetaDatum () | |
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 Standard Page.
Definition at line 19 of file StandardPageTest.php.
| StandardPageTest::setUp | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 21 of file StandardPageTest.php.
References mainbar(), and metabar().
Here is the call graph for this function:| StandardPageTest::testConstruction | ( | ) |
Definition at line 46 of file StandardPageTest.php.
| StandardPageTest::testGetBreadcrumbs | ( | ) |
Definition at line 78 of file StandardPageTest.php.
| StandardPageTest::testGetContent | ( | ) |
Definition at line 54 of file StandardPageTest.php.
| StandardPageTest::testGetLogo | ( | ) |
Definition at line 86 of file StandardPageTest.php.
| StandardPageTest::testGetMainbar | ( | ) |
Definition at line 70 of file StandardPageTest.php.
References mainbar().
Here is the call graph for this function:| StandardPageTest::testGetMetabar | ( | ) |
Definition at line 62 of file StandardPageTest.php.
References metabar().
Here is the call graph for this function:| StandardPageTest::testGetResponsiveLogo | ( | ) |
Definition at line 99 of file StandardPageTest.php.
| StandardPageTest::testGetTitle | ( | ) |
Definition at line 124 of file StandardPageTest.php.
| StandardPageTest::testHasLogo | ( | ) |
Definition at line 94 of file StandardPageTest.php.
| StandardPageTest::testHasResponsiveLogo | ( | ) |
Definition at line 107 of file StandardPageTest.php.
| StandardPageTest::testWithMetaDatum | ( | ) |
Definition at line 157 of file StandardPageTest.php.
| StandardPageTest::testWithShortTitle | ( | ) |
Definition at line 140 of file StandardPageTest.php.
| StandardPageTest::testWithTitle | ( | ) |
Definition at line 132 of file StandardPageTest.php.
| StandardPageTest::testWithViewTitle | ( | ) |
Definition at line 148 of file StandardPageTest.php.
| StandardPageTest::testWithWrongContents | ( | ) |
Definition at line 112 of file StandardPageTest.php.
References mainbar(), and metabar().
Here is the call graph for this function: