C# 클래스 Shouldly.ShouldlyConfiguration

파일 보기 프로젝트 열기: shouldly/shouldly

공개 프로퍼티들

프로퍼티 타입 설명
DefaultFloatingPointTolerance double
DefaultTaskTimeout System.TimeSpan

공개 메소드들

메소드 설명
DisableSourceInErrors ( ) : IDisposable

When set to true shouldly will not try and create better error messages using your source code

IsSourceDisabledInErrors ( ) : bool

비공개 메소드들

메소드 설명
DiffToolConfiguration ( ) : Shouldly.Configuration
ShouldMatchConfigurationBuilder ( ) : Shouldly.Configuration
ShouldlyConfiguration ( ) : Shouldly.Configuration

메소드 상세

DisableSourceInErrors() 공개 정적인 메소드

When set to true shouldly will not try and create better error messages using your source code
public static DisableSourceInErrors ( ) : IDisposable
리턴 IDisposable

IsSourceDisabledInErrors() 공개 정적인 메소드

public static IsSourceDisabledInErrors ( ) : bool
리턴 bool

프로퍼티 상세

DefaultFloatingPointTolerance 공개적으로 정적으로 프로퍼티

public static double DefaultFloatingPointTolerance
리턴 double

DefaultTaskTimeout 공개적으로 정적으로 프로퍼티

public static TimeSpan,System DefaultTaskTimeout
리턴 System.TimeSpan