CompositeSpecification<T>.

IsSatisfiedBy(T) Method

Summary

Merge results from Specifications passed in constructor.

Syntax

[PublicAPI]
public bool IsSatisfiedBy(T candidate)

Attributes

Type Description
PublicAPI

Parameters

Name Type Description
candidate T Candidate object to verification.

Return Value

Type Description
bool Overall result as composition of two Specifications.
GitHub