PHP Класс Codeception\Verify

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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