SpecificationResult.

SpecificationResult(string) Constructor

Summary

Create "empty" result with trace, for successful single Specification.

Syntax

[PublicAPI]
public SpecificationResult(string trace)

Attributes

Type Description
PublicAPI

Parameters

Name Type Description
trace string

Trace message.

Should contains short identifier of executed Specifications and relation between them.

Return Value

Type Description
void
GitHub