PHP 클래스 SeleniumTestCase, simpletest

상속: extends SeleniumAppModel
파일 보기 프로젝트 열기: simpletest/simpletest 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$browser Selenium instantiation variables
$browserUrl
$host
$newInstanceEachTest
$port
$selenium
$timeout

공개 메소드들

메소드 설명
__call ( $method, $arguments )
__construct ( $name = 'Selenium Test Case' )
setUp ( )
tearDown ( )
verifyText ( $text )
verifyTextNotPresent ( $text )
verifyTextPresent ( $text )
verifyTitle ( $pattern )
verifyValue ( $selector, $value )

메소드 상세

__call() 공개 메소드

public __call ( $method, $arguments )

__construct() 공개 메소드

public __construct ( $name = 'Selenium Test Case' )

setUp() 공개 메소드

public setUp ( )

tearDown() 공개 메소드

public tearDown ( )

verifyText() 공개 메소드

public verifyText ( $text )

verifyTextNotPresent() 공개 메소드

public verifyTextNotPresent ( $text )

verifyTextPresent() 공개 메소드

public verifyTextPresent ( $text )

verifyTitle() 공개 메소드

public verifyTitle ( $pattern )

verifyValue() 공개 메소드

public verifyValue ( $selector, $value )

프로퍼티 상세

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

Selenium instantiation variables
protected $browser

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

protected $browserUrl

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

protected $host

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

protected $newInstanceEachTest

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

protected $port

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

protected $selenium

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

protected $timeout