|
static XmlNode | CreateMessage (string text) |
|
static XmlNode | CreateStartRun (int count) |
|
static XmlNode | CreateTestRun () |
|
static XmlNode | CreateStartSuite (string id, string parentId, string name) |
|
static XmlNode | CreateFinishSuite (string id, string parentId, string name) |
|
static XmlNode | CreateStartTest (string id, string parentId, string name) |
|
static XmlNode | CreateTestCaseSuccessful (string id, string parentId, string name, string duration, string output) |
|
static XmlNode | CreateTestCaseFailed (string id, string parentId, string name, string duration, string message, string stackTrace) |
|
static string | GetNamedAttr (string attrName, string attrValue) |
|
static string | GetNamedElement (string elementName, string elementValue) |
|
void NUnit.ConsoleRunner.Tests.TeamCityServiceMessagePublisherTests.SetUp |
( |
| ) |
|
|
inline |
void NUnit.ConsoleRunner.Tests.TeamCityServiceMessagePublisherTests.TearDown |
( |
| ) |
|
|
inline |
void NUnit.ConsoleRunner.Tests.TeamCityServiceMessagePublisherTests.ShouldSendMessagesWithValidFlowIdWhenParallelizedTestsFromNUnit3 |
( |
| ) |
|
|
inline |
void NUnit.ConsoleRunner.Tests.TeamCityServiceMessagePublisherTests.ShouldSendMessagesWithValidFlowIdWhenHas1SuiteFromNUnit3 |
( |
| ) |
|
|
inline |
void NUnit.ConsoleRunner.Tests.TeamCityServiceMessagePublisherTests.ShouldSendMessagesWithValidFlowIdWhenHasNoSuiteFromNUnit3 |
( |
| ) |
|
|
inline |
void NUnit.ConsoleRunner.Tests.TeamCityServiceMessagePublisherTests.ShouldSendMessagesWithValidFlowIdWhenOutputIsEmpty |
( |
| ) |
|
|
inline |
void NUnit.ConsoleRunner.Tests.TeamCityServiceMessagePublisherTests.ShouldSendMessagesWithValidFlowIdWhenHasNoOutput |
( |
| ) |
|
|
inline |
void NUnit.ConsoleRunner.Tests.TeamCityServiceMessagePublisherTests.ShouldSendMessagesWithValidFlowIdWhenTestsFromNUnit2 |
( |
| ) |
|
|
inline |
void NUnit.ConsoleRunner.Tests.TeamCityServiceMessagePublisherTests.ShouldSendMessagesWithValidFlowIdWhenHas1SuiteFromNUnit2 |
( |
| ) |
|
|
inline |
void NUnit.ConsoleRunner.Tests.TeamCityServiceMessagePublisherTests.ShouldSendMessagesWithValidFlowIdWhenHasNoSuiteFromNUnit2 |
( |
| ) |
|
|
inline |
static XmlNode NUnit.ConsoleRunner.Tests.TeamCityServiceMessagePublisherTests.CreateMessage |
( |
string |
text | ) |
|
|
inlinestaticprivate |
static XmlNode NUnit.ConsoleRunner.Tests.TeamCityServiceMessagePublisherTests.CreateStartRun |
( |
int |
count | ) |
|
|
inlinestaticprivate |
static XmlNode NUnit.ConsoleRunner.Tests.TeamCityServiceMessagePublisherTests.CreateTestRun |
( |
| ) |
|
|
inlinestaticprivate |
static XmlNode NUnit.ConsoleRunner.Tests.TeamCityServiceMessagePublisherTests.CreateStartSuite |
( |
string |
id, |
|
|
string |
parentId, |
|
|
string |
name |
|
) |
| |
|
inlinestaticprivate |
static XmlNode NUnit.ConsoleRunner.Tests.TeamCityServiceMessagePublisherTests.CreateFinishSuite |
( |
string |
id, |
|
|
string |
parentId, |
|
|
string |
name |
|
) |
| |
|
inlinestaticprivate |
static XmlNode NUnit.ConsoleRunner.Tests.TeamCityServiceMessagePublisherTests.CreateStartTest |
( |
string |
id, |
|
|
string |
parentId, |
|
|
string |
name |
|
) |
| |
|
inlinestaticprivate |
static XmlNode NUnit.ConsoleRunner.Tests.TeamCityServiceMessagePublisherTests.CreateTestCaseSuccessful |
( |
string |
id, |
|
|
string |
parentId, |
|
|
string |
name, |
|
|
string |
duration, |
|
|
string |
output |
|
) |
| |
|
inlinestaticprivate |
static XmlNode NUnit.ConsoleRunner.Tests.TeamCityServiceMessagePublisherTests.CreateTestCaseFailed |
( |
string |
id, |
|
|
string |
parentId, |
|
|
string |
name, |
|
|
string |
duration, |
|
|
string |
message, |
|
|
string |
stackTrace |
|
) |
| |
|
inlinestaticprivate |
TeamCityServiceMessagePublisher NUnit.ConsoleRunner.Tests.TeamCityServiceMessagePublisherTests.CreateInstance |
( |
| ) |
|
|
inlineprivate |
static string NUnit.ConsoleRunner.Tests.TeamCityServiceMessagePublisherTests.GetNamedAttr |
( |
string |
attrName, |
|
|
string |
attrValue |
|
) |
| |
|
inlinestaticprivate |
static string NUnit.ConsoleRunner.Tests.TeamCityServiceMessagePublisherTests.GetNamedElement |
( |
string |
elementName, |
|
|
string |
elementValue |
|
) |
| |
|
inlinestaticprivate |
StringBuilder NUnit.ConsoleRunner.Tests.TeamCityServiceMessagePublisherTests._output |
|
private |
StringWriter NUnit.ConsoleRunner.Tests.TeamCityServiceMessagePublisherTests._outputWriter |
|
private |
The documentation for this class was generated from the following file: