We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice to have the ability to indicate not only an expected message, but also an exception type in Should Throw. Like this, for example:
{ throw [System.IO.FileNotFoundException] "file not found" } | Should Throw [System.IO.FileNotFoundException]
The same error might be represented by different messages on systems with different localizations and using exception type could come in quite handy.
The text was updated successfully, but these errors were encountered:
please see #279
Sorry, something went wrong.
Ah! Ok, thanks.
No branches or pull requests
It would be nice to have the ability to indicate not only an expected message, but also an exception type in Should Throw.
Like this, for example:
The same error might be represented by different messages on systems with different localizations and using exception type could come in quite handy.
The text was updated successfully, but these errors were encountered: