|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for KeyValueInterruptiveItemTest:
Collaboration diagram for KeyValueInterruptiveItemTest:Public Member Functions | |
| setUp () | |
| testGetKey () | |
| testGetValue () | |
| testRender () | |
Public Member Functions inherited from ILIAS_UI_TestBase | |
| setUp () | |
| tearDown () | |
| getUIFactory () | |
| getTemplateFactory () | |
| getResourceRegistry () | |
| getLanguage () | |
| getJavaScriptBinding () | |
| getRefinery () | |
| getImagePathResolver () | |
| getDataFactory () | |
| getHelpTextRetriever () | |
| getUploadLimitResolver () | |
| 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 | |
| getItem () | |
Protected Member Functions inherited from ILIAS_UI_TestBase | |
| 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... | |
Private Attributes | |
| string | $id |
| string | $key |
| string | $value |
Definition at line 28 of file KeyValueInterruptiveItemTest.php.
|
protected |
Definition at line 41 of file KeyValueInterruptiveItemTest.php.
Referenced by testGetKey(), testGetValue(), and testRender().
Here is the caller graph for this function:| KeyValueInterruptiveItemTest::setUp | ( | ) |
Definition at line 34 of file KeyValueInterruptiveItemTest.php.
| KeyValueInterruptiveItemTest::testGetKey | ( | ) |
Definition at line 50 of file KeyValueInterruptiveItemTest.php.
References getItem().
Here is the call graph for this function:| KeyValueInterruptiveItemTest::testGetValue | ( | ) |
Definition at line 56 of file KeyValueInterruptiveItemTest.php.
References getItem().
Here is the call graph for this function:| KeyValueInterruptiveItemTest::testRender | ( | ) |
Definition at line 62 of file KeyValueInterruptiveItemTest.php.
References $r, ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and getItem().
Here is the call graph for this function:
|
private |
Definition at line 30 of file KeyValueInterruptiveItemTest.php.
|
private |
Definition at line 31 of file KeyValueInterruptiveItemTest.php.
|
private |
Definition at line 32 of file KeyValueInterruptiveItemTest.php.