C# Class NUnit.Framework.Internal.MethodHelper

MethodHelper provides static methods for working with methods.
Show file Open project: pjcollins/Andr.Unit Class Usage Examples

Public Methods

Method Description
GetDisplayName ( MethodInfo method, object arglist ) : string

Gets the display name for a method as used by NUnit.

Private Methods

Method Description
EscapeControlChar ( char c ) : string
GetDisplayString ( object arg ) : string

Method Details

GetDisplayName() public static method

Gets the display name for a method as used by NUnit.
public static GetDisplayName ( MethodInfo method, object arglist ) : string
method System.Reflection.MethodInfo The method for which a display name is needed.
arglist object The arguments provided.
return string