|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for StandardInterruptiveItemTest:
Collaboration diagram for StandardInterruptiveItemTest:Public Member Functions | |
| setUp () | |
| testGetTitle () | |
| testGetIcon () | |
| testGetDescription () | |
| testRender () | |
| testRenderWithoutDescription () | |
| testRenderWithoutIcon () | |
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 () | |
| getItemWithoutDescription () | |
| getItemWithoutIcon () | |
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 | $title |
| I Image Image | $image |
| string | $description |
Definition at line 28 of file StandardInterruptiveItemTest.php.
|
protected |
Definition at line 43 of file StandardInterruptiveItemTest.php.
Referenced by testGetDescription(), testGetIcon(), testGetTitle(), and testRender().
Here is the caller graph for this function:
|
protected |
Definition at line 53 of file StandardInterruptiveItemTest.php.
Referenced by testGetDescription(), and testRenderWithoutDescription().
Here is the caller graph for this function:
|
protected |
Definition at line 62 of file StandardInterruptiveItemTest.php.
Referenced by testGetIcon(), and testRenderWithoutIcon().
Here is the caller graph for this function:| StandardInterruptiveItemTest::setUp | ( | ) |
Definition at line 35 of file StandardInterruptiveItemTest.php.
| StandardInterruptiveItemTest::testGetDescription | ( | ) |
Definition at line 86 of file StandardInterruptiveItemTest.php.
References getItem(), and getItemWithoutDescription().
Here is the call graph for this function:| StandardInterruptiveItemTest::testGetIcon | ( | ) |
Definition at line 78 of file StandardInterruptiveItemTest.php.
References getItem(), and getItemWithoutIcon().
Here is the call graph for this function:| StandardInterruptiveItemTest::testGetTitle | ( | ) |
Definition at line 72 of file StandardInterruptiveItemTest.php.
References getItem().
Here is the call graph for this function:| StandardInterruptiveItemTest::testRender | ( | ) |
Definition at line 94 of file StandardInterruptiveItemTest.php.
References $r, ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and getItem().
Here is the call graph for this function:| StandardInterruptiveItemTest::testRenderWithoutDescription | ( | ) |
Definition at line 120 of file StandardInterruptiveItemTest.php.
References $r, ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and getItemWithoutDescription().
Here is the call graph for this function:| StandardInterruptiveItemTest::testRenderWithoutIcon | ( | ) |
Definition at line 145 of file StandardInterruptiveItemTest.php.
References $r, ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and getItemWithoutIcon().
Here is the call graph for this function:
|
private |
Definition at line 33 of file StandardInterruptiveItemTest.php.
|
private |
Definition at line 30 of file StandardInterruptiveItemTest.php.
|
private |
Definition at line 32 of file StandardInterruptiveItemTest.php.
|
private |
Definition at line 31 of file StandardInterruptiveItemTest.php.