C# 클래스 FluentAssert.ActionDescriptionBuilder

파일 보기 프로젝트 열기: mvbalaw/FluentAssert 1 사용 예제들

공개 메소드들

메소드 설명
BuildFor ( MulticastDelegate action ) : string
BuildFor ( MulticastDelegate action, string prefixToExclude ) : string

비공개 메소드들

메소드 설명
BuildFor ( string name ) : string
Cleanup ( char c ) : IEnumerable

메소드 상세

BuildFor() 공개 정적인 메소드

public static BuildFor ( MulticastDelegate action ) : string
action System.MulticastDelegate
리턴 string

BuildFor() 공개 정적인 메소드

public static BuildFor ( MulticastDelegate action, string prefixToExclude ) : string
action System.MulticastDelegate
prefixToExclude string
리턴 string