ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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 139 of file ilSystemStyleMessageStackTest.php.
References ilSystemStyleMessage\TYPE_INFO.
Referenced by testAddMessage(), testGetAndSetMessages(), testHasMessages(), testJoinedMessages(), and testPrependMessage().
ilSystemStyleMessageStackTest::testAddMessage | ( | ) |
Definition at line 66 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 116 of file ilSystemStyleMessageStackTest.php.
References $messageStringTwo, ilSystemStyleMessageStack\addMessage(), createTestEnvironment(), ilSystemStyleMessageStack\getMessages(), and ilSystemStyleMessage\TYPE_SUCCESS.
ilSystemStyleMessageStackTest::testHasMessages | ( | ) |
Definition at line 129 of file ilSystemStyleMessageStackTest.php.
References ilSystemStyleMessageStack\addMessage(), createTestEnvironment(), and ilSystemStyleMessageStack\hasMessages().
ilSystemStyleMessageStackTest::testJoinedMessages | ( | ) |
Definition at line 88 of file ilSystemStyleMessageStackTest.php.
References ilSystemStyleMessageStack\addMessage(), createTestEnvironment(), ilSystemStyleMessageStack\getJoinedMessages(), ilSystemStyleMessage\TYPE_ERROR, and ilSystemStyleMessage\TYPE_SUCCESS.
ilSystemStyleMessageStackTest::testPrependMessage | ( | ) |
Definition at line 44 of file ilSystemStyleMessageStackTest.php.
References createTestEnvironment(), ilSystemStyleMessageStack\getMessages(), ilSystemStyleMessageStack\prependMessage(), ilSystemStyleMessage\TYPE_ERROR, ilSystemStyleMessage\TYPE_INFO, and ilSystemStyleMessage\TYPE_SUCCESS.
|
protected |
Definition at line 17 of file ilSystemStyleMessageStackTest.php.
|
protected |
Definition at line 42 of file ilSystemStyleMessageStackTest.php.
|
protected |
Definition at line 37 of file ilSystemStyleMessageStackTest.php.
|
protected |
Definition at line 22 of file ilSystemStyleMessageStackTest.php.
|
protected |
Definition at line 32 of file ilSystemStyleMessageStackTest.php.
|
protected |
Definition at line 27 of file ilSystemStyleMessageStackTest.php.
Referenced by testGetAndSetMessages().