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.ConsoleRunner.ResultSummary Class Reference

Summary description for ResultSummary. More...

Public Member Functions

 ResultSummary (XmlNode result)
 

Properties

int TestCount [get, private set]
 Gets 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 RunCount [get]
 Returns the number of test cases actually run. More...
 
int NotRunCount [get]
 Returns the number of test cases not run for any reason. More...
 
int PassCount [get, private set]
 Gets the count of passed tests More...
 
int FailureCount [get, private set]
 Gets the count of failed tests, excluding errors and invalid tests More...
 
int ErrorCount [get, private set]
 Returns the number of test cases that had an error. More...
 
int InconclusiveCount [get, private set]
 Gets the count of inconclusive tests More...
 
int InvalidCount [get, private set]
 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 SkipCount [get, private set]
 Gets the count of skipped tests, excluding ignored and explicit tests More...
 
int IgnoreCount [get, private set]
 Gets the count of ignored tests More...
 
int ExplicitCount [get, private set]
 Gets the count of tests not run because the are Explicit More...
 
int InvalidAssemblies [get, private set]
 Gets the count of invalid assemblies More...
 
bool UnexpectedError [get, private set]
 An Unexpected error occurred More...
 

Private Member Functions

void InitializeCounters ()
 
void Summarize (XmlNode node)
 
void Summarize (XmlNodeList nodes)
 

Detailed Description

Summary description for ResultSummary.

Constructor & Destructor Documentation

NUnit.ConsoleRunner.ResultSummary.ResultSummary ( XmlNode  result)
inline

Member Function Documentation

void NUnit.ConsoleRunner.ResultSummary.InitializeCounters ( )
inlineprivate
void NUnit.ConsoleRunner.ResultSummary.Summarize ( XmlNode  node)
inlineprivate
void NUnit.ConsoleRunner.ResultSummary.Summarize ( XmlNodeList  nodes)
inlineprivate

Property Documentation

int NUnit.ConsoleRunner.ResultSummary.TestCount
getprivate set

Gets the number of test cases for which results have been summarized. Any tests excluded by use of Category or Explicit attributes are not counted.

int NUnit.ConsoleRunner.ResultSummary.RunCount
get

Returns the number of test cases actually run.

int NUnit.ConsoleRunner.ResultSummary.NotRunCount
get

Returns the number of test cases not run for any reason.

int NUnit.ConsoleRunner.ResultSummary.PassCount
getprivate set

Gets the count of passed tests

int NUnit.ConsoleRunner.ResultSummary.FailureCount
getprivate set

Gets the count of failed tests, excluding errors and invalid tests

int NUnit.ConsoleRunner.ResultSummary.ErrorCount
getprivate set

Returns the number of test cases that had an error.

int NUnit.ConsoleRunner.ResultSummary.InconclusiveCount
getprivate set

Gets the count of inconclusive tests

int NUnit.ConsoleRunner.ResultSummary.InvalidCount
getprivate set

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.

int NUnit.ConsoleRunner.ResultSummary.SkipCount
getprivate set

Gets the count of skipped tests, excluding ignored and explicit tests

int NUnit.ConsoleRunner.ResultSummary.IgnoreCount
getprivate set

Gets the count of ignored tests

int NUnit.ConsoleRunner.ResultSummary.ExplicitCount
getprivate set

Gets the count of tests not run because the are Explicit

int NUnit.ConsoleRunner.ResultSummary.InvalidAssemblies
getprivate set

Gets the count of invalid assemblies

bool NUnit.ConsoleRunner.ResultSummary.UnexpectedError
getprivate set

An Unexpected error occurred


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