|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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 14 of file ilSystemStyleMessageStackTest.php.
|
protected |
Definition at line 147 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 70 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 122 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 136 of file ilSystemStyleMessageStackTest.php.
References ilSystemStyleMessageStack\addMessage(), createTestEnvironment(), and ilSystemStyleMessageStack\hasMessages().
Here is the call graph for this function:| ilSystemStyleMessageStackTest::testJoinedMessages | ( | ) |
Definition at line 93 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 47 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 20 of file ilSystemStyleMessageStackTest.php.
|
protected |
Definition at line 45 of file ilSystemStyleMessageStackTest.php.
|
protected |
Definition at line 40 of file ilSystemStyleMessageStackTest.php.
|
protected |
Definition at line 25 of file ilSystemStyleMessageStackTest.php.
|
protected |
Definition at line 35 of file ilSystemStyleMessageStackTest.php.
|
protected |
Definition at line 30 of file ilSystemStyleMessageStackTest.php.