PHP Class Gc\Core\ObjectTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: gotcms/gotcms

Protected Properties

Property Type Description
$object Object

Public Methods

Method Description
testAddData ( ) : void Test
testFakeMethod ( ) : void Test
testGetAllData ( ) : void Test
testGetAllOrigData ( ) : void Test
testGetArrayData ( ) : void Test
testGetData ( ) : void Test
testGetDataWithFakeIndex ( ) : void Test
testGetDataWithIndex ( ) : void Test
testGetDataWithIndexAndDifferentObjectValue ( ) : void Test
testGetDataWithIndexAndObjectValue ( ) : void Test
testGetDataWithIndexAndStringValue ( ) : void Test
testGetDataWithUndefinedKeyAndIndex ( ) : void Test
testGetOrigData ( ) : void Test
testHasData ( ) : void Test
testHasDataChangedFor ( ) : void Test
testHasFakeData ( ) : void Test
testInit ( ) : void Test
testOffsetExists ( ) : void Test
testOffsetGet ( ) : void Test
testOffsetSet ( ) : void Test
testOffsetUnset ( ) : void Test
testSetAllData ( ) : void Test
testSetAllOrigData ( ) : void Test
testSetData ( ) : void Test
testSetId ( ) : void Test
testSetOrigData ( ) : void Test
testToArray ( ) : void Test
testToArrayWithParameters ( ) : void Test
testToJson ( ) : void Test
testToString ( ) : void Test
testToStringWithFormat ( ) : void Test
testToXml ( ) : void Test
testToXmlWithoutParameters ( ) : void Test
testUnsetAllData ( ) : void Test
testUnsetData ( ) : void Test

Protected Methods

Method Description
getMethod ( string $name ) : mixed Retrieve protected method
setUp ( ) : void Sets up the fixture, for example, opens a network connection.
tearDown ( ) : void Tears down the fixture, for example, closes a network connection.

Method Details

getMethod() protected method

Retrieve protected method
protected getMethod ( string $name ) : mixed
$name string Name
return mixed

setUp() protected method

This method is called before a test is executed.
protected setUp ( ) : void
return void

tearDown() protected method

This method is called after a test is executed.
protected tearDown ( ) : void
return void

testAddData() public method

Test
public testAddData ( ) : void
return void

testFakeMethod() public method

Test
public testFakeMethod ( ) : void
return void

testGetAllData() public method

Test
public testGetAllData ( ) : void
return void

testGetAllOrigData() public method

Test
public testGetAllOrigData ( ) : void
return void

testGetArrayData() public method

Test
public testGetArrayData ( ) : void
return void

testGetData() public method

Test
public testGetData ( ) : void
return void

testGetDataWithFakeIndex() public method

Test
public testGetDataWithFakeIndex ( ) : void
return void

testGetDataWithIndex() public method

Test
public testGetDataWithIndex ( ) : void
return void

testGetDataWithIndexAndDifferentObjectValue() public method

Test

testGetDataWithIndexAndObjectValue() public method

Test

testGetDataWithIndexAndStringValue() public method

Test

testGetDataWithUndefinedKeyAndIndex() public method

Test

testGetOrigData() public method

Test
public testGetOrigData ( ) : void
return void

testHasData() public method

Test
public testHasData ( ) : void
return void

testHasDataChangedFor() public method

Test
public testHasDataChangedFor ( ) : void
return void

testHasFakeData() public method

Test
public testHasFakeData ( ) : void
return void

testInit() public method

Test
public testInit ( ) : void
return void

testOffsetExists() public method

Test
public testOffsetExists ( ) : void
return void

testOffsetGet() public method

Test
public testOffsetGet ( ) : void
return void

testOffsetSet() public method

Test
public testOffsetSet ( ) : void
return void

testOffsetUnset() public method

Test
public testOffsetUnset ( ) : void
return void

testSetAllData() public method

Test
public testSetAllData ( ) : void
return void

testSetAllOrigData() public method

Test
public testSetAllOrigData ( ) : void
return void

testSetData() public method

Test
public testSetData ( ) : void
return void

testSetId() public method

Test
public testSetId ( ) : void
return void

testSetOrigData() public method

Test
public testSetOrigData ( ) : void
return void

testToArray() public method

Test
public testToArray ( ) : void
return void

testToArrayWithParameters() public method

Test
public testToArrayWithParameters ( ) : void
return void

testToJson() public method

Test
public testToJson ( ) : void
return void

testToString() public method

Test
public testToString ( ) : void
return void

testToStringWithFormat() public method

Test
public testToStringWithFormat ( ) : void
return void

testToXml() public method

Test
public testToXml ( ) : void
return void

testToXmlWithoutParameters() public method

Test
public testToXmlWithoutParameters ( ) : void
return void

testUnsetAllData() public method

Test
public testUnsetAllData ( ) : void
return void

testUnsetData() public method

Test
public testUnsetData ( ) : void
return void

Property Details

$object protected_oe property

protected Object,Gc\Core $object
return Object