ResultInterface
interface ResultInterface implements TagInterface
| internal | This interface is not covered by the backward compatibility promise |
A constraint evaluation result (either expected, or actual).
Methods
bool
actual()
Returns true if this object represents actual result (as opposite to expected one).
Details
in
TagInterface at line 25
string
tag()
No description
at line 27
bool
actual()
Returns true if this object represents actual result (as opposite to expected one).