Documentation

AcceptanceTester extends Actor
in package
uses AcceptanceTesterActions

Inherited Methods

Tags
SuppressWarnings

(PHPMD)

Table of Contents

Methods

am()  : void
amGoingTo()  : void
comment()  : void
execute()  : void
expect()  : void
expectTo()  : void
haveFriend()  : Friend
lookForwardTo()  : void
wantTo()  : void
wantToTest()  : void

Methods

amGoingTo()

public amGoingTo(mixed $argumentation) : void
Parameters
$argumentation : mixed

comment()

public comment(mixed $description) : void
Parameters
$description : mixed

execute()

public execute(mixed $callable) : void
Parameters
$callable : mixed

expect()

public expect(mixed $prediction) : void
Parameters
$prediction : mixed

expectTo()

public expectTo(mixed $prediction) : void
Parameters
$prediction : mixed

haveFriend()

public haveFriend(mixed $name[, mixed $actorClass = = 'null' ]) : Friend
Parameters
$name : mixed
$actorClass : mixed = = 'null'
Return values
Friend

lookForwardTo()

public lookForwardTo(mixed $achieveValue) : void
Parameters
$achieveValue : mixed

wantToTest()

public wantToTest(mixed $text) : void
Parameters
$text : mixed

        
On this page

Search results