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

Inheritance: extends lithium\test\Unit
Afficher le fichier Open project: unionofrad/lithium

Protected Properties

Свойство 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

Méthodes publiques

Méthode 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 méthode

public setUp ( )

tearDown() public méthode

public tearDown ( )

testCurrent() public méthode

public testCurrent ( )

testEach() public méthode

public testEach ( )

testInit() public méthode

public testInit ( )

testInternalKeys() public méthode

public testInternalKeys ( )

testInternalWithCombinedPkKeys() public méthode

testKey() public méthode

public testKey ( )

testKeyCastingManagment() public méthode

testMap() public méthode

public testMap ( )

testMeta() public méthode

public testMeta ( )

testMockResultContent() public méthode

testNextWithForEach() public méthode

public testNextWithForEach ( )

testNextWithWhile() public méthode

public testNextWithWhile ( )

testOffsetExists() public méthode

public testOffsetExists ( )

testOffsetGet() public méthode

public testOffsetGet ( )

testOffsetGetBackwards() public méthode

testOffsetGetObject() public méthode

public testOffsetGetObject ( )

testOffsetSet() public méthode

public testOffsetSet ( )

testOffsetSetWithLoadedData() public méthode

testOffsetUnset() public méthode

public testOffsetUnset ( )

testRecordSet() public méthode

public testRecordSet ( )

testRecordSetFindFilter() public méthode

testRecordWithCombinedPk() public méthode

testRecordWithCombinedPkAndLazyLoading() public méthode

testRewind() public méthode

public testRewind ( )

testRewindReinitialization() public méthode

testTo() public méthode

public testTo ( )

testToInternal() public méthode

public testToInternal ( )

testUnsetInForeach() public méthode

public testUnsetInForeach ( )

testValid() public méthode

public testValid ( )

testWithNoIndexes() public méthode

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
Résultat object

$_objectRecords protected_oe property

Array of object records for testing
protected array $_objectRecords
Résultat array

$_recordSet protected_oe property

RecordSet object to test
protected object $_recordSet
Résultat object

$_records protected_oe property

Array of records for testing
protected array $_records
Résultat array