FailEvent
extends TestEvent
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- getCount() : mixed
- getFail() : mixed
- getTest() : TestInterface
- getTime() : float
Properties
$count
protected
int
$count
$fail
protected
Exception
$fail
$test
protected
Test
$test
$time
protected
float
$time
Time taken
Methods
__construct()
public
__construct(Test $test, mixed $time, mixed $e[, mixed $count = 0 ]) : mixed
Parameters
- $test : Test
- $time : mixed
- $e : mixed
- $count : mixed = 0
getCount()
public
getCount() : mixed
getFail()
public
getFail() : mixed
getTest()
public
getTest() : TestInterface
Return values
TestInterfacegetTime()
public
getTime() : float