PHP Class Page_Tester, atk4

See Documentation for testing
Inheritance: extends Page
ファイルを表示 Open project: atk4/atk4 Class Usage Examples

Public Properties

Property Type Description
$auto_test
$cnt
$input
$proper_responses Redefine this to the value generated by a test
$responses
$variances

Protected Properties

Property Type Description
$grid Grid

Public Methods

Method 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 method

public _prepare ( $t, $str )

executeTest() public method

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

expect() public method

public expect ( $value, $expectation )

formatResult() public method

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

init() public method

public init ( )

runTests() public method

public runTests ( $test_obj = null )

setVariance() public method

public setVariance ( $arr )

silentTest() public method

public silentTest ( $test_obj = null )

skipTests() public method

public skipTests ( $msg = null )

ticker() public method

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
return 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