PHP 클래스 spec\PhpSpec\Matcher\Iterate\IterablesMatcherSpec

저자: Kamil Kokot ([email protected])
상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: phpspec/phpspec

공개 메소드들

메소드 설명
it_should_not_throw_any_exception_if_subject_iterates_as_expected ( )
it_should_throw_an_exception_if_subject_element_does_not_match_the_expected_one ( )
it_should_throw_an_exception_if_subject_has_less_elements_than_expected ( )
it_should_throw_an_exception_if_subject_has_more_elements_than_expected ( )
it_should_throw_an_invalid_argument_exception_if_expected_value_is_not_iterable ( )
it_should_throw_an_invalid_argument_exception_if_subject_is_not_iterable ( )
let ( PhpSpec\Formatter\Presenter\Presenter $presenter )

비공개 메소드들

메소드 설명
createGeneratorReturningArray ( array $array ) : Generator

메소드 상세

it_should_not_throw_any_exception_if_subject_iterates_as_expected() 공개 메소드

it_should_throw_an_exception_if_subject_element_does_not_match_the_expected_one() 공개 메소드

it_should_throw_an_exception_if_subject_has_less_elements_than_expected() 공개 메소드

it_should_throw_an_exception_if_subject_has_more_elements_than_expected() 공개 메소드

it_should_throw_an_invalid_argument_exception_if_expected_value_is_not_iterable() 공개 메소드

it_should_throw_an_invalid_argument_exception_if_subject_is_not_iterable() 공개 메소드

let() 공개 메소드

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