9 references to ForEqualValues
xunit.assert (9)
EqualityAsserts.cs (7)
695 throw NotEqualException.ForEqualValues( 721 throw NotEqualException.ForEqualValues( 744 throw NotEqualException.ForEqualValues( 767 throw NotEqualException.ForEqualValues( 793 throw NotEqualException.ForEqualValues( 816 throw NotEqualException.ForEqualValues( 839 throw NotEqualException.ForEqualValues(
EqualityAsserts_aot.cs (2)
102 throw NotEqualException.ForEqualValues("null", "null"); 116 throw NotEqualException.ForEqualValues(ArgumentFormatter.Format(expected.Value), ArgumentFormatter.Format(actual.Value));