PHP 클래스 Bluz\Tests\Db\TableTest

Generated by PHPUnit on 2011-07-27 at 13:52:47.
상속: extends Bluz\Tests\TestCase
파일 보기 프로젝트 열기: bluzphp/framework

보호된 프로퍼티들

프로퍼티 타입 설명
$table Bluz\Db\Table

공개 메소드들

메소드 설명
getFindWrongData ( ) : array
testDelete ( )
testFind ( )
testFindException ( $keyValues )
testGetInstance ( ) testGetInstance
testGetPrimaryKey ( ) Get Primary Key
testGetPrimaryKeyException ( )
testInsert ( )
testUpdate ( )

보호된 메소드들

메소드 설명
setUp ( ) Sets up the fixture, for example, opens a network connection.

메소드 상세

getFindWrongData() 공개 메소드

public getFindWrongData ( ) : array
리턴 array

setUp() 보호된 메소드

This method is called before a test is executed.
protected setUp ( )

testDelete() 공개 메소드

public testDelete ( )

testFind() 공개 메소드

public testFind ( )

testFindException() 공개 메소드

public testFindException ( $keyValues )
$keyValues

testGetInstance() 공개 메소드

testGetInstance
public testGetInstance ( )

testGetPrimaryKey() 공개 메소드

Get Primary Key
public testGetPrimaryKey ( )

testGetPrimaryKeyException() 공개 메소드

testInsert() 공개 메소드

public testInsert ( )

testUpdate() 공개 메소드

public testUpdate ( )

프로퍼티 상세

$table 보호되어 있는 프로퍼티

protected Table,Bluz\Db $table
리턴 Bluz\Db\Table