Search Results for

    Show / Hide Table of Contents

    Class OutputSpecification

    OutputSpecification encapsulates a file output path and format for use in saving the results of a run.

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

    Constructors

    View Source

    OutputSpecification(string)

    Construct an OutputSpecification from an option value.

    Declaration
    public OutputSpecification(string spec)
    Parameters
    Type Name Description
    string spec

    The option value string.

    Properties

    View Source

    Format

    Gets the name of the format to be used

    Declaration
    public string Format { get; }
    Property Value
    Type Description
    string
    View Source

    OutputPath

    Gets the path to which output will be written

    Declaration
    public string OutputPath { get; }
    Property Value
    Type Description
    string
    • 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