|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for StandardInterruptiveItemTest:
Collaboration diagram for StandardInterruptiveItemTest:Public Member Functions | |
| setUp () | |
| testGetTitle () | |
| testGetIcon () | |
| testGetDescription () | |
| testRender () | |
| testRenderWithoutDescription () | |
| testRenderWithoutIcon () | |
Protected Member Functions | |
| getItem () | |
| getItemWithoutDescription () | |
| getItemWithoutIcon () | |
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 getItem().
Here is the call graph for this function:| StandardInterruptiveItemTest::testRenderWithoutDescription | ( | ) |
Definition at line 120 of file StandardInterruptiveItemTest.php.
References getItemWithoutDescription().
Here is the call graph for this function:| StandardInterruptiveItemTest::testRenderWithoutIcon | ( | ) |
Definition at line 145 of file StandardInterruptiveItemTest.php.
References 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.