PHP 클래스 spec\PHPSpec2\Matcher\CountMatcher

상속: extends PHPSpec2\ObjectBehavior
파일 보기 프로젝트 열기: phpspec/phpspec2

공개 메소드들

메소드 설명
it_should_match_proper_array_count ( )
it_should_match_proper_countable_count ( ArrayObject $countable )
it_should_mismatch_wrong_array_count ( )
it_should_mismatch_wrong_countable_count ( ArrayObject $countable )
it_should_not_match_proper_countable_count ( ArrayObject $countable )
it_should_not_match_wrong_array_count ( )
it_should_support_all_aliases ( )
let ( PHPSpec2\Formatter\Presenter\StringPresenter $presenter )

메소드 상세

it_should_match_proper_array_count() 공개 메소드

it_should_match_proper_countable_count() 공개 메소드

public it_should_match_proper_countable_count ( ArrayObject $countable )
$countable ArrayObject

it_should_mismatch_wrong_array_count() 공개 메소드

it_should_mismatch_wrong_countable_count() 공개 메소드

public it_should_mismatch_wrong_countable_count ( ArrayObject $countable )
$countable ArrayObject

it_should_not_match_proper_countable_count() 공개 메소드

public it_should_not_match_proper_countable_count ( ArrayObject $countable )
$countable ArrayObject

it_should_not_match_wrong_array_count() 공개 메소드

it_should_support_all_aliases() 공개 메소드

let() 공개 메소드

public let ( PHPSpec2\Formatter\Presenter\StringPresenter $presenter )
$presenter PHPSpec2\Formatter\Presenter\StringPresenter