C# 클래스 Money.Tests.Internal.Helpers.NumericCastAssertionHelper

파일 보기 프로젝트 열기: zpbappi/money

공개 메소드들

메소드 설명
ShouldBeConvertibleToAllNumericTypes ( this value ) : void
ShouldNotBeConvertibleToAnyNumericType ( this value ) : void

비공개 메소드들

메소드 설명
GetCastingResults ( object value ) : List

메소드 상세

ShouldBeConvertibleToAllNumericTypes() 공개 정적인 메소드

public static ShouldBeConvertibleToAllNumericTypes ( this value ) : void
value this
리턴 void

ShouldNotBeConvertibleToAnyNumericType() 공개 정적인 메소드

public static ShouldNotBeConvertibleToAnyNumericType ( this value ) : void
value this
리턴 void