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

显示文件 Open project: dotnet/corefx

Private Methods

Method Description
CheckUnaryBitwiseNotBoolTest ( bool useInterpreter ) : void
CheckUnaryBitwiseNotByteTest ( bool useInterpreter ) : void
CheckUnaryBitwiseNotIntTest ( bool useInterpreter ) : void
CheckUnaryBitwiseNotLongTest ( bool useInterpreter ) : void
CheckUnaryBitwiseNotSByteTest ( bool useInterpreter ) : void
CheckUnaryBitwiseNotShortTest ( bool useInterpreter ) : void
CheckUnaryBitwiseNotUIntTest ( bool useInterpreter ) : void
CheckUnaryBitwiseNotULongTest ( bool useInterpreter ) : void
CheckUnaryBitwiseNotUShortTest ( bool useInterpreter ) : void
ToStringTest ( ) : void
VerifyBitwiseNotBool ( bool value, bool useInterpreter ) : void
VerifyBitwiseNotByte ( byte value, bool useInterpreter ) : void
VerifyBitwiseNotInt ( int value, bool useInterpreter ) : void
VerifyBitwiseNotLong ( long value, bool useInterpreter ) : void
VerifyBitwiseNotSByte ( sbyte value, bool useInterpreter ) : void
VerifyBitwiseNotShort ( short value, bool useInterpreter ) : void
VerifyBitwiseNotUInt ( uint value, bool useInterpreter ) : void
VerifyBitwiseNotULong ( ulong value, bool useInterpreter ) : void
VerifyBitwiseNotUShort ( ushort value, bool useInterpreter ) : void