PHP Class Scalr\Tests\Functional\Api\V2\SpecSchema\Constraint\ResponseBodyConstraint

Since: 5.11 (03.12.2015)
Author: Andrii Penchuk ([email protected])
Inheritance: extends PHPUnit_Framework_Constraint
Afficher le fichier Open project: scalr/scalr

Méthodes publiques

Свойство Type Description
$specObject Scalr\Tests\Functional\Api\V2\SpecSchema\DataTypes\AbstractSpecObject
$validator Validator

Méthodes publiques

Méthode Description
__construct ( AbstractSpecObject $specObject ) ResponseBodyConstraint constructor.
toString ( )

Méthodes protégées

Méthode Description
additionalFailureDescription ( $other )
matches ( $other )

Method Details

__construct() public méthode

ResponseBodyConstraint constructor.
public __construct ( AbstractSpecObject $specObject )
$specObject Scalr\Tests\Functional\Api\V2\SpecSchema\DataTypes\AbstractSpecObject

additionalFailureDescription() protected méthode

See also: PHPUnit_Framework_Constraint::additionalFailureDescription()
protected additionalFailureDescription ( $other )

matches() protected méthode

See also: PHPUnit_Framework_Constraint::matches()
protected matches ( $other )

toString() public méthode

See also: PHPUnit_Framework_Constraint::toString()
public toString ( )

Property Details

$specObject public_oe property

public AbstractSpecObject,Scalr\Tests\Functional\Api\V2\SpecSchema\DataTypes $specObject
Résultat Scalr\Tests\Functional\Api\V2\SpecSchema\DataTypes\AbstractSpecObject

$validator public_oe property

public Validator,Scalr\Tests\Functional\Api\V2\SpecSchema\Constraint $validator
Résultat Validator