|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Test clipboard repository. More...
Inheritance diagram for ClipboardSessionRepositoryTest:
Collaboration diagram for ClipboardSessionRepositoryTest:Public Member Functions | |
| testClear () | |
| Test clear. More... | |
| testCmd () | |
| Test cmd set/get. More... | |
| testRefIds () | |
| Test ref ids set/get. More... | |
| testParent () | |
| Test parent set/get. More... | |
| testHasEntriesNoCmd () | |
| Test hasEntries returns false if ref ids, but no cmd is given. More... | |
| testHasEntriesCmd () | |
| Test hasEntries returns true if ref ids and cmd is given. More... | |
| testHasEntriesCmdEmptyRefIds () | |
| Test hasEntries returns false if empty ref ids array and cmd is given. More... | |
Protected Member Functions | |
| setUp () | |
| tearDown () | |
Protected Attributes | |
| ILIAS Repository Clipboard ClipboardSessionRepository | $clipboard |
Test clipboard repository.
Definition at line 12 of file ClipboardSessionRepositoryTest.php.
|
protected |
Definition at line 16 of file ClipboardSessionRepositoryTest.php.
|
protected |
Definition at line 23 of file ClipboardSessionRepositoryTest.php.
| ClipboardSessionRepositoryTest::testClear | ( | ) |
Test clear.
Definition at line 30 of file ClipboardSessionRepositoryTest.php.
References $clipboard.
| ClipboardSessionRepositoryTest::testCmd | ( | ) |
Test cmd set/get.
Definition at line 54 of file ClipboardSessionRepositoryTest.php.
References $clipboard.
| ClipboardSessionRepositoryTest::testHasEntriesCmd | ( | ) |
Test hasEntries returns true if ref ids and cmd is given.
Definition at line 106 of file ClipboardSessionRepositoryTest.php.
References $clipboard.
| ClipboardSessionRepositoryTest::testHasEntriesCmdEmptyRefIds | ( | ) |
Test hasEntries returns false if empty ref ids array and cmd is given.
Definition at line 120 of file ClipboardSessionRepositoryTest.php.
References $clipboard.
| ClipboardSessionRepositoryTest::testHasEntriesNoCmd | ( | ) |
Test hasEntries returns false if ref ids, but no cmd is given.
Definition at line 93 of file ClipboardSessionRepositoryTest.php.
References $clipboard.
| ClipboardSessionRepositoryTest::testParent | ( | ) |
Test parent set/get.
Definition at line 80 of file ClipboardSessionRepositoryTest.php.
References $clipboard.
| ClipboardSessionRepositoryTest::testRefIds | ( | ) |
Test ref ids set/get.
Definition at line 67 of file ClipboardSessionRepositoryTest.php.
References $clipboard.
|
protected |
Definition at line 14 of file ClipboardSessionRepositoryTest.php.
Referenced by testClear(), testCmd(), testHasEntriesCmd(), testHasEntriesCmdEmptyRefIds(), testHasEntriesNoCmd(), testParent(), and testRefIds().