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 |
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: