|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Test on card implementation. More...
Inheritance diagram for DropdownTest:
Collaboration diagram for DropdownTest:Public Member Functions | |
| testImplementsFactoryInterface () | |
| testWithLabel () | |
| testWithItems () | |
| testRenderEmpty () | |
| testRenderItems () | |
| testRenderItemsWithLabel () | |
| testRenderWithLinkNewViewport () | |
| testRenderItemsWithAriaLabel () | |
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 card implementation.
Definition at line 30 of file DropdownTest.php.
|
protected |
Definition at line 32 of file DropdownTest.php.
Referenced by testImplementsFactoryInterface(), testRenderEmpty(), testRenderItems(), testRenderItemsWithAriaLabel(), testRenderItemsWithLabel(), testRenderWithLinkNewViewport(), testWithItems(), and testWithLabel().
Here is the caller graph for this function:| DropdownTest::testImplementsFactoryInterface | ( | ) |
Definition at line 37 of file DropdownTest.php.
References Vendor\Package\$f, and getFactory().
Here is the call graph for this function:| DropdownTest::testRenderEmpty | ( | ) |
Definition at line 71 of file DropdownTest.php.
References Vendor\Package\$c, Vendor\Package\$f, $r, ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
Here is the call graph for this function:| DropdownTest::testRenderItems | ( | ) |
Definition at line 84 of file DropdownTest.php.
References Vendor\Package\$c, Vendor\Package\$f, $r, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS\Repository\button(), ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
Here is the call graph for this function:| DropdownTest::testRenderItemsWithAriaLabel | ( | ) |
Definition at line 163 of file DropdownTest.php.
References Vendor\Package\$c, Vendor\Package\$f, $r, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS\Repository\button(), ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
Here is the call graph for this function:| DropdownTest::testRenderItemsWithLabel | ( | ) |
Definition at line 113 of file DropdownTest.php.
References Vendor\Package\$c, Vendor\Package\$f, $r, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS\Repository\button(), ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
Here is the call graph for this function:| DropdownTest::testRenderWithLinkNewViewport | ( | ) |
Definition at line 139 of file DropdownTest.php.
References Vendor\Package\$c, Vendor\Package\$f, $r, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS\Repository\button(), ILIAS_UI_TestBase\getDefaultRenderer(), getFactory(), and ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\to().
Here is the call graph for this function:| DropdownTest::testWithItems | ( | ) |
Definition at line 53 of file DropdownTest.php.
References Vendor\Package\$c, Vendor\Package\$f, and getFactory().
Here is the call graph for this function:| DropdownTest::testWithLabel | ( | ) |
Definition at line 44 of file DropdownTest.php.
References Vendor\Package\$c, Vendor\Package\$f, and getFactory().
Here is the call graph for this function: