Table of Contents

Class SuiteSummary

Namespace
Cress.LivingDocs
Assembly
Cress.LivingDocs.dll
public sealed record SuiteSummary : IEquatable<SuiteSummary>
Inheritance
SuiteSummary
Implements
Inherited Members

Constructors

SuiteSummary(int, int, int, double, TimeSpan)

public SuiteSummary(int TotalFlows, int PassedRuns, int FailedRuns, double PassRate, TimeSpan AvgDuration)

Parameters

TotalFlows int
PassedRuns int
FailedRuns int
PassRate double
AvgDuration TimeSpan

Properties

AvgDuration

public TimeSpan AvgDuration { get; init; }

Property Value

TimeSpan

FailedRuns

public int FailedRuns { get; init; }

Property Value

int

PassRate

public double PassRate { get; init; }

Property Value

double

PassedRuns

public int PassedRuns { get; init; }

Property Value

int

TotalFlows

public int TotalFlows { get; init; }

Property Value

int