C# Класс System.Linq.Expressions.Tests.BinaryNullableLogicalTests

Показать файл Открыть проект

Приватные методы

Метод Описание
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