|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Test on divider implementation. More...
Inheritance diagram for DividerTest:
Collaboration diagram for DividerTest:Public Member Functions | |
| testImplementsFactoryInterface () | |
| testWithLabel () | |
| testRenderHorizontalEmpty () | |
| testRenderHorizontalWithLabel () | |
| testRenderVertical () | |
Public Member Functions inherited from ILIAS_UI_TestBase | |
| setUp () | |
| tearDown () | |
| getUIFactory () | |
| getTemplateFactory () | |
| getResourceRegistry () | |
| getLanguage () | |
| getJavaScriptBinding () | |
| getRefinery () | |
| getImagePathResolver () | |
| getDataFactory () | |
| getHelpTextRetriever () | |
| getUploadLimitResolver () | |
| 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 Member Functions | |
| getFactory () | |
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... | |
Test on divider implementation.
Definition at line 30 of file DividerTest.php.
|
protected |
Definition at line 32 of file DividerTest.php.
Referenced by testImplementsFactoryInterface(), testRenderHorizontalEmpty(), testRenderHorizontalWithLabel(), testRenderVertical(), and testWithLabel().
Here is the caller graph for this function:| DividerTest::testImplementsFactoryInterface | ( | ) |
Definition at line 37 of file DividerTest.php.
References Vendor\Package\$f, and getFactory().
Here is the call graph for this function:| DividerTest::testRenderHorizontalEmpty | ( | ) |
Definition at line 52 of file DividerTest.php.
References Vendor\Package\$c, Vendor\Package\$f, $r, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
Here is the call graph for this function:| DividerTest::testRenderHorizontalWithLabel | ( | ) |
Definition at line 66 of file DividerTest.php.
References Vendor\Package\$c, Vendor\Package\$f, $r, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
Here is the call graph for this function:| DividerTest::testRenderVertical | ( | ) |
Definition at line 79 of file DividerTest.php.
References Vendor\Package\$c, Vendor\Package\$f, $r, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
Here is the call graph for this function:| DividerTest::testWithLabel | ( | ) |
Definition at line 44 of file DividerTest.php.
References Vendor\Package\$c, Vendor\Package\$f, and getFactory().
Here is the call graph for this function: