15 references to ForMismatchedValues
xunit.assert (15)
EqualityAsserts.cs (9)
259 throw EqualException.ForMismatchedValues( 285 throw EqualException.ForMismatchedValues( 308 throw EqualException.ForMismatchedValues( 331 throw EqualException.ForMismatchedValues( 357 throw EqualException.ForMismatchedValues( 380 throw EqualException.ForMismatchedValues( 403 throw EqualException.ForMismatchedValues( 439 throw EqualException.ForMismatchedValues(ArgumentFormatter.Format(expected), actualValue); 473 throw EqualException.ForMismatchedValues(ArgumentFormatter.Format(expected), actualValue);
EqualityAsserts_aot.cs (4)
36 throw EqualException.ForMismatchedValues(ArgumentFormatter.Format(expected), ArgumentFormatter.Format(actual)); 40 throw EqualException.ForMismatchedValues(ArgumentFormatter.Format(expected), ArgumentFormatter.Format(actual)); 44 throw EqualException.ForMismatchedValues( 52 throw EqualException.ForMismatchedValues(
Sdk\Exceptions\EqualException.cs (2)
252 /// Please use <see cref="ForMismatchedValues(string, string, string)"/>. 266 ForMismatchedValues(ArgumentFormatter.Format(expected), ArgumentFormatter.Format(actual), banner);