PHP Class lithium\tests\cases\data\entity\RecordTest

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

Protected Properties

Свойство Type Description
$_record

Méthodes publiques

Méthode Description
setUp ( )
tearDown ( )
testDataPropertyAccess ( ) Tests that a record's fields are accessible as object properties.
testErrorsPropertyAccess ( )
testMethodDispatch ( )
testRecordExists ( )
testRecordFormatExport ( ) Tests that a record can be exported to a given series of formats.
testSetData ( ) Test the ability to set multiple field's values, and that they can be read back.

Method Details

setUp() public méthode

public setUp ( )

tearDown() public méthode

public tearDown ( )

testDataPropertyAccess() public méthode

Tests that a record's fields are accessible as object properties.

testErrorsPropertyAccess() public méthode

testMethodDispatch() public méthode

public testMethodDispatch ( )

testRecordExists() public méthode

public testRecordExists ( )

testRecordFormatExport() public méthode

Tests that a record can be exported to a given series of formats.

testSetData() public méthode

Test the ability to set multiple field's values, and that they can be read back.
public testSetData ( )

Property Details

$_record protected_oe property

protected $_record