PHP 클래스 Pinq\Tests\Integration\DataTest

상속: extends Pinq\Tests\PinqTestCase
파일 보기 프로젝트 열기: timetoogo/pinq

공개 메소드들

메소드 설명
assocMixedValues ( )
assocOneToTen ( )
assocStrings ( )
assocTenRandomStrings ( )
emptyData ( )
everything ( )
oneToTen ( )
oneToTenTwice ( )
tenRandomStrings ( )
theImplementations ( )

보호된 메소드들

메소드 설명
assertMatches ( Pinq\ITraversable $traversable, array $array, $message = '' )
assertMatchesValues ( Pinq\ITraversable $traversable, array $array, $message = '' )
getImplementations ( array $data )
implementationsFor ( array $data )
makeRefs ( array $array )

비공개 메소드들

메소드 설명
randomStrings ( $amount )

메소드 상세

assertMatches() 최종 보호된 메소드

final protected assertMatches ( Pinq\ITraversable $traversable, array $array, $message = '' )
$traversable Pinq\ITraversable
$array array

assertMatchesValues() 최종 보호된 메소드

final protected assertMatchesValues ( Pinq\ITraversable $traversable, array $array, $message = '' )
$traversable Pinq\ITraversable
$array array

assocMixedValues() 공개 메소드

public assocMixedValues ( )

assocOneToTen() 공개 메소드

public assocOneToTen ( )

assocStrings() 공개 메소드

public assocStrings ( )

assocTenRandomStrings() 공개 메소드

emptyData() 공개 메소드

public emptyData ( )

everything() 공개 메소드

public everything ( )

getImplementations() 최종 보호된 메소드

final protected getImplementations ( array $data )
$data array

implementationsFor() 추상적인 보호된 메소드

abstract protected implementationsFor ( array $data )
$data array

makeRefs() 최종 보호된 메소드

final protected makeRefs ( array $array )
$array array

oneToTen() 공개 메소드

public oneToTen ( )

oneToTenTwice() 공개 메소드

public oneToTenTwice ( )

tenRandomStrings() 공개 메소드

public tenRandomStrings ( )

theImplementations() 공개 메소드

public theImplementations ( )