PHP Class lithium\tests\cases\data\collection\MultiKeyRecordSetTest

Inheritance: extends lithium\test\Unit
Datei anzeigen Open project: unionofrad/lithium

Protected Properties

Property Type Description
$_model
$_model2
$_objectRecordSet object Object based RecordSet object to test
$_objectRecords array Array of object records for testing
$_recordSet object RecordSet object to test
$_records array Array of records for testing

Public Methods

Method Description
setUp ( )
tearDown ( )
testCurrent ( )
testEach ( )
testInit ( )
testInternalKeys ( )
testInternalWithCombinedPkKeys ( )
testKey ( )
testKeyCastingManagment ( )
testMap ( )
testMeta ( )
testMockResultContent ( )
testNextWithForEach ( )
testNextWithWhile ( )
testOffsetExists ( )
testOffsetGet ( )
testOffsetGetBackwards ( )
testOffsetGetObject ( )
testOffsetSet ( )
testOffsetSetWithLoadedData ( )
testOffsetUnset ( )
testRecordSet ( )
testRecordSetFindFilter ( )
testRecordWithCombinedPk ( )
testRecordWithCombinedPkAndLazyLoading ( )
testRewind ( )
testRewindReinitialization ( )
testTo ( )
testToInternal ( )
testUnsetInForeach ( )
testValid ( )
testWithNoIndexes ( )

Method Details

setUp() public method

public setUp ( )

tearDown() public method

public tearDown ( )

testCurrent() public method

public testCurrent ( )

testEach() public method

public testEach ( )

testInit() public method

public testInit ( )

testInternalKeys() public method

public testInternalKeys ( )

testInternalWithCombinedPkKeys() public method

testKey() public method

public testKey ( )

testKeyCastingManagment() public method

testMap() public method

public testMap ( )

testMeta() public method

public testMeta ( )

testMockResultContent() public method

testNextWithForEach() public method

public testNextWithForEach ( )

testNextWithWhile() public method

public testNextWithWhile ( )

testOffsetExists() public method

public testOffsetExists ( )

testOffsetGet() public method

public testOffsetGet ( )

testOffsetGetBackwards() public method

testOffsetGetObject() public method

public testOffsetGetObject ( )

testOffsetSet() public method

public testOffsetSet ( )

testOffsetSetWithLoadedData() public method

testOffsetUnset() public method

public testOffsetUnset ( )

testRecordSet() public method

public testRecordSet ( )

testRecordSetFindFilter() public method

testRecordWithCombinedPk() public method

testRecordWithCombinedPkAndLazyLoading() public method

testRewind() public method

public testRewind ( )

testRewindReinitialization() public method

testTo() public method

public testTo ( )

testToInternal() public method

public testToInternal ( )

testUnsetInForeach() public method

public testUnsetInForeach ( )

testValid() public method

public testValid ( )

testWithNoIndexes() public method

public testWithNoIndexes ( )

Property Details

$_model protected_oe property

protected $_model

$_model2 protected_oe property

protected $_model2

$_objectRecordSet protected_oe property

Object based RecordSet object to test
protected object $_objectRecordSet
return object

$_objectRecords protected_oe property

Array of object records for testing
protected array $_objectRecords
return array

$_recordSet protected_oe property

RecordSet object to test
protected object $_recordSet
return object

$_records protected_oe property

Array of records for testing
protected array $_records
return array