PHP 클래스 Clinner\Tests\ValueHolderTest

저자: José Nahuel Cuesta Luengo ([email protected])
상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: ncuesta/clinner

공개 메소드들

메소드 설명
getInitialValues ( ) Data provider for testCount() and testIsEmpty().
testAttributeLikeAccessor ( )
testAttributeLikeSetter ( )
testConstructorWithValues ( )
testConstructorWithoutValues ( )
testCount ( $initialValues )
testGet ( )
testGetAll ( )
testIsEmpty ( $initialValues )
testReset ( )
testSet ( )
testSetAll ( )
testStaticCreateWithInitialValuesArray ( )
testStaticCreateWithInitialValuesValueHolder ( )
testStaticCreateWithoutInitialValues ( )

메소드 상세

getInitialValues() 공개 메소드

Data provider for testCount() and testIsEmpty().
public getInitialValues ( )

testAttributeLikeAccessor() 공개 메소드

testAttributeLikeSetter() 공개 메소드

testConstructorWithValues() 공개 메소드

testConstructorWithoutValues() 공개 메소드

testCount() 공개 메소드

public testCount ( $initialValues )

testGet() 공개 메소드

public testGet ( )

testGetAll() 공개 메소드

public testGetAll ( )

testIsEmpty() 공개 메소드

public testIsEmpty ( $initialValues )

testReset() 공개 메소드

public testReset ( )

testSet() 공개 메소드

public testSet ( )

testSetAll() 공개 메소드

public testSetAll ( )

testStaticCreateWithInitialValuesArray() 공개 메소드

testStaticCreateWithInitialValuesValueHolder() 공개 메소드

testStaticCreateWithoutInitialValues() 공개 메소드