C# Class System.Linq.Expressions.Tests.UnaryIncrementTests

显示文件 Open project: dotnet/corefx

Private Methods

Method Description
CheckIncrementDoubleTest ( bool useInterpreter ) : void
CheckIncrementFloatTest ( bool useInterpreter ) : void
CheckUnaryIncrementIntTest ( bool useInterpreter ) : void
CheckUnaryIncrementLongTest ( bool useInterpreter ) : void
CheckUnaryIncrementShortTest ( bool useInterpreter ) : void
CheckUnaryIncrementUIntTest ( bool useInterpreter ) : void
CheckUnaryIncrementULongTest ( bool useInterpreter ) : void
CheckUnaryIncrementUShortTest ( bool useInterpreter ) : void
ToStringTest ( ) : void
VerifyIncrementDouble ( double value, bool useInterpreter ) : void
VerifyIncrementFloat ( float value, bool useInterpreter ) : void
VerifyIncrementInt ( int value, bool useInterpreter ) : void
VerifyIncrementLong ( long value, bool useInterpreter ) : void
VerifyIncrementShort ( short value, bool useInterpreter ) : void
VerifyIncrementUInt ( uint value, bool useInterpreter ) : void
VerifyIncrementULong ( ulong value, bool useInterpreter ) : void
VerifyIncrementUShort ( ushort value, bool useInterpreter ) : void