C# Class Shouldly.ShouldlyConfiguration

Mostrar archivo Open project: shouldly/shouldly

Public Properties

Property Type Description
DefaultFloatingPointTolerance double
DefaultTaskTimeout System.TimeSpan

Public Methods

Method Description
DisableSourceInErrors ( ) : IDisposable

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

IsSourceDisabledInErrors ( ) : bool

Private Methods

Method Description
DiffToolConfiguration ( ) : Shouldly.Configuration
ShouldMatchConfigurationBuilder ( ) : Shouldly.Configuration
ShouldlyConfiguration ( ) : Shouldly.Configuration

Method Details

DisableSourceInErrors() public static method

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

IsSourceDisabledInErrors() public static method

public static IsSourceDisabledInErrors ( ) : bool
return bool

Property Details

DefaultFloatingPointTolerance public_oe static_oe property

public static double DefaultFloatingPointTolerance
return double

DefaultTaskTimeout public_oe static_oe property

public static TimeSpan,System DefaultTaskTimeout
return System.TimeSpan