|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ilSystemStyleMessageTest:
Collaboration diagram for ilSystemStyleMessageTest:Public Member Functions | |
| testConstructor () | |
| testGetAndSetMessage () | |
| testGetAndSetTypeID () | |
| testGetMessageOutput () | |
Protected Attributes | |
| $ilSystemStyleMessage | |
| $messageString = "This is a message" | |
Definition at line 13 of file ilSystemStyleMessageTest.php.
| ilSystemStyleMessageTest::testConstructor | ( | ) |
Definition at line 26 of file ilSystemStyleMessageTest.php.
References ilSystemStyleMessage\getMessage(), ilSystemStyleMessage\getTypeId(), ilSystemStyleMessage\TYPE_ERROR, ilSystemStyleMessage\TYPE_INFO, and ilSystemStyleMessage\TYPE_SUCCESS.
Here is the call graph for this function:| ilSystemStyleMessageTest::testGetAndSetMessage | ( | ) |
Definition at line 41 of file ilSystemStyleMessageTest.php.
References ilSystemStyleMessage\getMessage(), ilSystemStyleMessage\setMessage(), and ilSystemStyleMessage\TYPE_INFO.
Here is the call graph for this function:| ilSystemStyleMessageTest::testGetAndSetTypeID | ( | ) |
Definition at line 48 of file ilSystemStyleMessageTest.php.
References ilSystemStyleMessage\getTypeId(), ilSystemStyleMessage\setTypeId(), ilSystemStyleMessage\TYPE_ERROR, ilSystemStyleMessage\TYPE_INFO, and ilSystemStyleMessage\TYPE_SUCCESS.
Here is the call graph for this function:| ilSystemStyleMessageTest::testGetMessageOutput | ( | ) |
Definition at line 61 of file ilSystemStyleMessageTest.php.
References ilSystemStyleMessage\getMessageOutput(), and ilSystemStyleMessage\TYPE_INFO.
Here is the call graph for this function:
|
protected |
Definition at line 19 of file ilSystemStyleMessageTest.php.
|
protected |
Definition at line 24 of file ilSystemStyleMessageTest.php.