AllSpecification<T, TType>.

IsSatisfiedBy(T) Method

Summary

Checks if TType Specification is satisfied by ALL candidate elements.
Namespace
FluentSpecification.Common
Containing Type
AllSpecification<T, TType>

Syntax

[PublicAPI]
public override bool IsSatisfiedBy(T candidate)

Attributes

Type Description
PublicAPI

Parameters

Name Type Description
candidate T Candidate object to verification.

Return Value

Type Description
bool

true - Specification is satisfied by candidate elements.

false - is not satisfied or candidate is null.

GitHub