|
ILIAS
release_8 Revision v8.25-1-g13de6a5eca6
|
Class PopoverTest. More...
Inheritance diagram for PopoverTest:
Collaboration diagram for PopoverTest:Public Member Functions | |
| getFactory () | |
| test_implements_interface () | |
| test_that_position_is_auto_by_default () | |
| test_with_position () | |
| test_render_standard () | |
| test_render_listing () | |
| test_render_async () | |
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 Member Functions | |
| getExpectedStandardHTML (string $content) | |
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... | |
Class PopoverTest.
Tests on the Popover component implementation
Definition at line 34 of file PopoverTest.php.
|
protected |
Definition at line 98 of file PopoverTest.php.
Referenced by test_render_standard().
Here is the caller graph for this function:| PopoverTest::getFactory | ( | ) |
Definition at line 36 of file PopoverTest.php.
References Vendor\Package\$f, and ILIAS\UI\examples\MainControls\Slate\Legacy\legacy().
Referenced by test_render_async(), and test_render_standard().
Here is the call graph for this function:
Here is the caller graph for this function:| PopoverTest::test_implements_interface | ( | ) |
Definition at line 47 of file PopoverTest.php.
References $factory.
| PopoverTest::test_render_async | ( | ) |
Definition at line 91 of file PopoverTest.php.
References $factory, ILIAS_UI_TestBase\getDefaultRenderer(), getFactory(), and ILIAS\UI\examples\MainControls\Slate\Legacy\legacy().
Here is the call graph for this function:| PopoverTest::test_render_listing | ( | ) |
Definition at line 85 of file PopoverTest.php.
| PopoverTest::test_render_standard | ( | ) |
Definition at line 76 of file PopoverTest.php.
References $factory, ILIAS_UI_TestBase\getDefaultRenderer(), getExpectedStandardHTML(), getFactory(), ILIAS\UI\examples\MainControls\Slate\Legacy\legacy(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:| PopoverTest::test_that_position_is_auto_by_default | ( | ) |
Definition at line 56 of file PopoverTest.php.
References $factory.
| PopoverTest::test_with_position | ( | ) |
Definition at line 63 of file PopoverTest.php.
References $factory.