PHP Class DataSift\Storyplayer\Reports\TapReport

Inheritance: implements Report
Afficher le fichier Open project: datasift/storyplayer

Protected Properties

Свойство Type Description
$filename
$testCount
$tests

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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 méthode

public __construct ( $params )

endPhase() public méthode

public endPhase ( string $phaseName, integer $phaseType ) : void
$phaseName string
$phaseType integer
Résultat void

endStory() public méthode

public endStory ( Story_Result $storyResult ) : void
$storyResult DataSift\Storyplayer\PlayerLib\Story_Result
Résultat void

endStoryplayer() public méthode

public endStoryplayer ( $duration ) : void
Résultat void

logCliError() public méthode

public logCliError ( string $msg ) : void
$msg string
Résultat void

logCliInfo() public méthode

public logCliInfo ( string $msg ) : void
$msg string
Résultat void

logCliWarning() public méthode

public logCliWarning ( string $msg ) : void
$msg string
Résultat void

logPhaseActivity() public méthode

public logPhaseActivity ( string $msg ) : void
$msg string
Résultat void

logPhaseError() public méthode

public logPhaseError ( string $phaseName, string $msg ) : void
$phaseName string
$msg string
Résultat void

logPhaseSkipped() public méthode

public logPhaseSkipped ( string $phaseName, string $msg ) : void
$phaseName string
$msg string
Résultat void

logVardump() public méthode

public logVardump ( string $name, $var ) : void
$name string
Résultat void

resetSilentMode() public méthode

public resetSilentMode ( )

setSilentMode() public méthode

public setSilentMode ( )

startPhase() public méthode

public startPhase ( string $phaseName, integer $phaseType ) : void
$phaseName string
$phaseType integer
Résultat void

startStory() public méthode

public startStory ( string $storyName, string $storyCategory, string $storyGroup, string $envName, string $deviceName ) : void
$storyName string
$storyCategory string
$storyGroup string
$envName string
$deviceName string
Résultat void

startStoryplayer() public méthode

public startStoryplayer ( string $version, string $url, string $copyright, string $license ) : void
$version string
$url string
$copyright string
$license string
Résultat void

writeNotOkay() protected méthode

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

writeOkay() protected méthode

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

Property Details

$filename protected_oe property

protected $filename

$testCount protected_oe property

protected $testCount

$tests protected_oe property

protected $tests