ILIAS
release_8 Revision v8.23
|
Public Member Functions | |
setUp () | |
testImplementsFactoryInterface () | |
testRender () | |
testRenderError () | |
testRenderNoByline () | |
testRenderValue () | |
testHandleInvalidValue () | |
testRenderRequired () | |
testRenderDisabled () | |
testTrueContent () | |
testFalseContent () | |
testDisabledContent () | |
testTransformation () | |
testNullValue () | |
![]() | |
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 () | |
![]() | |
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().
CheckboxInputTest::setUp | ( | ) |
Definition at line 37 of file CheckboxInputTest.php.
References ILIAS\Repository\refinery().
CheckboxInputTest::testDisabledContent | ( | ) |
Definition at line 241 of file CheckboxInputTest.php.
References Vendor\Package\$f, and buildFactory().
CheckboxInputTest::testFalseContent | ( | ) |
Definition at line 222 of file CheckboxInputTest.php.
References Vendor\Package\$f, and buildFactory().
CheckboxInputTest::testHandleInvalidValue | ( | ) |
Definition at line 152 of file CheckboxInputTest.php.
References Vendor\Package\$e, Vendor\Package\$f, and buildFactory().
CheckboxInputTest::testImplementsFactoryInterface | ( | ) |
Definition at line 56 of file CheckboxInputTest.php.
References Vendor\Package\$f, and buildFactory().
CheckboxInputTest::testNullValue | ( | ) |
Definition at line 276 of file CheckboxInputTest.php.
References Vendor\Package\$f, and buildFactory().
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().
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().
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().
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().
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().
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().
CheckboxInputTest::testTransformation | ( | ) |
Definition at line 256 of file CheckboxInputTest.php.
References Vendor\Package\$f, buildFactory(), and ILIAS\Repository\refinery().
CheckboxInputTest::testTrueContent | ( | ) |
Definition at line 203 of file CheckboxInputTest.php.
References Vendor\Package\$f, and buildFactory().
|
protected |
Definition at line 34 of file CheckboxInputTest.php.
|
protected |
Definition at line 35 of file CheckboxInputTest.php.