PHPUnit
PHPUnit TYPO3 extension
 All Classes Namespaces Functions
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Tx_Phpunit_TestingDataContainer Class Reference
Inheritance diagram for Tx_Phpunit_TestingDataContainer:
Tx_Phpunit_AbstractDataContainer Tx_Phpunit_Interface_UserSettingsService Tx_Phpunit_Interface_ExtensionSettingsService Tx_Phpunit_Interface_Request Tx_Phpunit_Interface_ConvertService Tx_Phpunit_Interface_ConvertService Tx_Phpunit_Interface_ConvertService

Public Member Functions

 set ($key, $value)
 
- Public Member Functions inherited from Tx_Phpunit_AbstractDataContainer
 getAsBoolean ($key)
 
 getAsInteger ($key)
 
 hasInteger ($key)
 
 getAsString ($key)
 
 hasString ($key)
 
 getAsArray ($key)
 

Protected Member Functions

 get ($key)
 
- Protected Member Functions inherited from Tx_Phpunit_AbstractDataContainer
 get ($key)
 
 checkForNonEmptyKey ($key)
 

Protected Attributes

 $data = array()
 

Additional Inherited Members

- Public Attributes inherited from Tx_Phpunit_Interface_Request
const PARAMETER_NAMESPACE = 'tx_phpunit'
 
const PARAMETER_KEY_COMMAND = 'command'
 
const PARAMETER_KEY_TESTABLE = 'extSel'
 
const PARAMETER_KEY_TESTCASE = 'testCaseFile'
 
const PARAMETER_KEY_TEST = 'testname'
 
const PARAMETER_KEY_EXECUTE = 'bingo'
 

Member Function Documentation

Tx_Phpunit_TestingDataContainer::get (   $key)
protected

Returns the value stored for the key $key.

Parameters
string$keythe key of the value to retrieve, must not be empty
Returns
mixed the value for the given key, will be NULL if there is no value for the given key
Tx_Phpunit_TestingDataContainer::set (   $key,
  $value 
)

Sets the value for the key $key.

Parameters
string$keythe key of the value to set, must not be empty
mixed$valuethe value to set
Returns
void

Implements Tx_Phpunit_Interface_UserSettingsService.


The documentation for this class was generated from the following file: