C# 클래스 System.Linq.Expressions.Tests.UnaryPlusTests

파일 보기 프로젝트 열기: dotnet/corefx

비공개 메소드들

메소드 설명
CheckUnaryArithmeticUnaryPlusDecimalTest ( bool useInterpreter ) : void
CheckUnaryArithmeticUnaryPlusDoubleTest ( bool useInterpreter ) : void
CheckUnaryArithmeticUnaryPlusFloatTest ( bool useInterpreter ) : void
CheckUnaryArithmeticUnaryPlusIntTest ( bool useInterpreter ) : void
CheckUnaryArithmeticUnaryPlusLongTest ( bool useInterpreter ) : void
CheckUnaryArithmeticUnaryPlusShortTest ( bool useInterpreter ) : void
CheckUnaryArithmeticUnaryPlusUIntTest ( bool useInterpreter ) : void
CheckUnaryArithmeticUnaryPlusULongTest ( bool useInterpreter ) : void
CheckUnaryArithmeticUnaryPlusUShortTest ( bool useInterpreter ) : void
ToStringTest ( ) : void
VerifyArithmeticUnaryPlusDecimal ( decimal value, bool useInterpreter ) : void
VerifyArithmeticUnaryPlusDouble ( double value, bool useInterpreter ) : void
VerifyArithmeticUnaryPlusFloat ( float value, bool useInterpreter ) : void
VerifyArithmeticUnaryPlusInt ( int value, bool useInterpreter ) : void
VerifyArithmeticUnaryPlusLong ( long value, bool useInterpreter ) : void
VerifyArithmeticUnaryPlusShort ( short value, bool useInterpreter ) : void
VerifyArithmeticUnaryPlusUInt ( uint value, bool useInterpreter ) : void
VerifyArithmeticUnaryPlusULong ( ulong value, bool useInterpreter ) : void
VerifyArithmeticUnaryPlusUShort ( ushort value, bool useInterpreter ) : void