Summary
Merge results from
Specifications
passed in constructor.
- Namespace
- FluentSpecification
.Core .Composite - Containing Type
- Composite
Specification <T>
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 .
|