TYPO3  7.6
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ViewHelperVariableContainerTest Class Reference
Inheritance diagram for ViewHelperVariableContainerTest:

Public Member Functions

 storedDataCanBeReadOutAgain ()
 
 gettingNonNonExistentValueThrowsException ()
 
 settingKeyWhichIsAlreadyStoredThrowsException ()
 
 addOrUpdateWorks ()
 
 aSetValueCanBeRemovedAgain ()
 
 removingNonExistentKeyThrowsException ()
 
 viewCanBeReadOutAgain ()
 
 existsReturnsFalseIfTheSpecifiedKeyDoesNotExist ()
 
 existsReturnsTrueIfTheSpecifiedKeyExists ()
 
 existsReturnsTrueIfTheSpecifiedKeyExistsAndIsNull ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

 $viewHelperVariableContainer
 

Detailed Description

Test case

Definition at line 17 of file ViewHelperVariableContainerTest.php.

Member Function Documentation

addOrUpdateWorks ( )
Test:

Definition at line 64 of file ViewHelperVariableContainerTest.php.

aSetValueCanBeRemovedAgain ( )
Test:

Definition at line 74 of file ViewHelperVariableContainerTest.php.

existsReturnsFalseIfTheSpecifiedKeyDoesNotExist ( )
Test:

Definition at line 104 of file ViewHelperVariableContainerTest.php.

existsReturnsTrueIfTheSpecifiedKeyExists ( )
Test:

Definition at line 112 of file ViewHelperVariableContainerTest.php.

existsReturnsTrueIfTheSpecifiedKeyExistsAndIsNull ( )
Test:

Definition at line 121 of file ViewHelperVariableContainerTest.php.

gettingNonNonExistentValueThrowsException ( )
Test:

Definition at line 46 of file ViewHelperVariableContainerTest.php.

removingNonExistentKeyThrowsException ( )
Test:

Definition at line 85 of file ViewHelperVariableContainerTest.php.

settingKeyWhichIsAlreadyStoredThrowsException ( )
Test:

Definition at line 55 of file ViewHelperVariableContainerTest.php.

setUp ( )
protected

Definition at line 24 of file ViewHelperVariableContainerTest.php.

storedDataCanBeReadOutAgain ( )
Test:

Definition at line 32 of file ViewHelperVariableContainerTest.php.

viewCanBeReadOutAgain ( )
Test:

Definition at line 93 of file ViewHelperVariableContainerTest.php.

Member Data Documentation

$viewHelperVariableContainer
protected

Definition at line 22 of file ViewHelperVariableContainerTest.php.