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

Mostra file Open project: dotnet/corefx

Private Methods

Method Description
LambdaModuloDecimalTest ( bool useInterpreter ) : void
LambdaModuloDoubleTest ( bool useInterpreter ) : void
LambdaModuloFloatTest ( bool useInterpreter ) : void
LambdaModuloIntTest ( bool useInterpreter ) : void
LambdaModuloLongTest ( bool useInterpreter ) : void
LambdaModuloShortTest ( bool useInterpreter ) : void
LambdaModuloUIntTest ( bool useInterpreter ) : void
LambdaModuloULongTest ( bool useInterpreter ) : void
LambdaModuloUShortTest ( bool useInterpreter ) : void
VerifyModuloDecimal ( decimal a, decimal b, bool useInterpreter ) : void
VerifyModuloDouble ( double a, double b, bool useInterpreter ) : void
VerifyModuloFloat ( float a, float b, bool useInterpreter ) : void
VerifyModuloInt ( int a, int b, bool useInterpreter ) : void
VerifyModuloLong ( long a, long b, bool useInterpreter ) : void
VerifyModuloShort ( short a, short b, bool useInterpreter ) : void
VerifyModuloUInt ( uint a, uint b, bool useInterpreter ) : void
VerifyModuloULong ( ulong a, ulong b, bool useInterpreter ) : void
VerifyModuloUShort ( ushort a, ushort b, bool useInterpreter ) : void