C# 클래스 Xunit.Sdk.ArgumentFormatter

Formats arguments for display in theories.
파일 보기 프로젝트 열기: xbehave/xbehave.net 1 사용 예제들

공개 메소드들

메소드 설명
Format ( object value ) : string

Format the value for presentation.

비공개 메소드들

메소드 설명
Format ( object value, int depth ) : string
FormatComplexValue ( object value, int depth, Type type ) : string
FormatEnumerable ( IEnumerable enumerableValues, int depth ) : string
FormatTypeName ( Type type ) : string
UnwrapException ( Exception ex ) : Exception
WrapAndGetFormattedValue ( Func getter, int depth ) : string

메소드 상세

Format() 공개 정적인 메소드

Format the value for presentation.
public static Format ( object value ) : string
value object The value to be formatted.
리턴 string