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.Framework.Internal.TestNameGenerator.NameFragment Class Referenceabstract
+ Inheritance diagram for NUnit.Framework.Internal.TestNameGenerator.NameFragment:

Public Member Functions

virtual string GetText (TestMethod testMethod, object[] args)
 
abstract string GetText (MethodInfo method, object[] args)
 

Static Protected Member Functions

static void AppendGenericTypeNames (StringBuilder sb, MethodInfo method)
 
static string GetDisplayString (object arg, int stringMax)
 

Static Private Member Functions

static string EscapeSingleChar (char c)
 
static string EscapeCharInString (char c)
 
static string EscapeControlChar (char c)
 

Private Attributes

const string THREE_DOTS = "..."
 

Member Function Documentation

virtual string NUnit.Framework.Internal.TestNameGenerator.NameFragment.GetText ( TestMethod  testMethod,
object[]  args 
)
inlinevirtual
static void NUnit.Framework.Internal.TestNameGenerator.NameFragment.AppendGenericTypeNames ( StringBuilder  sb,
MethodInfo  method 
)
inlinestaticprotected
static string NUnit.Framework.Internal.TestNameGenerator.NameFragment.GetDisplayString ( object  arg,
int  stringMax 
)
inlinestaticprotected
static string NUnit.Framework.Internal.TestNameGenerator.NameFragment.EscapeSingleChar ( char  c)
inlinestaticprivate
static string NUnit.Framework.Internal.TestNameGenerator.NameFragment.EscapeCharInString ( char  c)
inlinestaticprivate
static string NUnit.Framework.Internal.TestNameGenerator.NameFragment.EscapeControlChar ( char  c)
inlinestaticprivate

Member Data Documentation

const string NUnit.Framework.Internal.TestNameGenerator.NameFragment.THREE_DOTS = "..."
private

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