IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Common.OutputSpecification Class Reference

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

Public Member Functions

 OutputSpecification (string spec)
 Construct an OutputSpecification from an option value. More...
 

Properties

string OutputPath [get, private set]
 Gets the path to which output will be written More...
 
string Format [get, private set]
 Gets the name of the format to be used More...
 
string Transform [get, private set]
 Gets the file name of a transform to be applied More...
 

Detailed Description

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

Constructor & Destructor Documentation

NUnit.Common.OutputSpecification.OutputSpecification ( string  spec)
inline

Construct an OutputSpecification from an option value.

Parameters
specThe option value string.

Property Documentation


The documentation for this class was generated from the following file: