Table of Contents

Class MethodHelper

Namespace
NUnit.Framework.Internal
Assembly
nunit.framework.dll

MethodHelper provides static methods for working with methods.

public class MethodHelper
Inheritance
MethodHelper
Inherited Members

Constructors

MethodHelper()

public MethodHelper()

Methods

GetDisplayName(MethodInfo, object[])

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

public static string GetDisplayName(MethodInfo method, object[] arglist)

Parameters

method MethodInfo

The method for which a display name is needed.

arglist object[]

The arguments provided.

Returns

string

The display name for the method