AllSpecification<T, TType>.

CreateFailedMessage() Method

Summary

Gets validation failed message of whole Specification.
Namespace
FluentSpecification.Common
Containing Type
AllSpecification<T, TType>

Syntax

[PublicAPI]
protected override string CreateFailedMessage()

Remarks

Invoked only when overall result is False.

Attributes

Type Description
PublicAPI

Return Value

Type Description
string Validation failed message.
GitHub