Method |
Description |
|
__call ( $name, $args ) : integer |
Return the number of specs of a certain type. |
|
add ( string $type, mixed $value ) : self |
Add a data to a specific key. |
|
executable ( ) : integer |
Return the number of executable specs. |
|
expectation ( ) : integer |
Return the total number of expectations. |
|
get ( string $type ) : array |
Get a data of a specific key. |
|
log ( array $log ) : self |
Ingest a log. |
|
logs ( string $type = null ) : array |
Get log report |
|
memoryUsage ( $memoryUsage = null ) : integer |
Return the total number of specs. |
|
total ( ) : integer |
Return the total number of specs. |
|