Метод | Описание | |
---|---|---|
WriteResultFile ( ITestResult result, |
Abstract method that writes a test result to a TextWriter
|
|
WriteResultFile ( ITestResult result, string outputPath, object>.IDictionary |
Writes a test result to a file
|
|
WriteTestFile ( ITest test, |
Abstract method that writes test info to a TextWriter
|
|
WriteTestFile ( ITest test, string outputPath ) : void |
Writes test info to a file
|
public abstract WriteResultFile ( ITestResult result, |
||
result | ITestResult | The result to be written |
writer | A TextWriter to which the result is written | |
runSettings | object>.IDictionary | A dictionary of settings used for this test run |
filter | NUnit.Framework.Internal.TestFilter | |
Результат | void |
public WriteResultFile ( ITestResult result, string outputPath, object>.IDictionary |
||
result | ITestResult | The result to be written |
outputPath | string | Path to the file to which the result is written |
runSettings | object>.IDictionary | A dictionary of settings used for this test run |
filter | NUnit.Framework.Internal.TestFilter | |
Результат | void |
public abstract WriteTestFile ( ITest test, |
||
test | ITest | The test to be written |
writer | A TextWriter to which the test info is written | |
Результат | void |
public WriteTestFile ( ITest test, string outputPath ) : void | ||
test | ITest | The test to be written |
outputPath | string | Path to the file to which the test info is written |
Результат | void |