ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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 () | |
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 () | |
![]() | |
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().
CheckboxInputTest::setUp | ( | ) |
Definition at line 17 of file CheckboxInputTest.php.
CheckboxInputTest::testDisabledContent | ( | ) |
Definition at line 227 of file CheckboxInputTest.php.
References Vendor\Package\$f, and buildFactory().
CheckboxInputTest::testFalseContent | ( | ) |
Definition at line 208 of file CheckboxInputTest.php.
References Vendor\Package\$f, and buildFactory().
CheckboxInputTest::testHandleInvalidValue | ( | ) |
Definition at line 137 of file CheckboxInputTest.php.
References Vendor\Package\$e, Vendor\Package\$f, and buildFactory().
CheckboxInputTest::testImplementsFactoryInterface | ( | ) |
Definition at line 37 of file CheckboxInputTest.php.
References Vendor\Package\$f, and buildFactory().
CheckboxInputTest::testNullValue | ( | ) |
Definition at line 263 of file CheckboxInputTest.php.
References Vendor\Package\$f, and buildFactory().
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().
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().
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().
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().
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().
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().
CheckboxInputTest::testTransformation | ( | ) |
Definition at line 242 of file CheckboxInputTest.php.
References Vendor\Package\$f, and buildFactory().
CheckboxInputTest::testTrueContent | ( | ) |
Definition at line 189 of file CheckboxInputTest.php.
References Vendor\Package\$f, and buildFactory().