|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for ilSystemStyleMessageStackTest:
Collaboration diagram for ilSystemStyleMessageStackTest:Public Member Functions | |
| testPrependMessage () | |
| testAddMessage () | |
| testJoinedMessages () | |
| testGetAndSetMessages () | |
| testHasMessages () | |
Protected Member Functions | |
| createTestEnvironment () | |
Protected Attributes | |
| $ilSystemStyleMessage | |
| $messageStringOne = "This is a message" | |
| $messageStringTwo = "Godzilla has taken over the world." | |
| $messageStringThree = "A small, cute cat destroyed Godzilla." | |
| $messages = array() | |
| $ilSystemStyleMessageStack | |
Definition at line 12 of file ilSystemStyleMessageStackTest.php.
|
protected |
Definition at line 145 of file ilSystemStyleMessageStackTest.php.
References ilSystemStyleMessage\TYPE_INFO.
Referenced by testAddMessage(), testGetAndSetMessages(), testHasMessages(), testJoinedMessages(), and testPrependMessage().
Here is the caller graph for this function:| ilSystemStyleMessageStackTest::testAddMessage | ( | ) |
Definition at line 68 of file ilSystemStyleMessageStackTest.php.
References ilSystemStyleMessageStack\addMessage(), createTestEnvironment(), ilSystemStyleMessageStack\getMessages(), ilSystemStyleMessage\TYPE_ERROR, ilSystemStyleMessage\TYPE_INFO, and ilSystemStyleMessage\TYPE_SUCCESS.
Here is the call graph for this function:| ilSystemStyleMessageStackTest::testGetAndSetMessages | ( | ) |
Definition at line 120 of file ilSystemStyleMessageStackTest.php.
References ilSystemStyleMessageStack\addMessage(), createTestEnvironment(), ilSystemStyleMessageStack\getMessages(), and ilSystemStyleMessage\TYPE_SUCCESS.
Here is the call graph for this function:| ilSystemStyleMessageStackTest::testHasMessages | ( | ) |
Definition at line 134 of file ilSystemStyleMessageStackTest.php.
References ilSystemStyleMessageStack\addMessage(), createTestEnvironment(), and ilSystemStyleMessageStack\hasMessages().
Here is the call graph for this function:| ilSystemStyleMessageStackTest::testJoinedMessages | ( | ) |
Definition at line 91 of file ilSystemStyleMessageStackTest.php.
References ilSystemStyleMessageStack\addMessage(), createTestEnvironment(), ilSystemStyleMessageStack\getJoinedMessages(), ilSystemStyleMessage\TYPE_ERROR, and ilSystemStyleMessage\TYPE_SUCCESS.
Here is the call graph for this function:| ilSystemStyleMessageStackTest::testPrependMessage | ( | ) |
Definition at line 45 of file ilSystemStyleMessageStackTest.php.
References createTestEnvironment(), ilSystemStyleMessageStack\getMessages(), ilSystemStyleMessageStack\prependMessage(), ilSystemStyleMessage\TYPE_ERROR, ilSystemStyleMessage\TYPE_INFO, and ilSystemStyleMessage\TYPE_SUCCESS.
Here is the call graph for this function:
|
protected |
Definition at line 18 of file ilSystemStyleMessageStackTest.php.
|
protected |
Definition at line 43 of file ilSystemStyleMessageStackTest.php.
|
protected |
Definition at line 38 of file ilSystemStyleMessageStackTest.php.
|
protected |
Definition at line 23 of file ilSystemStyleMessageStackTest.php.
|
protected |
Definition at line 33 of file ilSystemStyleMessageStackTest.php.
|
protected |
Definition at line 28 of file ilSystemStyleMessageStackTest.php.