|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for RadioInputTest:
Collaboration diagram for RadioInputTest:Public Member Functions | |
| setUp () | |
| testImplementsFactoryInterface () | |
| testRender () | |
| testRenderValue () | |
| testRenderDisabled () | |
| testRadioValueOK () | |
| testRadioValueNotOK () | |
| testRadioValueNotOKType () | |
| testRadioValueOKForNull () | |
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) | |
Protected Member Functions | |
| buildFactory () | |
| buildRadio () | |
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... | |
Protected Attributes | |
| DefNamesource | $name_source |
Definition at line 30 of file RadioInputTest.php.
|
protected |
Definition at line 39 of file RadioInputTest.php.
Referenced by buildRadio(), and testImplementsFactoryInterface().
Here is the caller graph for this function:
|
protected |
Definition at line 52 of file RadioInputTest.php.
References Vendor\Package\$f, and buildFactory().
Referenced by testRadioValueNotOK(), testRadioValueNotOKType(), testRadioValueOK(), testRadioValueOKForNull(), testRender(), testRenderDisabled(), and testRenderValue().
Here is the call graph for this function:
Here is the caller graph for this function:| RadioInputTest::setUp | ( | ) |
Definition at line 34 of file RadioInputTest.php.
| RadioInputTest::testImplementsFactoryInterface | ( | ) |
Definition at line 64 of file RadioInputTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| RadioInputTest::testRadioValueNotOK | ( | ) |
Definition at line 180 of file RadioInputTest.php.
References buildRadio().
Here is the call graph for this function:| RadioInputTest::testRadioValueNotOKType | ( | ) |
Definition at line 186 of file RadioInputTest.php.
References buildRadio().
Here is the call graph for this function:| RadioInputTest::testRadioValueOK | ( | ) |
Definition at line 174 of file RadioInputTest.php.
References buildRadio().
Here is the call graph for this function:| RadioInputTest::testRadioValueOKForNull | ( | ) |
Definition at line 192 of file RadioInputTest.php.
References buildRadio().
Here is the call graph for this function:| RadioInputTest::testRender | ( | ) |
Definition at line 72 of file RadioInputTest.php.
References $r, ILIAS_UI_TestBase\assertHTMLEquals(), buildRadio(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| RadioInputTest::testRenderDisabled | ( | ) |
Definition at line 142 of file RadioInputTest.php.
References $r, ILIAS_UI_TestBase\assertHTMLEquals(), buildRadio(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| RadioInputTest::testRenderValue | ( | ) |
Definition at line 104 of file RadioInputTest.php.
References $r, ILIAS_UI_TestBase\assertHTMLEquals(), buildRadio(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:
|
protected |
Definition at line 32 of file RadioInputTest.php.