NUnit2ResultSummary summarizes test results as used in the NUnit2 XML format.
More...
|
string | Name [get] |
|
bool | Success [get] |
|
int | ResultCount [get] |
| Returns the number of test cases for which results have been summarized. Any tests excluded by use of Category or Explicit attributes are not counted. More...
|
|
int | TestsRun [get] |
| Returns the number of test cases actually run, which is the same as ResultCount, less any Skipped, Ignored or NonRunnable tests. More...
|
|
int | Passed [get] |
| Returns the number of tests that passed More...
|
|
int | Errors [get] |
| Returns the number of test cases that had an error. More...
|
|
int | Failures [get] |
| Returns the number of test cases that failed. More...
|
|
int | Inconclusive [get] |
| Returns the number of test cases that failed. More...
|
|
int | NotRunnable [get] |
| Returns the number of test cases that were not runnable due to errors in the signature of the class or method. Such tests are also counted as Errors. More...
|
|
int | Skipped [get] |
| Returns the number of test cases that were skipped. More...
|
|
int | Ignored [get] |
|
DateTime | StartTime [get] |
| Gets the start time of the test run. More...
|
|
DateTime | EndTime [get] |
| Gets the end time of the test run. More...
|
|
double | Duration [get] |
| Gets the duration of the test run in seconds. More...
|
|
int | TestsNotRun [get] |
|
int | ErrorsAndFailures [get] |
|
NUnit2ResultSummary summarizes test results as used in the NUnit2 XML format.
NUnit.Engine.Addins.NUnit2ResultSummary.NUnit2ResultSummary |
( |
| ) |
|
|
inline |
NUnit.Engine.Addins.NUnit2ResultSummary.NUnit2ResultSummary |
( |
XmlNode |
result | ) |
|
|
inline |
void NUnit.Engine.Addins.NUnit2ResultSummary.Summarize |
( |
XmlNode |
node | ) |
|
|
inlineprivate |
int NUnit.Engine.Addins.NUnit2ResultSummary.resultCount = 0 |
|
private |
int NUnit.Engine.Addins.NUnit2ResultSummary.testsRun = 0 |
|
private |
int NUnit.Engine.Addins.NUnit2ResultSummary.failureCount = 0 |
|
private |
int NUnit.Engine.Addins.NUnit2ResultSummary.errorCount = 0 |
|
private |
int NUnit.Engine.Addins.NUnit2ResultSummary.successCount = 0 |
|
private |
int NUnit.Engine.Addins.NUnit2ResultSummary.inconclusiveCount = 0 |
|
private |
int NUnit.Engine.Addins.NUnit2ResultSummary.skipCount = 0 |
|
private |
int NUnit.Engine.Addins.NUnit2ResultSummary.ignoreCount = 0 |
|
private |
int NUnit.Engine.Addins.NUnit2ResultSummary.notRunnable = 0 |
|
private |
DateTime NUnit.Engine.Addins.NUnit2ResultSummary.startTime = DateTime.MinValue |
|
private |
DateTime NUnit.Engine.Addins.NUnit2ResultSummary.endTime = DateTime.MaxValue |
|
private |
double NUnit.Engine.Addins.NUnit2ResultSummary.duration = 0.0d |
|
private |
string NUnit.Engine.Addins.NUnit2ResultSummary.name |
|
private |
string NUnit.Engine.Addins.NUnit2ResultSummary.Name |
|
get |
bool NUnit.Engine.Addins.NUnit2ResultSummary.Success |
|
get |
int NUnit.Engine.Addins.NUnit2ResultSummary.ResultCount |
|
get |
int NUnit.Engine.Addins.NUnit2ResultSummary.TestsRun |
|
get |
Returns the number of test cases actually run, which is the same as ResultCount, less any Skipped, Ignored or NonRunnable tests.
int NUnit.Engine.Addins.NUnit2ResultSummary.Passed |
|
get |
Returns the number of tests that passed
int NUnit.Engine.Addins.NUnit2ResultSummary.Errors |
|
get |
int NUnit.Engine.Addins.NUnit2ResultSummary.Failures |
|
get |
int NUnit.Engine.Addins.NUnit2ResultSummary.Inconclusive |
|
get |
int NUnit.Engine.Addins.NUnit2ResultSummary.NotRunnable |
|
get |
int NUnit.Engine.Addins.NUnit2ResultSummary.Skipped |
|
get |
int NUnit.Engine.Addins.NUnit2ResultSummary.Ignored |
|
get |
DateTime NUnit.Engine.Addins.NUnit2ResultSummary.StartTime |
|
get |
Gets the start time of the test run.
DateTime NUnit.Engine.Addins.NUnit2ResultSummary.EndTime |
|
get |
Gets the end time of the test run.
double NUnit.Engine.Addins.NUnit2ResultSummary.Duration |
|
get |
Gets the duration of the test run in seconds.
int NUnit.Engine.Addins.NUnit2ResultSummary.TestsNotRun |
|
get |
int NUnit.Engine.Addins.NUnit2ResultSummary.ErrorsAndFailures |
|
get |
The documentation for this class was generated from the following file: