ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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().
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.
ilSystemStyleMessageStackTest::testGetAndSetMessages | ( | ) |
Definition at line 122 of file ilSystemStyleMessageStackTest.php.
References $messageStringTwo, ilSystemStyleMessageStack\addMessage(), createTestEnvironment(), ilSystemStyleMessageStack\getMessages(), and ilSystemStyleMessage\TYPE_SUCCESS.
ilSystemStyleMessageStackTest::testHasMessages | ( | ) |
Definition at line 136 of file ilSystemStyleMessageStackTest.php.
References ilSystemStyleMessageStack\addMessage(), createTestEnvironment(), and ilSystemStyleMessageStack\hasMessages().
ilSystemStyleMessageStackTest::testJoinedMessages | ( | ) |
Definition at line 93 of file ilSystemStyleMessageStackTest.php.
References ilSystemStyleMessageStack\addMessage(), createTestEnvironment(), ilSystemStyleMessageStack\getJoinedMessages(), ilSystemStyleMessage\TYPE_ERROR, and ilSystemStyleMessage\TYPE_SUCCESS.
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.
|
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.
Referenced by testGetAndSetMessages().