|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Tests for the Slate. More...
Inheritance diagram for SlateTest:
Collaboration diagram for SlateTest:Public Member Functions | |
| setUp () | |
| testConstruction () | |
| testWithEngaged (Slate $slate) | |
| @depends testConstruction More... | |
| testWithAriaRole (Slate $slate) | |
| @depends testConstruction More... | |
| testWithAriaRoleIncorrect (Slate $slate) | |
| @depends testConstruction More... | |
| testSignals (Slate $slate) | |
| @depends testConstruction More... | |
| testDifferentSignals (array $signals) | |
| @depends testSignals More... | |
Public Member Functions inherited from ILIAS_UI_TestBase | |
| setUp () | |
| tearDown () | |
| getUIFactory () | |
| getTemplateFactory () | |
| getResourceRegistry () | |
| getLanguage () | |
| getJavaScriptBinding () | |
| getRefinery () | |
| getImagePathResolver () | |
| getDefaultRenderer (JavaScriptBinding $js_binding=null, $with_stub_renderings=[]) | |
| getDecoratedRenderer (Renderer $default) | |
| normalizeHTML ($html) | |
| assertHTMLEquals ($expected_html_as_string, $html_as_string) | |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS_UI_TestBase | |
| brutallyTrimHTML ($html) | |
| A more radical version of normalizeHTML. More... | |
Tests for the Slate.
Definition at line 32 of file SlateTest.php.
| SlateTest::setUp | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 34 of file SlateTest.php.
| SlateTest::testConstruction | ( | ) |
Definition at line 41 of file SlateTest.php.
References $name.
| SlateTest::testDifferentSignals | ( | array | $signals | ) |
@depends testSignals
Definition at line 111 of file SlateTest.php.
| SlateTest::testSignals | ( | Slate | $slate | ) |
@depends testConstruction
Definition at line 95 of file SlateTest.php.
References ILIAS\UI\Implementation\Component\MainControls\Slate\Slate\getEngageSignal(), ILIAS\UI\Implementation\Component\MainControls\Slate\Slate\getReplaceSignal(), and ILIAS\UI\Implementation\Component\MainControls\Slate\Slate\getToggleSignal().
Here is the call graph for this function:| SlateTest::testWithAriaRole | ( | Slate | $slate | ) |
@depends testConstruction
Definition at line 69 of file SlateTest.php.
References Vendor\Package\$e, ILIAS\UI\Implementation\Component\MainControls\Slate\Slate\getAriaRole(), and ILIAS\UI\Implementation\Component\MainControls\Slate\Slate\withAriaRole().
Here is the call graph for this function:| SlateTest::testWithAriaRoleIncorrect | ( | Slate | $slate | ) |
@depends testConstruction
Definition at line 82 of file SlateTest.php.
References Vendor\Package\$e, and ILIAS\UI\Implementation\Component\MainControls\Slate\Slate\withAriaRole().
Here is the call graph for this function:| SlateTest::testWithEngaged | ( | Slate | $slate | ) |
@depends testConstruction
Definition at line 60 of file SlateTest.php.
References ILIAS\UI\Implementation\Component\MainControls\Slate\Slate\getEngaged(), and ILIAS\UI\Implementation\Component\MainControls\Slate\Slate\withEngaged().
Here is the call graph for this function: