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

$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

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