PHP Class PhpSpec\Wrapper\Subject\Expectation\Decorator

Inheritance: implements PhpSpec\Wrapper\Subject\Expectation\Expectation
Exibir arquivo Open project: phpspec/phpspec Class Usage Examples

Public Methods

Method Description
__construct ( PhpSpec\Wrapper\Subject\Expectation\Expectation $expectation )
getExpectation ( ) : PhpSpec\Wrapper\Subject\Expectation\Expectation
getNestedExpectation ( ) : PhpSpec\Wrapper\Subject\Expectation\Expectation

Protected Methods

Method Description
setExpectation ( PhpSpec\Wrapper\Subject\Expectation\Expectation $expectation )

Method Details

__construct() public method

public __construct ( PhpSpec\Wrapper\Subject\Expectation\Expectation $expectation )
$expectation PhpSpec\Wrapper\Subject\Expectation\Expectation

getExpectation() public method

public getExpectation ( ) : PhpSpec\Wrapper\Subject\Expectation\Expectation
return PhpSpec\Wrapper\Subject\Expectation\Expectation

getNestedExpectation() public method

public getNestedExpectation ( ) : PhpSpec\Wrapper\Subject\Expectation\Expectation
return PhpSpec\Wrapper\Subject\Expectation\Expectation

setExpectation() protected method

protected setExpectation ( PhpSpec\Wrapper\Subject\Expectation\Expectation $expectation )
$expectation PhpSpec\Wrapper\Subject\Expectation\Expectation