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

Afficher le fichier Open project: dotnet/corefx

Private Methods

Méthode Description
CheckDecrementDoubleTest ( bool useInterpreter ) : void
CheckDecrementFloatTest ( bool useInterpreter ) : void
CheckUnaryDecrementIntTest ( bool useInterpreter ) : void
CheckUnaryDecrementLongTest ( bool useInterpreter ) : void
CheckUnaryDecrementShortTest ( bool useInterpreter ) : void
CheckUnaryDecrementUIntTest ( bool useInterpreter ) : void
CheckUnaryDecrementULongTest ( bool useInterpreter ) : void
CheckUnaryDecrementUShortTest ( bool useInterpreter ) : void
ToStringTest ( ) : void
VerifyDecrementDouble ( double value, bool useInterpreter ) : void
VerifyDecrementFloat ( float value, bool useInterpreter ) : void
VerifyDecrementInt ( int value, bool useInterpreter ) : void
VerifyDecrementLong ( long value, bool useInterpreter ) : void
VerifyDecrementShort ( short value, bool useInterpreter ) : void
VerifyDecrementUInt ( uint value, bool useInterpreter ) : void
VerifyDecrementULong ( ulong value, bool useInterpreter ) : void
VerifyDecrementUShort ( ushort value, bool useInterpreter ) : void