PHPSpec2\Mocker\MockExpectation::__construct PHP Method

__construct() public method

public __construct ( $mock, $method, PHPSpec2\Mocker\MockerInterface $mocker, PHPSpec2\Wrapper\Argumentsunwrapper $unwrapper )
$mocker PHPSpec2\Mocker\MockerInterface
$unwrapper PHPSpec2\Wrapper\Argumentsunwrapper
    public function __construct($mock, $method, MockerInterface $mocker, Argumentsunwrapper $unwrapper)
    {
        $this->mock = $mock;
        $this->method = $method;
        $this->mocker = $mocker;
        $this->unwrapper = $unwrapper;
    }