PHP Class Codeception\Verify

Datei anzeigen Open project: codeception/verify

Protected Properties

Property Type Description
$actual
$description
$isFileExpectation

Public Methods

Method Description
__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 ( )

Method Details

__construct() public method

public __construct ( $description )

contains() public method

public contains ( $needle )

containsOnly() public method

public containsOnly ( $type, $isNativeType = NULL )

containsOnlyInstancesOf() public method

public containsOnlyInstancesOf ( $class )

count() public method

public count ( $array )

endsWith() public method

public endsWith ( $suffix )

equalXMLStructure() public method

public equalXMLStructure ( $xml, $checkAttributes = FALSE )

equals() public method

public equals ( $expected )

equalsFile() public method

public equalsFile ( $file )

equalsJsonFile() public method

public equalsJsonFile ( $file )

equalsJsonString() public method

public equalsJsonString ( $string )

equalsXmlFile() public method

public equalsXmlFile ( $file )

equalsXmlString() public method

public equalsXmlString ( $xmlString )

exists() public method

public exists ( )

false() public method

public false ( )

greaterOrEquals() public method

public greaterOrEquals ( $expected )

greaterThan() public method

public greaterThan ( $expected )

hasAttribute() public method

public hasAttribute ( $attribute )

hasKey() public method

public hasKey ( $key )

hasStaticAttribute() public method

public hasStaticAttribute ( $attribute )

hasntKey() public method

public hasntKey ( $key )

internalType() public method

public internalType ( $type )

isEmpty() public method

public isEmpty ( )

isInstanceOf() public method

public isInstanceOf ( $class )

isNotInstanceOf() public method

public isNotInstanceOf ( $class )

lessOrEquals() public method

public lessOrEquals ( $expected )

lessThan() public method

public lessThan ( $expected )

matchesFormat() public method

public matchesFormat ( $format )

matchesFormatFile() public method

public matchesFormatFile ( $formatFile )

notContains() public method

public notContains ( $needle )

notContainsOnly() public method

public notContainsOnly ( $type, $isNativeType = NULL )

notCount() public method

public notCount ( $array )

notEmpty() public method

public notEmpty ( )

notEndsWith() public method

public notEndsWith ( $suffix )

notEquals() public method

public notEquals ( $expected )

notEqualsFile() public method

public notEqualsFile ( $file )

notExists() public method

public notExists ( )

notHasAttribute() public method

public notHasAttribute ( $attribute )

notHasStaticAttribute() public method

public notHasStaticAttribute ( $attribute )

notInternalType() public method

public notInternalType ( $type )

notMatchesFormat() public method

public notMatchesFormat ( $format )

notMatchesFormatFile() public method

public notMatchesFormatFile ( $formatFile )

notNull() public method

public notNull ( )

notSame() public method

public notSame ( $expected )

notStartsWith() public method

public notStartsWith ( $prefix )

null() public method

public null ( )

regExp() public method

public regExp ( $expression )

same() public method

public same ( $expected )

setIsFileExpectation() public method

public setIsFileExpectation ( boolean $isFileExpectation )
$isFileExpectation boolean

startsWith() public method

public startsWith ( $prefix )

true() public method

public true ( )

Property Details

$actual protected_oe property

protected $actual

$description protected_oe property

protected $description

$isFileExpectation protected_oe property

protected $isFileExpectation