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.Tests.ResultReporterTests Class Reference
+ Collaboration diagram for NUnit.ConsoleRunner.Tests.ResultReporterTests:

Public Member Functions

void CreateResult ()
 
void CreateReporter ()
 
void ReportSequenceTest ()
 
void SummaryReportTest ()
 
void ErrorsAndFailuresReportTest ()
 
void TestsNotRunTest ()
 

Private Member Functions

string GetReport (TestDelegate del)
 
IList< string > GetReportLines (TestDelegate del)
 

Private Attributes

const string MOCK_TEST_RESULT = "NUnit.ConsoleRunner.Tests.MockTestResult.xml"
 
XmlNode _result
 
ResultReporter _reporter
 
StringBuilder _report
 

Static Private Attributes

static readonly string[] REPORT_SEQUENCE
 

Member Function Documentation

void NUnit.ConsoleRunner.Tests.ResultReporterTests.CreateResult ( )
inline
void NUnit.ConsoleRunner.Tests.ResultReporterTests.CreateReporter ( )
inline
void NUnit.ConsoleRunner.Tests.ResultReporterTests.ReportSequenceTest ( )
inline
void NUnit.ConsoleRunner.Tests.ResultReporterTests.SummaryReportTest ( )
inline
void NUnit.ConsoleRunner.Tests.ResultReporterTests.ErrorsAndFailuresReportTest ( )
inline
void NUnit.ConsoleRunner.Tests.ResultReporterTests.TestsNotRunTest ( )
inline
string NUnit.ConsoleRunner.Tests.ResultReporterTests.GetReport ( TestDelegate  del)
inlineprivate
IList<string> NUnit.ConsoleRunner.Tests.ResultReporterTests.GetReportLines ( TestDelegate  del)
inlineprivate

Member Data Documentation

const string NUnit.ConsoleRunner.Tests.ResultReporterTests.MOCK_TEST_RESULT = "NUnit.ConsoleRunner.Tests.MockTestResult.xml"
private
readonly string [] NUnit.ConsoleRunner.Tests.ResultReporterTests.REPORT_SEQUENCE
staticprivate
Initial value:
= new string[] {
"Tests Not Run",
"Errors and Failures",
"Test Run Summary"
}
XmlNode NUnit.ConsoleRunner.Tests.ResultReporterTests._result
private
ResultReporter NUnit.ConsoleRunner.Tests.ResultReporterTests._reporter
private
StringBuilder NUnit.ConsoleRunner.Tests.ResultReporterTests._report
private

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