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

Inheritance: ReferenceEqualityTests
Mostra file Open project: dotnet/corefx

Private Methods

Method Description
CannotReduce ( ) : void
FalseOnBothNull ( Type type, bool useInterpreter ) : void
FalseOnSame ( object item, bool useInterpreter ) : void
FalseOnSameLeftViaInterface ( object item, bool useInterpreter ) : void
FalseOnSameRightViaInterface ( object item, bool useInterpreter ) : void
FalseOnSameViaInterface ( object item, bool useInterpreter ) : void
ThrowsOnLeftNull ( ) : void
ThrowsOnLeftUnreadable ( ) : void
ThrowsOnRightNull ( ) : void
ThrowsOnRightUnreadable ( ) : void
ThrowsOnUnassignablePairs ( object x, object y ) : void
ThrowsOnValueTypeArguments ( object x, object y ) : void
TrueIfDifferentObjectsAsObject ( object x, object y, bool useInterpreter ) : void
TrueIfDifferentObjectsOwnType ( object x, object y, bool useInterpreter ) : void
TrueIfLeftNull ( object item, bool useInterpreter ) : void
TrueIfRightNull ( object item, bool useInterpreter ) : void
TrueOnDifferentViaInterface ( object x, object y, bool useInterpreter ) : void
Update ( ) : void