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

Afficher le fichier Open project: zpbappi/money

Méthodes publiques

Méthode Description
ShouldBeConvertibleToAllNumericTypes ( this value ) : void
ShouldNotBeConvertibleToAnyNumericType ( this value ) : void

Private Methods

Méthode Description
GetCastingResults ( object value ) : List

Method Details

ShouldBeConvertibleToAllNumericTypes() public static méthode

public static ShouldBeConvertibleToAllNumericTypes ( this value ) : void
value this
Résultat void

ShouldNotBeConvertibleToAnyNumericType() public static méthode

public static ShouldNotBeConvertibleToAnyNumericType ( this value ) : void
value this
Résultat void