Summary
Create result for single
Specification.
- Namespace
- FluentSpecification
.Abstractions .Validation - Containing Type
- SpecificationResult
Syntax
[PublicAPI]
public SpecificationResult(bool overallResult, params FailedSpecification[] failedSpecifications)
Attributes
| Type | Description |
|---|---|
| PublicAPI |
Parameters
| Name | Type | Description |
|---|---|---|
| overallResult | bool | Overall result returned by IsSatisfiedBy or IsNotSatisfiedBy method. |
| failedSpecifications | Failed |
List of failed For definition of "failed" see |
Return Value
| Type | Description |
|---|---|
| void |

