|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Inheritance diagram for GroupInputTest:
Collaboration diagram for GroupInputTest:Public Member Functions | |
| setUp () | |
| testWithDisabledDisablesChildren () | |
| testWithRequiredRequiresChildren () | |
| testGroupMayOnlyHaveInputChildren () | |
| testGroupForwardsValuesOnWithValue () | |
| testWithValuePreservesKeys () | |
| testGroupOnlyDoesNoAcceptNonArrayValue () | |
| testGroupOnlyDoesNoAcceptArrayValuesWithWrongLength () | |
| testGroupForwardsValuesOnGetValue () | |
| testWithInputCallsChildrenAndAppliesOperations () | |
| testWithInputDoesNotApplyOperationsOnError () | |
| testErrorIsI18NOnError () | |
| testWithoutChildren () | |
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 GroupInputTest.php.
| GroupInputTest::setUp | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 28 of file GroupInputTest.php.
References language().
Here is the call graph for this function:| GroupInputTest::testErrorIsI18NOnError | ( | ) |
Definition at line 287 of file GroupInputTest.php.
References language().
Here is the call graph for this function:| GroupInputTest::testGroupForwardsValuesOnGetValue | ( | ) |
Definition at line 182 of file GroupInputTest.php.
| GroupInputTest::testGroupForwardsValuesOnWithValue | ( | ) |
Definition at line 104 of file GroupInputTest.php.
| GroupInputTest::testGroupMayOnlyHaveInputChildren | ( | ) |
Definition at line 90 of file GroupInputTest.php.
References language().
Here is the call graph for this function:| GroupInputTest::testGroupOnlyDoesNoAcceptArrayValuesWithWrongLength | ( | ) |
Definition at line 175 of file GroupInputTest.php.
| GroupInputTest::testGroupOnlyDoesNoAcceptNonArrayValue | ( | ) |
Definition at line 168 of file GroupInputTest.php.
| GroupInputTest::testWithDisabledDisablesChildren | ( | ) |
Definition at line 46 of file GroupInputTest.php.
| GroupInputTest::testWithInputCallsChildrenAndAppliesOperations | ( | ) |
Definition at line 202 of file GroupInputTest.php.
| GroupInputTest::testWithInputDoesNotApplyOperationsOnError | ( | ) |
Definition at line 243 of file GroupInputTest.php.
References language().
Here is the call graph for this function:| GroupInputTest::testWithoutChildren | ( | ) |
Definition at line 319 of file GroupInputTest.php.
References language().
Here is the call graph for this function:| GroupInputTest::testWithRequiredRequiresChildren | ( | ) |
Definition at line 68 of file GroupInputTest.php.
| GroupInputTest::testWithValuePreservesKeys | ( | ) |
Definition at line 136 of file GroupInputTest.php.
References language().
Here is the call graph for this function:
|
private |
Definition at line 26 of file GroupInputTest.php.