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.TeamCityServiceMessagePublisherTests Class Reference

Public Member Functions

void SetUp ()
 
void TearDown ()
 
void ShouldSendMessagesWithValidFlowIdWhenParallelizedTestsFromNUnit3 ()
 
void ShouldSendMessagesWithValidFlowIdWhenHas1SuiteFromNUnit3 ()
 
void ShouldSendMessagesWithValidFlowIdWhenHasNoSuiteFromNUnit3 ()
 
void ShouldSendMessagesWithValidFlowIdWhenOutputIsEmpty ()
 
void ShouldSendMessagesWithValidFlowIdWhenHasNoOutput ()
 
void ShouldSendMessagesWithValidFlowIdWhenTestsFromNUnit2 ()
 
void ShouldSendMessagesWithValidFlowIdWhenHas1SuiteFromNUnit2 ()
 
void ShouldSendMessagesWithValidFlowIdWhenHasNoSuiteFromNUnit2 ()
 

Private Member Functions

TeamCityServiceMessagePublisher CreateInstance ()
 

Static Private Member Functions

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)
 

Private Attributes

StringBuilder _output
 
StringWriter _outputWriter
 

Member Function Documentation

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

Member Data Documentation

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: