spec\PHPSpec2\Event\ExampleEvent::it_should_provide_result_if_set PHP Method

it_should_provide_result_if_set() public method

public it_should_provide_result_if_set ( PHPSpec2\Loader\Node\Example $example )
$example PHPSpec2\Loader\Node\Example
    function it_should_provide_result_if_set($example)
    {
        $this->beConstructedWith($example, null, $this->PENDING);
        $this->getResult()->shouldReturn($this->PENDING);
    }