Show / Hide Table of Contents

Class ParamsAllValuesValidator

Inheritance
Object
ParamsAllValuesValidator
Implements
IValidator
Namespace: BenchmarkDotNet.Validators
Assembly: BenchmarkDotNet.dll
Syntax
public class ParamsAllValuesValidator : IValidator

Fields

FailOnError

Declaration
public static readonly ParamsAllValuesValidator FailOnError
Field Value
Type Description
ParamsAllValuesValidator

Properties

TreatsWarningsAsErrors

Declaration
public bool TreatsWarningsAsErrors { get; }
Property Value
Type Description
Boolean

Methods

Validate(ValidationParameters)

Declaration
public IEnumerable<ValidationError> Validate(ValidationParameters input)
Parameters
Type Name Description
ValidationParameters input
Returns
Type Description
IEnumerable<ValidationError>

Implements

IValidator
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors