C# Class NUnit.Framework.Internal.MethodHelper

MethodHelper provides static methods for working with methods.
Afficher le fichier Open project: pjcollins/Andr.Unit Class Usage Examples

Méthodes publiques

Méthode Description
GetDisplayName ( MethodInfo method, object arglist ) : string

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

Private Methods

Méthode Description
EscapeControlChar ( char c ) : string
GetDisplayString ( object arg ) : string

Method Details

GetDisplayName() public static méthode

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.
Résultat string