\mageekguy\atoum\runnerscore

Summary

Methods
Properties
Constants
__construct()
setCoverage()
getCoverage()
reset()
getAssertionNumber()
getPassNumber()
getRuntimeExceptions()
getVoidMethods()
getLastVoidMethod()
getVoidMethodNumber()
getUncompletedMethods()
getUncompletedMethodNumber()
getLastUncompleteMethod()
getSkippedMethods()
getLastSkippedMethod()
getSkippedMethodNumber()
getOutputs()
getOutputNumber()
getTotalDuration()
getDurations()
getDurationNumber()
getTotalMemoryUsage()
getMemoryUsages()
getMemoryUsageNumber()
getFailAssertions()
getLastFailAssertion()
getFailNumber()
getErrors()
getErrorNumber()
getExceptions()
getExceptionNumber()
getRuntimeExceptionNumber()
getMethodsWithFail()
getMethodsWithError()
getMethodsWithException()
getMethodsNotCompleted()
addPass()
getLastErroredMethod()
getLastException()
getLastRuntimeException()
addFail()
addException()
addRuntimeException()
addError()
addOutput()
addDuration()
addMemoryUsage()
addVoidMethod()
addUncompletedMethod()
addSkippedMethod()
merge()
errorExists()
deleteError()
failExists()
setAtoumPath()
getAtoumPath()
setAtoumVersion()
getAtoumVersion()
setPhpPath()
getPhpPath()
setPhpVersion()
getPhpVersion()
No public properties found
No constants found
No protected methods found
$passNumber
$failAssertions
$exceptions
$runtimeExceptions
$errors
$outputs
$durations
$memoryUsages
$voidMethods
$uncompletedMethods
$skippedMethods
$coverage
$phpPath
$phpVersion
$atoumPath
$atoumVersion
N/A
getMethods()
cleanAssertions()
cleanAssertion()
sort()
$failId
N/A

Properties

$passNumber

$passNumber : 

Type

$failAssertions

$failAssertions : 

Type

$exceptions

$exceptions : 

Type

$runtimeExceptions

$runtimeExceptions : 

Type

$errors

$errors : 

Type

$outputs

$outputs : 

Type

$durations

$durations : 

Type

$memoryUsages

$memoryUsages : 

Type

$voidMethods

$voidMethods : 

Type

$uncompletedMethods

$uncompletedMethods : 

Type

$skippedMethods

$skippedMethods : 

Type

$coverage

$coverage : 

Type

$phpPath

$phpPath : 

Type

$phpVersion

$phpVersion : 

Type

$atoumPath

$atoumPath : 

Type

$atoumVersion

$atoumVersion : 

Type

$failId

$failId : 

Type

Methods

getCoverage()

getCoverage() 

reset()

reset() 

getAssertionNumber()

getAssertionNumber() 

getPassNumber()

getPassNumber() 

getRuntimeExceptions()

getRuntimeExceptions() 

getVoidMethods()

getVoidMethods() 

getLastVoidMethod()

getLastVoidMethod() 

getVoidMethodNumber()

getVoidMethodNumber() 

getUncompletedMethods()

getUncompletedMethods() 

getUncompletedMethodNumber()

getUncompletedMethodNumber() 

getLastUncompleteMethod()

getLastUncompleteMethod() 

getSkippedMethods()

getSkippedMethods() 

getLastSkippedMethod()

getLastSkippedMethod() 

getSkippedMethodNumber()

getSkippedMethodNumber() 

getOutputs()

getOutputs() 

getOutputNumber()

getOutputNumber() 

getTotalDuration()

getTotalDuration() 

getDurations()

getDurations() 

getDurationNumber()

getDurationNumber() 

getTotalMemoryUsage()

getTotalMemoryUsage() 

getMemoryUsages()

getMemoryUsages() 

getMemoryUsageNumber()

getMemoryUsageNumber() 

getFailAssertions()

getFailAssertions() 

getLastFailAssertion()

getLastFailAssertion() 

getFailNumber()

getFailNumber() 

getErrors()

getErrors() 

getErrorNumber()

getErrorNumber() 

getExceptions()

getExceptions() 

getExceptionNumber()

getExceptionNumber() 

getRuntimeExceptionNumber()

getRuntimeExceptionNumber() 

getMethodsWithFail()

getMethodsWithFail() 

getMethodsWithError()

getMethodsWithError() 

getMethodsWithException()

getMethodsWithException() 

getMethodsNotCompleted()

getMethodsNotCompleted() 

addPass()

addPass() 

getLastErroredMethod()

getLastErroredMethod() 

getLastException()

getLastException() 

getLastRuntimeException()

getLastRuntimeException() 

addFail()

addFail(  $file,   $class,   $method,   $line,   $asserter,   $reason,   $case = null,   $dataSetKey = null,   $dataSetProvider = null) 

Parameters

$file
$class
$method
$line
$asserter
$reason
$case
$dataSetKey
$dataSetProvider

addException()

addException(  $file,   $class,   $method,   $line, \exception  $exception,   $case = null,   $dataSetKey = null,   $dataSetProvider = null) 

Parameters

$file
$class
$method
$line
\exception $exception
$case
$dataSetKey
$dataSetProvider

addRuntimeException()

addRuntimeException(  $file,   $class,   $method, \mageekguy\atoum\exceptions\runtime  $exception) 

Parameters

$file
$class
$method
\mageekguy\atoum\exceptions\runtime $exception

addError()

addError(  $file,   $class,   $method,   $line,   $type,   $message,   $errorFile = null,   $errorLine = null,   $case = null,   $dataSetKey = null,   $dataSetProvider = null) 

Parameters

$file
$class
$method
$line
$type
$message
$errorFile
$errorLine
$case
$dataSetKey
$dataSetProvider

addOutput()

addOutput(  $file,   $class,   $method,   $output) 

Parameters

$file
$class
$method
$output

addDuration()

addDuration(  $file,   $class,   $method,   $duration) 

Parameters

$file
$class
$method
$duration

addMemoryUsage()

addMemoryUsage(  $file,   $class,   $method,   $memoryUsage) 

Parameters

$file
$class
$method
$memoryUsage

addVoidMethod()

addVoidMethod(  $file,   $class,   $method) 

Parameters

$file
$class
$method

addUncompletedMethod()

addUncompletedMethod(  $file,   $class,   $method,   $exitCode,   $output) 

Parameters

$file
$class
$method
$exitCode
$output

addSkippedMethod()

addSkippedMethod(  $file,   $class,   $method,   $line,   $message) 

Parameters

$file
$class
$method
$line
$message

merge()

merge(self  $score) 

Parameters

self $score

errorExists()

errorExists(  $message = null,   $type = null,   $messageIsPattern = false) 

Parameters

$message
$type
$messageIsPattern

deleteError()

deleteError(  $key) 

Parameters

$key

setAtoumPath()

setAtoumPath(  $path) 

Parameters

$path

getAtoumPath()

getAtoumPath() 

setAtoumVersion()

setAtoumVersion(  $version) 

Parameters

$version

getAtoumVersion()

getAtoumVersion() 

setPhpPath()

setPhpPath(  $path) 

Parameters

$path

getPhpPath()

getPhpPath() 

setPhpVersion()

setPhpVersion(  $version) 

Parameters

$version

getPhpVersion()

getPhpVersion() 

getMethods()

getMethods(array  $array) 

Parameters

array $array

cleanAssertions()

cleanAssertions(array  $assertions) 

Parameters

array $assertions

cleanAssertion()

cleanAssertion(array  $assertion) 

Parameters

array $assertion

sort()

sort(array  $array) 

Parameters

array $array