PHP Class Page_Tester, atk4

See Documentation for testing
Inheritance: extends Page
Afficher le fichier Open project: atk4/atk4 Class Usage Examples

Méthodes publiques

Свойство Type Description
$auto_test
$cnt
$input
$proper_responses Redefine this to the value generated by a test
$responses
$variances

Protected Properties

Свойство Type Description
$grid Grid

Méthodes publiques

Méthode Description
_prepare ( $t, $str )
executeTest ( $test_obj, $test_func, $input )
expect ( $value, $expectation )
formatResult ( &$row, $key, $result )
init ( )
runTests ( $test_obj = null )
setVariance ( $arr )
silentTest ( $test_obj = null )
skipTests ( $msg = null )
ticker ( )

Method Details

_prepare() public méthode

public _prepare ( $t, $str )

executeTest() public méthode

public executeTest ( $test_obj, $test_func, $input )

expect() public méthode

public expect ( $value, $expectation )

formatResult() public méthode

public formatResult ( &$row, $key, $result )

init() public méthode

public init ( )

runTests() public méthode

public runTests ( $test_obj = null )

setVariance() public méthode

public setVariance ( $arr )

silentTest() public méthode

public silentTest ( $test_obj = null )

skipTests() public méthode

public skipTests ( $msg = null )

ticker() public méthode

public ticker ( )

Property Details

$auto_test public_oe property

public $auto_test

$cnt public_oe property

public $cnt

$grid protected_oe property

protected Grid $grid
Résultat Grid

$input public_oe property

public $input

$proper_responses public_oe property

Redefine this to the value generated by a test
public $proper_responses

$responses public_oe property

public $responses

$variances public_oe property

public $variances