C# Класс NUnit.Framework.Internal.MethodHelper

MethodHelper provides static methods for working with methods.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetDisplayName ( MethodInfo method, object arglist ) : string

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

Приватные методы

Метод Описание
EscapeControlChar ( char c ) : string
GetDisplayString ( object arg ) : string

Описание методов

GetDisplayName() публичный статический Метод

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.
Результат string