Class OutputSpecification
OutputSpecification encapsulates a file output path and format for use in saving the results of a run.
Inherited Members
Namespace: NUnit.Common
Assembly: nunitlite.dll
Syntax
public class OutputSpecification
Constructors
View SourceOutputSpecification(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 SourceFormat
Gets the name of the format to be used
Declaration
public string Format { get; }
Property Value
Type | Description |
---|---|
string |
OutputPath
Gets the path to which output will be written
Declaration
public string OutputPath { get; }
Property Value
Type | Description |
---|---|
string |