3 references to UnwrapException
xunit.assert (3)
Sdk\ArgumentFormatter.cs (1)
538 return string.Format(CultureInfo.CurrentCulture, "(throws {0})", UnwrapException(ex)?.GetType().Name);
Sdk\Exceptions\EqualException.cs (1)
108 error = ArgumentFormatter.UnwrapException(error);
Sdk\Exceptions\NotEqualException.cs (1)
85 error = ArgumentFormatter.UnwrapException(error);