PHP 클래스 spec\PhpSpec\Matcher\TraversableCountMatcherSpec

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

공개 메소드들

메소드 설명
it_does_not_negative_match_proper_generator_count ( )
it_does_not_positive_match_infinite_generator ( )
it_does_not_positive_match_wrong_generator_count ( )
it_is_a_matcher ( )
it_negative_matches_infinite_generator ( )
it_negative_matches_wrong_generator_count ( )
it_positive_matches_proper_generator_count ( )
it_responds_to_haveCount ( )
let ( PhpSpec\Formatter\Presenter\Presenter $presenter )

비공개 메소드들

메소드 설명
createGeneratorWithCount ( integer $count ) : Generator
createInifiteGenerator ( ) : Generator

메소드 상세

it_does_not_negative_match_proper_generator_count() 공개 메소드

it_does_not_positive_match_infinite_generator() 공개 메소드

it_does_not_positive_match_wrong_generator_count() 공개 메소드

it_is_a_matcher() 공개 메소드

public it_is_a_matcher ( )

it_negative_matches_infinite_generator() 공개 메소드

it_negative_matches_wrong_generator_count() 공개 메소드

it_positive_matches_proper_generator_count() 공개 메소드

it_responds_to_haveCount() 공개 메소드

let() 공개 메소드

public let ( PhpSpec\Formatter\Presenter\Presenter $presenter )
$presenter PhpSpec\Formatter\Presenter\Presenter