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