Class DefaultBenchmarkAssertionRunner
Responsible for running Assertions over BenchmarkResults.
Inheritance
System.Object
DefaultBenchmarkAssertionRunner
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NBench.Sdk
Assembly: NBench.dll
Syntax
public class DefaultBenchmarkAssertionRunner : IBenchmarkAssertionRunner
Fields
Instance
Declaration
public static readonly DefaultBenchmarkAssertionRunner Instance
Field Value
Type | Description |
---|---|
DefaultBenchmarkAssertionRunner |
Methods
RunAssertions(BenchmarkSettings, BenchmarkResults)
Declaration
public IReadOnlyList<AssertionResult> RunAssertions(BenchmarkSettings settings, BenchmarkResults results)
Parameters
Type | Name | Description |
---|---|---|
BenchmarkSettings | settings | |
BenchmarkResults | results |
Returns
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<AssertionResult> |