Should icon indicating copy to clipboard operation
Should copied to clipboard

Should Assertion Library

Results 9 Should issues
Sort by recently updated
recently updated
newest added

IMO: I mean it in the nicest way possible (although it is going to be hard). 1. For me to understand what the tests do, I look for "Is" or...

please review, and make any suggestions on changes if required

Hi Eric, I was hoping to use Should in a Universal App I was building recently and came across a problem, it wasn't supported. This pull request is a result...

I want to use its library in my project but binaries aren't signed and cannot be referenced from signed lib. Please sign binaries if it is possible.

With .NET Core 1.0 released, this project should provide a NuGet package that targets **netstandard 1.0** to support as many platforms as possible. https://docs.microsoft.com/en-us/dotnet/articles/core/porting/libraries#targeting-the-net-standard-library I forked this repo and merged...

Can message formatting be simplified to clear up some unecessary noise from the messages themselves, or at least to organise the message in a way that the most useful info...

NuGet output edited for brevity. Should 1.1.20 is not compatible with UAP,Version=v10.0. Should 1.1.20 is not compatible with UAP,Version=v10.0 (win10-arm). Should 1.1.20 is not compatible with UAP,Version=v10.0 (win10-arm-aot). Should 1.1.20...

`ShouldBeType()` accepts null, while the counterpart `ShouldNotBeType()` does not. It's not only inconsistent, but also very inconvenient: I don't want my assertion to throw a `NullReferenceException`, because then I lose...

The assertion `default(Nullable).ShouldBeGreaterThan(0);` is not failing, but it should. Is this by design or a bug?