PHP 클래스 spec\PhpSpec\Loader\Node\ExampleNodeSpec

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

공개 메소드들

메소드 설명
it_is_not_pending_after_marked_as_pending_with_false ( )
it_is_not_pending_by_default ( )
it_is_pending_after_marked_as_pending_with_no_args ( )
it_is_pending_after_marked_as_pending_with_true ( )
it_provides_a_link_to_function ( $function )
it_provides_a_link_to_specification ( SpecificationNode $specification )
it_provides_a_link_to_title ( )
it_returns_its_line_number ( ReflectionFunctionAbstract $function )
it_returns_its_line_number_as_zero_if_constructed_with_closure ( ReflectionFunctionAbstract $function )
let ( ReflectionFunctionAbstract $function )

메소드 상세

it_is_not_pending_after_marked_as_pending_with_false() 공개 메소드

it_is_not_pending_by_default() 공개 메소드

it_is_pending_after_marked_as_pending_with_no_args() 공개 메소드

it_is_pending_after_marked_as_pending_with_true() 공개 메소드

it_returns_its_line_number() 공개 메소드

public it_returns_its_line_number ( ReflectionFunctionAbstract $function )
$function ReflectionFunctionAbstract

it_returns_its_line_number_as_zero_if_constructed_with_closure() 공개 메소드

public it_returns_its_line_number_as_zero_if_constructed_with_closure ( ReflectionFunctionAbstract $function )
$function ReflectionFunctionAbstract

let() 공개 메소드

public let ( ReflectionFunctionAbstract $function )
$function ReflectionFunctionAbstract