SpecificationResultGenerator Class

Summary

Helper class for generation of SpecificationResult validation object.
Namespace
FluentSpecification.Core.Validation
Base Types
  • object
graph BT Type-->Base0["object"] Type["SpecificationResultGenerator"] class Type type-node

Syntax

[PublicAPI]
public static class SpecificationResultGenerator

Attributes

Type Description
PublicAPI

Methods

Name Value Summary
GenerateOverallSpecificationResult(bool, TraceMessageModifier, SpecificationResult[]) SpecificationResult
Generate one SpecificationResult validation object, merged with multiple results.
static
GetSpecificationShortName(ISpecification) string
Get short name of Specification type - without namespaces etc.
static
GetTypeShortName(Type) string
Get short name of type - without namespaces etc.
static
GitHub