|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for CheckboxInputTest:
Collaboration diagram for CheckboxInputTest:Public Member Functions | |
| setUp () | |
| testImplementsFactoryInterface () | |
| testRender () | |
| testRenderError () | |
| testRenderNoByline () | |
| testRenderValue () | |
| testHandleInvalidValue () | |
| testRenderRequired () | |
| testRenderDisabled () | |
| testTrueContent () | |
| testFalseContent () | |
| testDisabledContent () | |
| testTransformation () | |
| testNullValue () | |
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) | |
Protected Member Functions | |
| buildFactory () | |
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 |
| Refinery | $refinery |
Definition at line 32 of file CheckboxInputTest.php.
|
protected |
Definition at line 43 of file CheckboxInputTest.php.
Referenced by testDisabledContent(), testFalseContent(), testHandleInvalidValue(), testImplementsFactoryInterface(), testNullValue(), testRender(), testRenderDisabled(), testRenderError(), testRenderNoByline(), testRenderRequired(), testRenderValue(), testTransformation(), and testTrueContent().
Here is the caller graph for this function:| CheckboxInputTest::setUp | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 37 of file CheckboxInputTest.php.
References ILIAS\Repository\refinery().
Here is the call graph for this function:| CheckboxInputTest::testDisabledContent | ( | ) |
Definition at line 241 of file CheckboxInputTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| CheckboxInputTest::testFalseContent | ( | ) |
Definition at line 222 of file CheckboxInputTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| CheckboxInputTest::testHandleInvalidValue | ( | ) |
Definition at line 152 of file CheckboxInputTest.php.
References Vendor\Package\$e, Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| CheckboxInputTest::testImplementsFactoryInterface | ( | ) |
Definition at line 56 of file CheckboxInputTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| CheckboxInputTest::testNullValue | ( | ) |
Definition at line 276 of file CheckboxInputTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| CheckboxInputTest::testRender | ( | ) |
Definition at line 66 of file CheckboxInputTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| CheckboxInputTest::testRenderDisabled | ( | ) |
Definition at line 184 of file CheckboxInputTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| CheckboxInputTest::testRenderError | ( | ) |
Definition at line 88 of file CheckboxInputTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| CheckboxInputTest::testRenderNoByline | ( | ) |
Definition at line 112 of file CheckboxInputTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| CheckboxInputTest::testRenderRequired | ( | ) |
Definition at line 165 of file CheckboxInputTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| CheckboxInputTest::testRenderValue | ( | ) |
Definition at line 132 of file CheckboxInputTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| CheckboxInputTest::testTransformation | ( | ) |
Definition at line 256 of file CheckboxInputTest.php.
References Vendor\Package\$f, buildFactory(), function, and ILIAS\Repository\refinery().
Here is the call graph for this function:| CheckboxInputTest::testTrueContent | ( | ) |
Definition at line 203 of file CheckboxInputTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:
|
protected |
Definition at line 34 of file CheckboxInputTest.php.
|
protected |
Definition at line 35 of file CheckboxInputTest.php.