Lggr
Public Member Functions | Static Public Member Functions | List of all members
NamedConstraint Class Reference
Inheritance diagram for NamedConstraint:
Inheritance graph
[legend]
Collaboration diagram for NamedConstraint:
Collaboration graph
[legend]

Public Member Functions

 matches ($other)
 
 toString ()
 
- Public Member Functions inherited from PHPUnit\Framework\Constraint\Constraint
 evaluate ($other, $description='', $returnResult=false)
 
 count ()
 

Static Public Member Functions

static fromName (string $name)
 

Additional Inherited Members

- Protected Member Functions inherited from PHPUnit\Framework\Constraint\Constraint
 fail ($other, $description, ComparisonFailure $comparisonFailure=null)
 
 additionalFailureDescription ($other)
 
 failureDescription ($other)
 
- Protected Attributes inherited from PHPUnit\Framework\Constraint\Constraint
 $exporter
 

Member Function Documentation

◆ matches()

NamedConstraint::matches (   $other)

Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.

This method can be overridden to implement the evaluation algorithm.

Parameters
mixed$otherValue or object to evaluate.
Returns
bool

Reimplemented from PHPUnit\Framework\Constraint\Constraint.

◆ toString()

NamedConstraint::toString ( )

Returns a string representation of the object.

Returns
string

Implements PHPUnit\Framework\SelfDescribing.


The documentation for this class was generated from the following file: