TrueSpecification.

CreateNegationFailedMessage(bool) Method

Summary

Gets validation negation failed message of Specification for candidate content.
Namespace
FluentSpecification.Common
Containing Type
TrueSpecification

Syntax

[PublicAPI]
protected override string CreateNegationFailedMessage(bool candidate)

Remarks

Invoked only when overall result is False.

Attributes

Type Description
PublicAPI

Parameters

Name Type Description
candidate bool Incorrect candidate object.

Return Value

Type Description
string Validation negation failed message.
GitHub