action.Should().Throw<SomeException>().WithMessage("*some wildcard*")
...reports the difference between the actual exception message and the expected one.
action.Should().Throw<SomeException>().WithMessage("*some wildcard*")
...reports the difference between the actual exception message and the expected one.
Note that "BeEquivalentTo" will only do that when the IncludingFullStringsInDifference option is used.
Note that "BeEquivalentTo" will only do that when the IncludingFullStringsInDifference option is used.
Check out the documentation at github.com/dennisdoomen...
Check out the documentation at github.com/dennisdoomen...
⏬ 150 million downloads of my projects
💰1 open-source project got commercial
⭐4 new open-source projects with 24K downloads in total...
⏬ 150 million downloads of my projects
💰1 open-source project got commercial
⭐4 new open-source projects with 24K downloads in total...
🔧Add RespondsWith overloads for HttpContent instances
🔧Add IResponseBuilder interface for test data builder integration
🔧Fixed a bug where a custom port number wasn't always honored
🔧Throwing an exception from RespondsWith is tracked as a request
🔧Add RespondsWith overloads for HttpContent instances
🔧Add IResponseBuilder interface for test data builder integration
🔧Fixed a bug where a custom port number wasn't always honored
🔧Throwing an exception from RespondsWith is tracked as a request
It contains everything I've learned from maintaining libraries with millions of downloads.
It contains everything I've learned from maintaining libraries with millions of downloads.
And yes, v7 is still fully open-source, free and fully supported with important bug fixes. And if you need all the power of v8, it's only $14.95 per year per developer.
And yes, v7 is still fully open-source, free and fully supported with important bug fixes. And if you need all the power of v8, it's only $14.95 per year per developer.