ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
Test clipboard repository. More...
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 28 of file ClipboardSessionRepositoryTest.php.
|
protected |
Definition at line 32 of file ClipboardSessionRepositoryTest.php.
|
protected |
Definition at line 39 of file ClipboardSessionRepositoryTest.php.
ClipboardSessionRepositoryTest::testClear | ( | ) |
Test clear.
Definition at line 46 of file ClipboardSessionRepositoryTest.php.
References $clipboard.
ClipboardSessionRepositoryTest::testCmd | ( | ) |
Test cmd set/get.
Definition at line 70 of file ClipboardSessionRepositoryTest.php.
References $clipboard.
ClipboardSessionRepositoryTest::testHasEntriesCmd | ( | ) |
Test hasEntries returns true if ref ids and cmd is given.
Definition at line 122 of file ClipboardSessionRepositoryTest.php.
References $clipboard.
ClipboardSessionRepositoryTest::testHasEntriesCmdEmptyRefIds | ( | ) |
Test hasEntries returns false if empty ref ids array and cmd is given.
Definition at line 136 of file ClipboardSessionRepositoryTest.php.
References $clipboard.
ClipboardSessionRepositoryTest::testHasEntriesNoCmd | ( | ) |
Test hasEntries returns false if ref ids, but no cmd is given.
Definition at line 109 of file ClipboardSessionRepositoryTest.php.
References $clipboard.
ClipboardSessionRepositoryTest::testParent | ( | ) |
Test parent set/get.
Definition at line 96 of file ClipboardSessionRepositoryTest.php.
References $clipboard.
ClipboardSessionRepositoryTest::testRefIds | ( | ) |
Test ref ids set/get.
Definition at line 83 of file ClipboardSessionRepositoryTest.php.
References $clipboard.
|
protected |
Definition at line 30 of file ClipboardSessionRepositoryTest.php.
Referenced by testClear(), testCmd(), testHasEntriesCmd(), testHasEntriesCmdEmptyRefIds(), testHasEntriesNoCmd(), testParent(), and testRefIds().