ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
testPrependMessage () | |
testAddMessage () | |
testJoinedMessages () | |
testGetUIComponentsMessages () | |
testGetAndSetMessages () | |
testHasMessages () | |
Protected Member Functions | |
createTestEnvironment () | |
Protected Attributes | |
ilSystemStyleMessage | $ilSystemStyleMessage |
string | $messageStringOne = 'This is a message' |
string | $messageStringTwo = 'Godzilla has taken over the world.' |
string | $messageStringThree = 'A small, cute cat destroyed Godzilla.' |
array | $messages = [] |
ilSystemStyleMessageStack | $ilSystemStyleMessageStack |
Definition at line 27 of file ilSystemStyleMessageStackTest.php.
|
protected |
Definition at line 222 of file ilSystemStyleMessageStackTest.php.
References ilSystemStyleMessage\TYPE_INFO.
Referenced by testAddMessage(), testGetAndSetMessages(), testGetUIComponentsMessages(), testHasMessages(), testJoinedMessages(), and testPrependMessage().
ilSystemStyleMessageStackTest::testAddMessage | ( | ) |
Definition at line 69 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 194 of file ilSystemStyleMessageStackTest.php.
References $messageStringTwo, ilSystemStyleMessageStack\addMessage(), createTestEnvironment(), ilSystemStyleMessageStack\getMessages(), and ilSystemStyleMessage\TYPE_SUCCESS.
ilSystemStyleMessageStackTest::testGetUIComponentsMessages | ( | ) |
Definition at line 142 of file ilSystemStyleMessageStackTest.php.
References ilSystemStyleMessageStack\addMessage(), createTestEnvironment(), ilSystemStyleMessageStack\getUIComponentsMessages(), ilSystemStyleMessage\TYPE_ERROR, and ilSystemStyleMessage\TYPE_SUCCESS.
ilSystemStyleMessageStackTest::testHasMessages | ( | ) |
Definition at line 211 of file ilSystemStyleMessageStackTest.php.
References ilSystemStyleMessageStack\addMessage(), createTestEnvironment(), and ilSystemStyleMessageStack\hasMessages().
ilSystemStyleMessageStackTest::testJoinedMessages | ( | ) |
Definition at line 98 of file ilSystemStyleMessageStackTest.php.
References ilSystemStyleMessageStack\addMessage(), createTestEnvironment(), ilSystemStyleMessageStack\getJoinedMessages(), ilSystemStyleMessage\TYPE_ERROR, and ilSystemStyleMessage\TYPE_SUCCESS.
ilSystemStyleMessageStackTest::testPrependMessage | ( | ) |
Definition at line 40 of file ilSystemStyleMessageStackTest.php.
References createTestEnvironment(), ilSystemStyleMessageStack\getMessages(), ilSystemStyleMessageStack\prependMessage(), ilSystemStyleMessage\TYPE_ERROR, ilSystemStyleMessage\TYPE_INFO, and ilSystemStyleMessage\TYPE_SUCCESS.
|
protected |
Definition at line 29 of file ilSystemStyleMessageStackTest.php.
|
protected |
Definition at line 38 of file ilSystemStyleMessageStackTest.php.
|
protected |
Definition at line 37 of file ilSystemStyleMessageStackTest.php.
|
protected |
Definition at line 31 of file ilSystemStyleMessageStackTest.php.
|
protected |
Definition at line 33 of file ilSystemStyleMessageStackTest.php.
|
protected |
Definition at line 32 of file ilSystemStyleMessageStackTest.php.
Referenced by testGetAndSetMessages().