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

Datei anzeigen Open project: dotnet/corefx

Private Methods

Method Description
CheckNullableBoolAndAlsoTest ( bool useInterpreter ) : void
CheckNullableBoolAndTest ( bool useInterpreter ) : void
CheckNullableBoolOrElseTest ( bool useInterpreter ) : void
CheckNullableBoolOrTest ( bool useInterpreter ) : void
VerifyNullableBoolAnd ( bool a, bool b, bool useInterpreter ) : void
VerifyNullableBoolAndAlso ( bool a, bool b, bool useInterpreter ) : void
VerifyNullableBoolOr ( bool a, bool b, bool useInterpreter ) : void
VerifyNullableBoolOrElse ( bool a, bool b, bool useInterpreter ) : void