Actor
in package
uses
Comment, Pause
AbstractYes
Table of Contents
Properties
Methods
- __call() : mixed
- __construct() : mixed
- am() : mixed
- amGoingTo() : mixed
- comment() : mixed
- execute() : $this
- Lazy-execution given anonymous function
- expect() : mixed
- expectTo() : mixed
- lookForwardTo() : mixed
- pause() : mixed
- wantTo() : mixed
- wantToTest() : mixed
- getScenario() : Scenario
Properties
$scenario
protected
Scenario
$scenario
Methods
__call()
public
__call(mixed $method, mixed $arguments) : mixed
Parameters
- $method : mixed
- $arguments : mixed
__construct()
public
__construct(Scenario $scenario) : mixed
Parameters
- $scenario : Scenario
am()
public
am(mixed $role) : mixed
Parameters
- $role : mixed
amGoingTo()
public
amGoingTo(mixed $argumentation) : mixed
Parameters
- $argumentation : mixed
comment()
public
comment(mixed $description) : mixed
Parameters
- $description : mixed
execute()
Lazy-execution given anonymous function
public
execute(mixed $callable) : $this
Parameters
- $callable : mixed
-
\Closure
Return values
$thisexpect()
public
expect(mixed $prediction) : mixed
Parameters
- $prediction : mixed
expectTo()
public
expectTo(mixed $prediction) : mixed
Parameters
- $prediction : mixed
lookForwardTo()
public
lookForwardTo(mixed $achieveValue) : mixed
Parameters
- $achieveValue : mixed
pause()
public
pause() : mixed
wantTo()
public
wantTo(mixed $text) : mixed
Parameters
- $text : mixed
wantToTest()
public
wantToTest(mixed $text) : mixed
Parameters
- $text : mixed
getScenario()
protected
getScenario() : Scenario