PHP 클래스 Codeception\Verify

파일 보기 프로젝트 열기: codeception/verify

보호된 프로퍼티들

프로퍼티 타입 설명
$actual
$description
$isFileExpectation

공개 메소드들

메소드 설명
__construct ( $description )
contains ( $needle )
containsOnly ( $type, $isNativeType = NULL )
containsOnlyInstancesOf ( $class )
count ( $array )
endsWith ( $suffix )
equalXMLStructure ( $xml, $checkAttributes = FALSE )
equals ( $expected )
equalsFile ( $file )
equalsJsonFile ( $file )
equalsJsonString ( $string )
equalsXmlFile ( $file )
equalsXmlString ( $xmlString )
exists ( )
false ( )
greaterOrEquals ( $expected )
greaterThan ( $expected )
hasAttribute ( $attribute )
hasKey ( $key )
hasStaticAttribute ( $attribute )
hasntKey ( $key )
internalType ( $type )
isEmpty ( )
isInstanceOf ( $class )
isNotInstanceOf ( $class )
lessOrEquals ( $expected )
lessThan ( $expected )
matchesFormat ( $format )
matchesFormatFile ( $formatFile )
notContains ( $needle )
notContainsOnly ( $type, $isNativeType = NULL )
notCount ( $array )
notEmpty ( )
notEndsWith ( $suffix )
notEquals ( $expected )
notEqualsFile ( $file )
notExists ( )
notHasAttribute ( $attribute )
notHasStaticAttribute ( $attribute )
notInternalType ( $type )
notMatchesFormat ( $format )
notMatchesFormatFile ( $formatFile )
notNull ( )
notSame ( $expected )
notStartsWith ( $prefix )
null ( )
regExp ( $expression )
same ( $expected )
setIsFileExpectation ( boolean $isFileExpectation )
startsWith ( $prefix )
true ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $description )

contains() 공개 메소드

public contains ( $needle )

containsOnly() 공개 메소드

public containsOnly ( $type, $isNativeType = NULL )

containsOnlyInstancesOf() 공개 메소드

public containsOnlyInstancesOf ( $class )

count() 공개 메소드

public count ( $array )

endsWith() 공개 메소드

public endsWith ( $suffix )

equalXMLStructure() 공개 메소드

public equalXMLStructure ( $xml, $checkAttributes = FALSE )

equals() 공개 메소드

public equals ( $expected )

equalsFile() 공개 메소드

public equalsFile ( $file )

equalsJsonFile() 공개 메소드

public equalsJsonFile ( $file )

equalsJsonString() 공개 메소드

public equalsJsonString ( $string )

equalsXmlFile() 공개 메소드

public equalsXmlFile ( $file )

equalsXmlString() 공개 메소드

public equalsXmlString ( $xmlString )

exists() 공개 메소드

public exists ( )

false() 공개 메소드

public false ( )

greaterOrEquals() 공개 메소드

public greaterOrEquals ( $expected )

greaterThan() 공개 메소드

public greaterThan ( $expected )

hasAttribute() 공개 메소드

public hasAttribute ( $attribute )

hasKey() 공개 메소드

public hasKey ( $key )

hasStaticAttribute() 공개 메소드

public hasStaticAttribute ( $attribute )

hasntKey() 공개 메소드

public hasntKey ( $key )

internalType() 공개 메소드

public internalType ( $type )

isEmpty() 공개 메소드

public isEmpty ( )

isInstanceOf() 공개 메소드

public isInstanceOf ( $class )

isNotInstanceOf() 공개 메소드

public isNotInstanceOf ( $class )

lessOrEquals() 공개 메소드

public lessOrEquals ( $expected )

lessThan() 공개 메소드

public lessThan ( $expected )

matchesFormat() 공개 메소드

public matchesFormat ( $format )

matchesFormatFile() 공개 메소드

public matchesFormatFile ( $formatFile )

notContains() 공개 메소드

public notContains ( $needle )

notContainsOnly() 공개 메소드

public notContainsOnly ( $type, $isNativeType = NULL )

notCount() 공개 메소드

public notCount ( $array )

notEmpty() 공개 메소드

public notEmpty ( )

notEndsWith() 공개 메소드

public notEndsWith ( $suffix )

notEquals() 공개 메소드

public notEquals ( $expected )

notEqualsFile() 공개 메소드

public notEqualsFile ( $file )

notExists() 공개 메소드

public notExists ( )

notHasAttribute() 공개 메소드

public notHasAttribute ( $attribute )

notHasStaticAttribute() 공개 메소드

public notHasStaticAttribute ( $attribute )

notInternalType() 공개 메소드

public notInternalType ( $type )

notMatchesFormat() 공개 메소드

public notMatchesFormat ( $format )

notMatchesFormatFile() 공개 메소드

public notMatchesFormatFile ( $formatFile )

notNull() 공개 메소드

public notNull ( )

notSame() 공개 메소드

public notSame ( $expected )

notStartsWith() 공개 메소드

public notStartsWith ( $prefix )

null() 공개 메소드

public null ( )

regExp() 공개 메소드

public regExp ( $expression )

same() 공개 메소드

public same ( $expected )

setIsFileExpectation() 공개 메소드

public setIsFileExpectation ( boolean $isFileExpectation )
$isFileExpectation boolean

startsWith() 공개 메소드

public startsWith ( $prefix )

true() 공개 메소드

public true ( )

프로퍼티 상세

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

protected $actual

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

protected $description

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

protected $isFileExpectation