Class MethodHelper
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
MethodInfoThe method for which a display name is needed.
arglist
object[]The arguments provided.
Returns
- string
The display name for the method