IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
OutputManager is responsible for creating output files from a test run in various formats. More...
Public Member Functions | |
OutputManager (string workDirectory) | |
Construct an OutputManager More... | |
void | WriteResultFile (ITestResult result, OutputSpecification spec, IDictionary runSettings, TestFilter filter) |
Write the result of a test run according to a spec. More... | |
void | WriteTestFile (ITest test, OutputSpecification spec) |
Write out the result of exploring the tests More... | |
Private Attributes | |
string | _workDirectory |
OutputManager is responsible for creating output files from a test run in various formats.
|
inline |
Construct an OutputManager
workDirectory | The directory to use for reports |
|
inline |
Write the result of a test run according to a spec.
result | The test result |
spec | An output specification |
References NUnit.Common.OutputSpecification.Format, NUnit.Common.OutputSpecification.OutputPath, and NUnitLite.OutputWriter.WriteResultFile().
|
inline |
Write out the result of exploring the tests
test | The top-level test |
spec | An OutputSpecification |
References NUnit.Common.OutputSpecification.Format, NUnit.Common.OutputSpecification.OutputPath, and NUnitLite.OutputWriter.WriteTestFile().
|
private |