|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ToastTest:
Collaboration diagram for ToastTest:Public Member Functions | |
| getToastFactory () | |
| getIconFactory () | |
| getLinkFactory () | |
| test_implements_factory_interface () | |
| test_toast (string $title, string $description, int $vanish_time, int $delay_time, string $action) | |
| @dataProvider toast_provider More... | |
| test_toast_container (string $title, string $description, int $vanish_time) | |
| @dataProvider toast_provider More... | |
| toast_provider () | |
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) | |
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 test_toast(), and test_toast_container().
Here is the caller graph for this function:| ToastTest::getLinkFactory | ( | ) |
Definition at line 40 of file ToastTest.php.
Referenced by test_toast().
Here is the caller graph for this function:| ToastTest::getToastFactory | ( | ) |
Definition at line 30 of file ToastTest.php.
Referenced by test_implements_factory_interface(), test_toast(), and test_toast_container().
Here is the caller graph for this function:| ToastTest::test_implements_factory_interface | ( | ) |
Definition at line 45 of file ToastTest.php.
References Vendor\Package\$f, and getToastFactory().
Here is the call graph for this function:| ToastTest::test_toast | ( | string | $title, |
| string | $description, | ||
| int | $vanish_time, | ||
| int | $delay_time, | ||
| string | $action | ||
| ) |
@dataProvider toast_provider
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::test_toast_container | ( | string | $title, |
| string | $description, | ||
| int | $vanish_time | ||
| ) |
@dataProvider toast_provider
Definition at line 82 of file ToastTest.php.
References $container, getIconFactory(), getToastFactory(), and ILIAS\UI\examples\MainControls\Slate\Notification\standard().
Here is the call graph for this function:| ToastTest::toast_provider | ( | ) |
Definition at line 94 of file ToastTest.php.