PHP 클래스 Page_Tester, atk4

See Documentation for testing
상속: extends Page
파일 보기 프로젝트 열기: atk4/atk4 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$auto_test
$cnt
$input
$proper_responses Redefine this to the value generated by a test
$responses
$variances

보호된 프로퍼티들

프로퍼티 타입 설명
$grid Grid

공개 메소드들

메소드 설명
_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 ( )

메소드 상세

_prepare() 공개 메소드

public _prepare ( $t, $str )

executeTest() 공개 메소드

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

expect() 공개 메소드

public expect ( $value, $expectation )

formatResult() 공개 메소드

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

init() 공개 메소드

public init ( )

runTests() 공개 메소드

public runTests ( $test_obj = null )

setVariance() 공개 메소드

public setVariance ( $arr )

silentTest() 공개 메소드

public silentTest ( $test_obj = null )

skipTests() 공개 메소드

public skipTests ( $msg = null )

ticker() 공개 메소드

public ticker ( )

프로퍼티 상세

$auto_test 공개적으로 프로퍼티

public $auto_test

$cnt 공개적으로 프로퍼티

public $cnt

$grid 보호되어 있는 프로퍼티

protected Grid $grid
리턴 Grid

$input 공개적으로 프로퍼티

public $input

$proper_responses 공개적으로 프로퍼티

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

$responses 공개적으로 프로퍼티

public $responses

$variances 공개적으로 프로퍼티

public $variances