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

Public Member Functions

void SetUp ()
 
void Write ()
 
void Write_ColorStyle ()
 
void WriteLine ()
 
void WriteLine_ColorStyle ()
 
void WriteLabel ()
 
void WriteLabel_ColorStyle ()
 
void WriteLabelLine ()
 
void WriteLabelLine_ColorStyle ()
 

Private Attributes

StringBuilder sb
 
ExtendedTextWrapper writer
 
const string LABEL = "My Label: "
 
const string OPTION = "option value"
 
const string TESTING = "testing"
 

Static Private Attributes

static readonly string NL = Environment.NewLine
 

Member Function Documentation

void NUnit.Common.Tests.ExtendedTextWrapperTests.SetUp ( )
inline
void NUnit.Common.Tests.ExtendedTextWrapperTests.Write ( )
inline
void NUnit.Common.Tests.ExtendedTextWrapperTests.Write_ColorStyle ( )
inline
void NUnit.Common.Tests.ExtendedTextWrapperTests.WriteLine ( )
inline
void NUnit.Common.Tests.ExtendedTextWrapperTests.WriteLine_ColorStyle ( )
inline
void NUnit.Common.Tests.ExtendedTextWrapperTests.WriteLabel ( )
inline
void NUnit.Common.Tests.ExtendedTextWrapperTests.WriteLabel_ColorStyle ( )
inline
void NUnit.Common.Tests.ExtendedTextWrapperTests.WriteLabelLine ( )
inline
void NUnit.Common.Tests.ExtendedTextWrapperTests.WriteLabelLine_ColorStyle ( )
inline

Member Data Documentation

StringBuilder NUnit.Common.Tests.ExtendedTextWrapperTests.sb
private
ExtendedTextWrapper NUnit.Common.Tests.ExtendedTextWrapperTests.writer
private
const string NUnit.Common.Tests.ExtendedTextWrapperTests.LABEL = "My Label: "
private
const string NUnit.Common.Tests.ExtendedTextWrapperTests.OPTION = "option value"
private
const string NUnit.Common.Tests.ExtendedTextWrapperTests.TESTING = "testing"
private
readonly string NUnit.Common.Tests.ExtendedTextWrapperTests.NL = Environment.NewLine
staticprivate

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