C# 클래스 NUnit.Framework.Internal.MethodHelper

MethodHelper provides static methods for working with methods.
파일 보기 프로젝트 열기: pjcollins/Andr.Unit 1 사용 예제들

공개 메소드들

메소드 설명
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