PHP Class DataSift\Storyplayer\Reports\TapReport

Inheritance: implements Report
Datei anzeigen Open project: datasift/storyplayer

Protected Properties

Property Type Description
$filename
$testCount
$tests

Public Methods

Method Description
__construct ( $params )
endPhase ( string $phaseName, integer $phaseType ) : void
endStory ( Story_Result $storyResult ) : void
endStoryplayer ( $duration ) : void
logCliError ( string $msg ) : void
logCliInfo ( string $msg ) : void
logCliWarning ( string $msg ) : void
logPhaseActivity ( string $msg ) : void
logPhaseError ( string $phaseName, string $msg ) : void
logPhaseSkipped ( string $phaseName, string $msg ) : void
logVardump ( string $name, $var ) : void
resetSilentMode ( )
setSilentMode ( )
startPhase ( string $phaseName, integer $phaseType ) : void
startStory ( string $storyName, string $storyCategory, string $storyGroup, string $envName, string $deviceName ) : void
startStoryplayer ( string $version, string $url, string $copyright, string $license ) : void

Protected Methods

Method Description
writeNotOkay ( resource $fp, integer $storyCounter, Story_Result $storyResult, string $reason ) : void
writeOkay ( resource $fp, integer $storyCounter, Story_Result $storyResult, string $reason ) : void

Method Details

__construct() public method

public __construct ( $params )

endPhase() public method

public endPhase ( string $phaseName, integer $phaseType ) : void
$phaseName string
$phaseType integer
return void

endStory() public method

public endStory ( Story_Result $storyResult ) : void
$storyResult DataSift\Storyplayer\PlayerLib\Story_Result
return void

endStoryplayer() public method

public endStoryplayer ( $duration ) : void
return void

logCliError() public method

public logCliError ( string $msg ) : void
$msg string
return void

logCliInfo() public method

public logCliInfo ( string $msg ) : void
$msg string
return void

logCliWarning() public method

public logCliWarning ( string $msg ) : void
$msg string
return void

logPhaseActivity() public method

public logPhaseActivity ( string $msg ) : void
$msg string
return void

logPhaseError() public method

public logPhaseError ( string $phaseName, string $msg ) : void
$phaseName string
$msg string
return void

logPhaseSkipped() public method

public logPhaseSkipped ( string $phaseName, string $msg ) : void
$phaseName string
$msg string
return void

logVardump() public method

public logVardump ( string $name, $var ) : void
$name string
return void

resetSilentMode() public method

public resetSilentMode ( )

setSilentMode() public method

public setSilentMode ( )

startPhase() public method

public startPhase ( string $phaseName, integer $phaseType ) : void
$phaseName string
$phaseType integer
return void

startStory() public method

public startStory ( string $storyName, string $storyCategory, string $storyGroup, string $envName, string $deviceName ) : void
$storyName string
$storyCategory string
$storyGroup string
$envName string
$deviceName string
return void

startStoryplayer() public method

public startStoryplayer ( string $version, string $url, string $copyright, string $license ) : void
$version string
$url string
$copyright string
$license string
return void

writeNotOkay() protected method

protected writeNotOkay ( resource $fp, integer $storyCounter, Story_Result $storyResult, string $reason ) : void
$fp resource
$storyCounter integer
$storyResult DataSift\Storyplayer\PlayerLib\Story_Result
$reason string
return void

writeOkay() protected method

protected writeOkay ( resource $fp, integer $storyCounter, Story_Result $storyResult, string $reason ) : void
$fp resource
$storyCounter integer
$storyResult DataSift\Storyplayer\PlayerLib\Story_Result
$reason string
return void

Property Details

$filename protected_oe property

protected $filename

$testCount protected_oe property

protected $testCount

$tests protected_oe property

protected $tests