PHP Class spec\PhpSpec\Matcher\TraversableCountMatcherSpec

Inheritance: extends PhpSpec\ObjectBehavior
Datei anzeigen Open project: phpspec/phpspec

Public Methods

Method Description
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 )

Private Methods

Method Description
createGeneratorWithCount ( integer $count ) : Generator
createInifiteGenerator ( ) : Generator

Method Details

it_does_not_negative_match_proper_generator_count() public method

it_does_not_positive_match_infinite_generator() public method

it_does_not_positive_match_wrong_generator_count() public method

it_is_a_matcher() public method

public it_is_a_matcher ( )

it_negative_matches_infinite_generator() public method

it_negative_matches_wrong_generator_count() public method

it_positive_matches_proper_generator_count() public method

it_responds_to_haveCount() public method

let() public method

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