Show / Hide Table of Contents

Class ValidationParameters

Inheritance
Object
ValidationParameters
Namespace: BenchmarkDotNet.Validators
Assembly: BenchmarkDotNet.dll
Syntax
public class ValidationParameters

Constructors

ValidationParameters(IReadOnlyList<BenchmarkCase>, ImmutableConfig)

Declaration
public ValidationParameters(IReadOnlyList<BenchmarkCase> benchmarks, ImmutableConfig config)
Parameters
Type Name Description
IReadOnlyList<BenchmarkCase> benchmarks
ImmutableConfig config

Properties

Benchmarks

Declaration
public IReadOnlyList<BenchmarkCase> Benchmarks { get; }
Property Value
Type Description
IReadOnlyList<BenchmarkCase>

Config

Declaration
public ImmutableConfig Config { get; }
Property Value
Type Description
ImmutableConfig

Operators

Implicit(BenchmarkCase[] to ValidationParameters)

Declaration
public static implicit operator ValidationParameters(BenchmarkCase[] benchmarksCase)
Parameters
Type Name Description
BenchmarkCase[] benchmarksCase
Returns
Type Description
ValidationParameters

Implicit(BenchmarkRunInfo to ValidationParameters)

Declaration
public static implicit operator ValidationParameters(BenchmarkRunInfo benchmarkRunInfo)
Parameters
Type Name Description
BenchmarkRunInfo benchmarkRunInfo
Returns
Type Description
ValidationParameters
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors