|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ToastTest:
Collaboration diagram for ToastTest:Public Member Functions | |
| getToastFactory () | |
| getIconFactory () | |
| getLinkFactory () | |
| testImplementsFactoryInterface () | |
| testToast (string $title, string $description, string $action) | |
| getToastProvider More... | |
| testToastContainer (string $title, string $description) | |
| getToastProvider More... | |
| getToastProvider () | |
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) | |
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... | |
Definition at line 28 of file ToastTest.php.
| ToastTest::getIconFactory | ( | ) |
Definition at line 35 of file ToastTest.php.
Referenced by testToast(), and testToastContainer().
Here is the caller graph for this function:| ToastTest::getLinkFactory | ( | ) |
Definition at line 40 of file ToastTest.php.
Referenced by testToast().
Here is the caller graph for this function:| ToastTest::getToastFactory | ( | ) |
Definition at line 30 of file ToastTest.php.
Referenced by testImplementsFactoryInterface(), testToast(), and testToastContainer().
Here is the caller graph for this function:| ToastTest::getToastProvider | ( | ) |
Definition at line 90 of file ToastTest.php.
| ToastTest::testImplementsFactoryInterface | ( | ) |
Definition at line 45 of file ToastTest.php.
References Vendor\Package\$f, and getToastFactory().
Here is the call graph for this function:| ToastTest::testToast | ( | string | $title, |
| string | $description, | ||
| string | $action | ||
| ) |
getToastProvider
Definition at line 58 of file ToastTest.php.
References getIconFactory(), getLinkFactory(), getToastFactory(), and ILIAS\UI\examples\MainControls\Slate\Notification\standard().
Here is the call graph for this function:| ToastTest::testToastContainer | ( | string | $title, |
| string | $description | ||
| ) |
getToastProvider
Definition at line 78 of file ToastTest.php.
References $container, getIconFactory(), getToastFactory(), and ILIAS\UI\examples\MainControls\Slate\Notification\standard().
Here is the call graph for this function: