|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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 () | |
| getDefaultRenderer (JavaScriptBinding $js_binding=null, $with_stub_renderings=[]) | |
| getDecoratedRenderer (Renderer $default) | |
| normalizeHTML ($html) | |
| assertHTMLEquals ($expected_html_as_string, $html_as_string) | |
Protected Member Functions | |
| buildFactory () | |
Protected Member Functions inherited from ILIAS_UI_TestBase | |
| brutallyTrimHTML ($html) | |
| A more radical version of normalizeHTML. More... | |
Definition at line 15 of file CheckboxInputTest.php.
|
protected |
Definition at line 24 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 17 of file CheckboxInputTest.php.
| CheckboxInputTest::testDisabledContent | ( | ) |
Definition at line 227 of file CheckboxInputTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| CheckboxInputTest::testFalseContent | ( | ) |
Definition at line 208 of file CheckboxInputTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| CheckboxInputTest::testHandleInvalidValue | ( | ) |
Definition at line 137 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 37 of file CheckboxInputTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| CheckboxInputTest::testNullValue | ( | ) |
Definition at line 263 of file CheckboxInputTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| CheckboxInputTest::testRender | ( | ) |
Definition at line 48 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 170 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 71 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 96 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 151 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 117 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 242 of file CheckboxInputTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| CheckboxInputTest::testTrueContent | ( | ) |
Definition at line 189 of file CheckboxInputTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function: