Show / Hide Table of Contents

    Class TestRunnerResult

    Results collected by the test runner

    Inheritance
    System.Object
    TestRunnerResult
    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 TestRunnerResult

    Properties

    AllTestsPassed

    Declaration
    public bool AllTestsPassed { get; set; }
    Property Value
    Type Description
    System.Boolean

    ExecutedTestsCount

    Declaration
    public int ExecutedTestsCount { get; set; }
    Property Value
    Type Description
    System.Int32

    FullResults

    Declaration
    public IReadOnlyList<BenchmarkFinalResults> FullResults { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<BenchmarkFinalResults>

    IgnoredTestsCount

    Declaration
    public int IgnoredTestsCount { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Copyright © 2015-2020 Petabridge™, LLC