|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Test on Message Box implementation. More...
Inheritance diagram for MessageBoxTest:
Collaboration diagram for MessageBoxTest:Public Member Functions | |
| getMessageBoxFactory () | |
| getButtonFactory () | |
| getLinkFactory () | |
| getMessageboxTypeProvider () | |
| getUIFactory () | |
| testImplementsFactoryInterface (string $factory_method) | |
| getMessageboxTypeProvider More... | |
| testMessageboxTypes (string $factory_method) | |
| getMessageboxTypeProvider More... | |
| testMessageboxMessagetext (string $factory_method) | |
| getMessageboxTypeProvider More... | |
| testWithButtons (string $factory_method) | |
| getMessageboxTypeProvider More... | |
| testWithLinks (string $factory_method) | |
| getMessageboxTypeProvider More... | |
| testWithButtonsAndLinks (string $factory_method) | |
| getMessageboxTypeProvider More... | |
| testRenderSimple (string $factory_method) | |
| getMessageboxTypeProvider More... | |
| testRenderWithButtons (string $factory_method) | |
| getMessageboxTypeProvider More... | |
| testRenderWithLinks (string $factory_method) | |
| getMessageboxTypeProvider More... | |
| testRenderWithButtonsAndLinks (string $factory_method) | |
| getMessageboxTypeProvider More... | |
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) | |
Static Public Attributes | |
| static array | $canonical_css_classes |
| static array | $canonical_role_types |
Additional Inherited Members | |
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 Message Box implementation.
Definition at line 30 of file MessageBoxTest.php.
| MessageBoxTest::getButtonFactory | ( | ) |
Definition at line 36 of file MessageBoxTest.php.
Referenced by testRenderWithButtons(), testRenderWithButtonsAndLinks(), testWithButtons(), and testWithButtonsAndLinks().
Here is the caller graph for this function:| MessageBoxTest::getLinkFactory | ( | ) |
Definition at line 40 of file MessageBoxTest.php.
Referenced by testRenderWithButtonsAndLinks(), testRenderWithLinks(), testWithButtonsAndLinks(), and testWithLinks().
Here is the caller graph for this function:| MessageBoxTest::getMessageBoxFactory | ( | ) |
Definition at line 32 of file MessageBoxTest.php.
Referenced by testImplementsFactoryInterface(), testMessageboxMessagetext(), testMessageboxTypes(), testRenderSimple(), testRenderWithButtons(), testRenderWithButtonsAndLinks(), testRenderWithLinks(), testWithButtons(), testWithButtonsAndLinks(), and testWithLinks().
Here is the caller graph for this function:| MessageBoxTest::getMessageboxTypeProvider | ( | ) |
Definition at line 45 of file MessageBoxTest.php.
| MessageBoxTest::getUIFactory | ( | ) |
Definition at line 66 of file MessageBoxTest.php.
References ILIAS\Repository\listing().
Here is the call graph for this function:| MessageBoxTest::testImplementsFactoryInterface | ( | string | $factory_method | ) |
getMessageboxTypeProvider
Definition at line 79 of file MessageBoxTest.php.
References Vendor\Package\$f, and getMessageBoxFactory().
Here is the call graph for this function:| MessageBoxTest::testMessageboxMessagetext | ( | string | $factory_method | ) |
getMessageboxTypeProvider
Definition at line 102 of file MessageBoxTest.php.
References Vendor\Package\$f, and getMessageBoxFactory().
Here is the call graph for this function:| MessageBoxTest::testMessageboxTypes | ( | string | $factory_method | ) |
getMessageboxTypeProvider
Definition at line 90 of file MessageBoxTest.php.
References Vendor\Package\$f, and getMessageBoxFactory().
Here is the call graph for this function:| MessageBoxTest::testRenderSimple | ( | string | $factory_method | ) |
getMessageboxTypeProvider
Definition at line 170 of file MessageBoxTest.php.
References Vendor\Package\$f, $r, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), getMessageBoxFactory(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:| MessageBoxTest::testRenderWithButtons | ( | string | $factory_method | ) |
getMessageboxTypeProvider
Definition at line 188 of file MessageBoxTest.php.
References Vendor\Package\$f, $r, ILIAS_UI_TestBase\assertHTMLEquals(), getButtonFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), getMessageBoxFactory(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:| MessageBoxTest::testRenderWithButtonsAndLinks | ( | string | $factory_method | ) |
getMessageboxTypeProvider
Definition at line 239 of file MessageBoxTest.php.
References Vendor\Package\$f, $r, ILIAS_UI_TestBase\assertHTMLEquals(), getButtonFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), getLinkFactory(), getMessageBoxFactory(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:| MessageBoxTest::testRenderWithLinks | ( | string | $factory_method | ) |
getMessageboxTypeProvider
Definition at line 212 of file MessageBoxTest.php.
References Vendor\Package\$f, $r, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), getLinkFactory(), getMessageBoxFactory(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:| MessageBoxTest::testWithButtons | ( | string | $factory_method | ) |
getMessageboxTypeProvider
Definition at line 114 of file MessageBoxTest.php.
References Vendor\Package\$f, getButtonFactory(), and getMessageBoxFactory().
Here is the call graph for this function:| MessageBoxTest::testWithButtonsAndLinks | ( | string | $factory_method | ) |
getMessageboxTypeProvider
Definition at line 149 of file MessageBoxTest.php.
References Vendor\Package\$f, getButtonFactory(), getLinkFactory(), and getMessageBoxFactory().
Here is the call graph for this function:| MessageBoxTest::testWithLinks | ( | string | $factory_method | ) |
getMessageboxTypeProvider
Definition at line 130 of file MessageBoxTest.php.
References Vendor\Package\$f, getLinkFactory(), and getMessageBoxFactory().
Here is the call graph for this function:
|
static |
|
static |