PHP 클래스 CssSelectorExpectation, simpletest

Create a CSS Selector expectactation
상속: extends SimpleExpectation
파일 보기 프로젝트 열기: simpletest/simpletest 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$dom
$selector
$value

공개 메소드들

메소드 설명
__construct ( mixed $dom, mixed $selector, string $message = '%s' ) Sets the dom tree and the css selector to compare against
test ( mixed $compare ) : boolean Tests the expectation. True if it matches the held value.
testMessage ( mixed $compare ) : string Returns a human readable test message.

메소드 상세

__construct() 공개 메소드

Sets the dom tree and the css selector to compare against
public __construct ( mixed $dom, mixed $selector, string $message = '%s' )
$dom mixed Dom tree to search into.
$selector mixed Css selector to match element.
$message string Customised message on failure.

test() 공개 메소드

Tests the expectation. True if it matches the held value.
public test ( mixed $compare ) : boolean
$compare mixed Comparison value.
리턴 boolean True if correct.

testMessage() 공개 메소드

Returns a human readable test message.
public testMessage ( mixed $compare ) : string
$compare mixed Comparison value.
리턴 string Description of success or failure.

프로퍼티 상세

$dom 공개적으로 프로퍼티

public $dom

$selector 공개적으로 프로퍼티

public $selector

$value 공개적으로 프로퍼티

public $value