|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ToggleButtonTest:
Collaboration diagram for ToggleButtonTest:Public Member Functions | |
| getFactory () | |
| testImplementsFactoryInterface () | |
| testConstructionActionOnTypeWrong () | |
| testConstructionActionOffTypeWrong () | |
| testSetOnOnDefault () | |
| testAppendOnAction () | |
| testAppendOffAction () | |
| testRenderWithLabel () | |
| testAppendUnavailAction (Toggle $button) | |
| testRenderSetOnOnDefault 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) | |
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 Toggle Button.
Definition at line 31 of file ToggleButtonTest.php.
| ToggleButtonTest::getFactory | ( | ) |
Definition at line 33 of file ToggleButtonTest.php.
Referenced by testAppendOffAction(), testAppendOnAction(), testConstructionActionOffTypeWrong(), testConstructionActionOnTypeWrong(), testImplementsFactoryInterface(), testRenderWithLabel(), and testSetOnOnDefault().
Here is the caller graph for this function:| ToggleButtonTest::testAppendOffAction | ( | ) |
Definition at line 91 of file ToggleButtonTest.php.
References Vendor\Package\$f, and getFactory().
Here is the call graph for this function:| ToggleButtonTest::testAppendOnAction | ( | ) |
Definition at line 78 of file ToggleButtonTest.php.
References Vendor\Package\$f, and getFactory().
Here is the call graph for this function:| ToggleButtonTest::testAppendUnavailAction | ( | Toggle | $button | ) |
testRenderSetOnOnDefault
Definition at line 168 of file ToggleButtonTest.php.
References $r, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS\UI\Component\Button\Button\withUnavailableAction().
Here is the call graph for this function:| ToggleButtonTest::testConstructionActionOffTypeWrong | ( | ) |
Definition at line 59 of file ToggleButtonTest.php.
References Vendor\Package\$e, Vendor\Package\$f, and getFactory().
Here is the call graph for this function:| ToggleButtonTest::testConstructionActionOnTypeWrong | ( | ) |
Definition at line 48 of file ToggleButtonTest.php.
References Vendor\Package\$e, Vendor\Package\$f, and getFactory().
Here is the call graph for this function:| ToggleButtonTest::testImplementsFactoryInterface | ( | ) |
Definition at line 38 of file ToggleButtonTest.php.
References Vendor\Package\$f, and getFactory().
Here is the call graph for this function:| ToggleButtonTest::testRenderWithLabel | ( | ) |
Definition at line 103 of file ToggleButtonTest.php.
References $r, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS\Repository\button(), ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
Here is the call graph for this function:| ToggleButtonTest::testSetOnOnDefault | ( | ) |
Definition at line 70 of file ToggleButtonTest.php.
References Vendor\Package\$f, and getFactory().
Here is the call graph for this function: