PHP Класс lithium\tests\cases\data\entity\RecordTest

Наследование: extends lithium\test\Unit
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_record

Открытые методы

Метод Описание
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.

Описание методов

setUp() публичный Метод

public setUp ( )

tearDown() публичный Метод

public tearDown ( )

testDataPropertyAccess() публичный Метод

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

testErrorsPropertyAccess() публичный Метод

testMethodDispatch() публичный Метод

public testMethodDispatch ( )

testRecordExists() публичный Метод

public 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.
public testSetData ( )

Описание свойств

$_record защищенное свойство

protected $_record