C# Class Money.Tests.Internal.Helpers.NumericCastAssertionHelper

Mostrar archivo Open project: zpbappi/money

Public Methods

Method Description
ShouldBeConvertibleToAllNumericTypes ( this value ) : void
ShouldNotBeConvertibleToAnyNumericType ( this value ) : void

Private Methods

Method Description
GetCastingResults ( object value ) : List

Method Details

ShouldBeConvertibleToAllNumericTypes() public static method

public static ShouldBeConvertibleToAllNumericTypes ( this value ) : void
value this
return void

ShouldNotBeConvertibleToAnyNumericType() public static method

public static ShouldNotBeConvertibleToAnyNumericType ( this value ) : void
value this
return void