Search Results for

    Show / Hide Table of Contents

    Class OutputManager

    OutputManager is responsible for creating output files from a test run in various formats.

    Inheritance
    object
    OutputManager
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NUnitLite
    Assembly: nunitlite.dll
    Syntax
    public class OutputManager

    Constructors

    View Source

    OutputManager(string)

    Construct an OutputManager

    Declaration
    public OutputManager(string workDirectory)
    Parameters
    Type Name Description
    string workDirectory

    The directory to use for reports

    Methods

    View Source

    WriteResultFile(ITestResult, OutputSpecification, IDictionary<string, object>, TestFilter)

    Write the result of a test run according to a spec.

    Declaration
    public void WriteResultFile(ITestResult result, OutputSpecification spec, IDictionary<string, object> runSettings, TestFilter filter)
    Parameters
    Type Name Description
    ITestResult result

    The test result

    OutputSpecification spec

    An output specification

    IDictionary<string, object> runSettings

    Settings

    TestFilter filter

    Filter

    View Source

    WriteTestFile(ITest, OutputSpecification)

    Write out the result of exploring the tests

    Declaration
    public void WriteTestFile(ITest test, OutputSpecification spec)
    Parameters
    Type Name Description
    ITest test

    The top-level test

    OutputSpecification spec

    An OutputSpecification

    • View Source
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0