SpecificationResult.

Trace Property

Summary

Trace message.

Syntax

[PublicAPI]
[CanBeNull]
public string Trace { get; }

Remarks

Excellent for debugging Specifications chain behavior from left to right.

Attributes

Type Description
PublicAPI
CanBeNull

Value

Type Description
string Should contains short identifier of executed Specifications and relation between them.
GitHub