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

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

Protected Properties

Property Type Description
$_record

Public Methods

Method 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 method

public setUp ( )

tearDown() public method

public tearDown ( )

testDataPropertyAccess() public method

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

testErrorsPropertyAccess() public method

testMethodDispatch() public method

public testMethodDispatch ( )

testRecordExists() public method

public testRecordExists ( )

testRecordFormatExport() public method

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

testSetData() public method

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