| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Qodana for .NETIt seems all right 👌 No new problems were found according to the checks applied 💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact us at qodana-support@jetbrains.com
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This commit improves caller/subject identification for chained assertions, especially in exception assertions, by allowing the chain to prepend a custom prefix to the generated caller identifier.
throwingAction.Should().Throw<SomeException>().Which.Property.Should().Be("Value");
will now report
Expected SomeException.Property to be a match with the expectation, but it differs at index 0:
Notice the name of the exception type.
Closes #871