IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
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... | |
OutputSpecification encapsulates a file output path and format for use in saving the results of a run.
|
inline |
Construct an OutputSpecification from an option value.
spec | The option value string. |
|
getprivate set |
Gets the path to which output will be written
Referenced by NUnitLite.Tests.CommandLineTests.ExploreOptionWithFilePath(), NUnit.ConsoleRunner.Tests.CommandLineTests.ExploreOptionWithFilePath(), NUnitLite.Tests.CommandLineTests.ExploreOptionWithFilePathAndFormat(), NUnit.ConsoleRunner.Tests.CommandLineTests.ExploreOptionWithFilePathAndFormat(), NUnitLite.Tests.CommandLineTests.ExploreOptionWithFilePathAndTransform(), NUnit.ConsoleRunner.Tests.CommandLineTests.ExploreOptionWithFilePathAndTransform(), NUnit.ConsoleRunner.ConsoleRunner.ExploreTests(), NUnitLite.Tests.CommandLineTests.ResultOptionWithFilePath(), NUnit.ConsoleRunner.Tests.CommandLineTests.ResultOptionWithFilePath(), NUnitLite.Tests.CommandLineTests.ResultOptionWithFilePathAndFormat(), NUnit.ConsoleRunner.Tests.CommandLineTests.ResultOptionWithFilePathAndFormat(), NUnitLite.Tests.CommandLineTests.ResultOptionWithFilePathAndTransform(), NUnit.ConsoleRunner.Tests.CommandLineTests.ResultOptionWithFilePathAndTransform(), NUnitLite.OutputManager.WriteResultFile(), and NUnitLite.OutputManager.WriteTestFile().
|
getprivate set |
Gets the name of the format to be used
Referenced by NUnitLite.Tests.CommandLineTests.ExploreOptionWithFilePath(), NUnit.ConsoleRunner.Tests.CommandLineTests.ExploreOptionWithFilePath(), NUnitLite.Tests.CommandLineTests.ExploreOptionWithFilePathAndFormat(), NUnit.ConsoleRunner.Tests.CommandLineTests.ExploreOptionWithFilePathAndFormat(), NUnitLite.Tests.CommandLineTests.ExploreOptionWithFilePathAndTransform(), NUnit.ConsoleRunner.Tests.CommandLineTests.ExploreOptionWithFilePathAndTransform(), NUnit.ConsoleRunner.ConsoleRunner.ExploreTests(), NUnit.ConsoleRunner.ConsoleRunner.GetResultWriter(), NUnitLite.Tests.CommandLineTests.ResultOptionWithFilePath(), NUnit.ConsoleRunner.Tests.CommandLineTests.ResultOptionWithFilePath(), NUnitLite.Tests.CommandLineTests.ResultOptionWithFilePathAndFormat(), NUnit.ConsoleRunner.Tests.CommandLineTests.ResultOptionWithFilePathAndFormat(), NUnitLite.Tests.CommandLineTests.ResultOptionWithFilePathAndTransform(), NUnit.ConsoleRunner.Tests.CommandLineTests.ResultOptionWithFilePathAndTransform(), NUnitLite.OutputManager.WriteResultFile(), and NUnitLite.OutputManager.WriteTestFile().
|
getprivate set |
Gets the file name of a transform to be applied
Referenced by NUnitLite.Tests.CommandLineTests.ExploreOptionWithFilePath(), NUnit.ConsoleRunner.Tests.CommandLineTests.ExploreOptionWithFilePath(), NUnitLite.Tests.CommandLineTests.ExploreOptionWithFilePathAndFormat(), NUnit.ConsoleRunner.Tests.CommandLineTests.ExploreOptionWithFilePathAndFormat(), NUnitLite.Tests.CommandLineTests.ExploreOptionWithFilePathAndTransform(), NUnit.ConsoleRunner.Tests.CommandLineTests.ExploreOptionWithFilePathAndTransform(), NUnitLite.Tests.CommandLineTests.ResultOptionWithFilePath(), NUnit.ConsoleRunner.Tests.CommandLineTests.ResultOptionWithFilePath(), NUnitLite.Tests.CommandLineTests.ResultOptionWithFilePathAndFormat(), NUnit.ConsoleRunner.Tests.CommandLineTests.ResultOptionWithFilePathAndFormat(), NUnitLite.Tests.CommandLineTests.ResultOptionWithFilePathAndTransform(), and NUnit.ConsoleRunner.Tests.CommandLineTests.ResultOptionWithFilePathAndTransform().