ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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().
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.
ilSystemStyleMessageStackTest::testGetAndSetMessages | ( | ) |
Definition at line 120 of file ilSystemStyleMessageStackTest.php.
References $messageStringTwo, ilSystemStyleMessageStack\addMessage(), createTestEnvironment(), ilSystemStyleMessageStack\getMessages(), and ilSystemStyleMessage\TYPE_SUCCESS.
ilSystemStyleMessageStackTest::testHasMessages | ( | ) |
Definition at line 134 of file ilSystemStyleMessageStackTest.php.
References ilSystemStyleMessageStack\addMessage(), createTestEnvironment(), and ilSystemStyleMessageStack\hasMessages().
ilSystemStyleMessageStackTest::testJoinedMessages | ( | ) |
Definition at line 91 of file ilSystemStyleMessageStackTest.php.
References ilSystemStyleMessageStack\addMessage(), createTestEnvironment(), ilSystemStyleMessageStack\getJoinedMessages(), ilSystemStyleMessage\TYPE_ERROR, and ilSystemStyleMessage\TYPE_SUCCESS.
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.
|
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.
Referenced by testGetAndSetMessages().