ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
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().
|
protected |
Definition at line 53 of file StandardInterruptiveItemTest.php.
Referenced by testGetDescription(), and testRenderWithoutDescription().
|
protected |
Definition at line 62 of file StandardInterruptiveItemTest.php.
References null.
Referenced by testGetIcon(), and testRenderWithoutIcon().
StandardInterruptiveItemTest::setUp | ( | ) |
Definition at line 35 of file StandardInterruptiveItemTest.php.
StandardInterruptiveItemTest::testGetDescription | ( | ) |
Definition at line 86 of file StandardInterruptiveItemTest.php.
References getItem(), and getItemWithoutDescription().
StandardInterruptiveItemTest::testGetIcon | ( | ) |
Definition at line 78 of file StandardInterruptiveItemTest.php.
References getItem(), and getItemWithoutIcon().
StandardInterruptiveItemTest::testGetTitle | ( | ) |
Definition at line 72 of file StandardInterruptiveItemTest.php.
References getItem().
StandardInterruptiveItemTest::testRender | ( | ) |
Definition at line 94 of file StandardInterruptiveItemTest.php.
StandardInterruptiveItemTest::testRenderWithoutDescription | ( | ) |
Definition at line 120 of file StandardInterruptiveItemTest.php.
References $r, and getItemWithoutDescription().
StandardInterruptiveItemTest::testRenderWithoutIcon | ( | ) |
Definition at line 145 of file StandardInterruptiveItemTest.php.
References $r, and getItemWithoutIcon().
|
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.