|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Inheritance diagram for OptionalGroupInputTest:
Collaboration diagram for OptionalGroupInputTest:Public Member Functions | |
| setUp () | |
| testWithDisabledDisablesChildren () | |
| testWithRequiredDoesNotRequire () | |
| testOptionalGroupMayOnlyHaveInputChildren () | |
| testOptionalGroupForwardsValuesOnWithValue () | |
| testGroupOnlyDoesNoAcceptNonArrayValue () | |
| testGroupOnlyDoesNoAcceptArrayValuesWithWrongLength () | |
| testGroupAcceptsNullButDoesNotForward () | |
| testGroupForwardsValuesOnGetValue () | |
| testWithInputCallsChildrenAndAppliesOperations () | |
| testWithInputDoesNotApplyOperationsOnError () | |
| testWithInputDoesNotCallChildrenWhenUnchecked () | |
Public Member Functions inherited from ILIAS_UI_TestBase | |
| setUp () | |
| tearDown () | |
| getUIFactory () | |
| getTemplateFactory () | |
| getResourceRegistry () | |
| getLanguage () | |
| getJavaScriptBinding () | |
| getRefinery () | |
| getDefaultRenderer (JavaScriptBinding $js_binding=null) | |
| getDecoratedRenderer (Renderer $default) | |
| normalizeHTML ($html) | |
| assertHTMLEquals ($expected_html_as_string, $html_as_string) | |
Private Attributes | |
| $refinery | |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS_UI_TestBase | |
| brutallyTrimHTML ($html) | |
| A more radical version of normalizeHTML. More... | |
Definition at line 21 of file OptionalGroupInputTest.php.
| OptionalGroupInputTest::setUp | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 28 of file OptionalGroupInputTest.php.
References language().
Here is the call graph for this function:| OptionalGroupInputTest::testGroupAcceptsNullButDoesNotForward | ( | ) |
Definition at line 158 of file OptionalGroupInputTest.php.
| OptionalGroupInputTest::testGroupForwardsValuesOnGetValue | ( | ) |
Definition at line 183 of file OptionalGroupInputTest.php.
| OptionalGroupInputTest::testGroupOnlyDoesNoAcceptArrayValuesWithWrongLength | ( | ) |
Definition at line 151 of file OptionalGroupInputTest.php.
| OptionalGroupInputTest::testGroupOnlyDoesNoAcceptNonArrayValue | ( | ) |
Definition at line 144 of file OptionalGroupInputTest.php.
| OptionalGroupInputTest::testOptionalGroupForwardsValuesOnWithValue | ( | ) |
Definition at line 112 of file OptionalGroupInputTest.php.
| OptionalGroupInputTest::testOptionalGroupMayOnlyHaveInputChildren | ( | ) |
Definition at line 98 of file OptionalGroupInputTest.php.
References language().
Here is the call graph for this function:| OptionalGroupInputTest::testWithDisabledDisablesChildren | ( | ) |
Definition at line 58 of file OptionalGroupInputTest.php.
| OptionalGroupInputTest::testWithInputCallsChildrenAndAppliesOperations | ( | ) |
Definition at line 203 of file OptionalGroupInputTest.php.
| OptionalGroupInputTest::testWithInputDoesNotApplyOperationsOnError | ( | ) |
Definition at line 252 of file OptionalGroupInputTest.php.
References language().
Here is the call graph for this function:| OptionalGroupInputTest::testWithInputDoesNotCallChildrenWhenUnchecked | ( | ) |
Definition at line 302 of file OptionalGroupInputTest.php.
| OptionalGroupInputTest::testWithRequiredDoesNotRequire | ( | ) |
Definition at line 80 of file OptionalGroupInputTest.php.
|
private |
Definition at line 26 of file OptionalGroupInputTest.php.