|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Testing behavior of the Bulky Link. More...
Inheritance diagram for BulkyLinkTest:
Collaboration diagram for BulkyLinkTest:Public Member Functions | |
| setUp () | |
| testImplementsInterfaces () | |
| testWrongConstruction () | |
| testGetLabell () | |
| testGetGlyphSymbol () | |
| testRenderingGlyph () | |
| testRenderingIcon () | |
| testRenderingWithId () | |
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... | |
Testing behavior of the Bulky Link.
Definition at line 14 of file BulkyLinkTest.php.
| BulkyLinkTest::setUp | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 16 of file BulkyLinkTest.php.
| BulkyLinkTest::testGetGlyphSymbol | ( | ) |
Definition at line 44 of file BulkyLinkTest.php.
| BulkyLinkTest::testGetLabell | ( | ) |
Definition at line 37 of file BulkyLinkTest.php.
| BulkyLinkTest::testImplementsInterfaces | ( | ) |
Definition at line 24 of file BulkyLinkTest.php.
| BulkyLinkTest::testRenderingGlyph | ( | ) |
Definition at line 52 of file BulkyLinkTest.php.
References Vendor\Package\$b, ILIAS_UI_TestBase\assertHTMLEquals(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| BulkyLinkTest::testRenderingIcon | ( | ) |
Definition at line 71 of file BulkyLinkTest.php.
References Vendor\Package\$b, ILIAS_UI_TestBase\assertHTMLEquals(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| BulkyLinkTest::testRenderingWithId | ( | ) |
Definition at line 87 of file BulkyLinkTest.php.
References Vendor\Package\$b, ILIAS_UI_TestBase\assertHTMLEquals(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| BulkyLinkTest::testWrongConstruction | ( | ) |
Definition at line 31 of file BulkyLinkTest.php.