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
The assertion default(Nullable<int>).ShouldBeGreaterThan(0); is not failing, but it should. Is this by design or a bug?
default(Nullable<int>).ShouldBeGreaterThan(0);
The text was updated successfully, but these errors were encountered:
Hmm let me check for a unit test around that. The assertions are straight from xunit so we where maintaining the same behavior as them
On Monday, August 18, 2014, jstawski [email protected] wrote:
The assertion default(Nullable).ShouldBeGreaterThan(0); is not failing, but it should. Is this by design or a bug? Reply to this email directly or view it on GitHub #6.
The assertion default(Nullable).ShouldBeGreaterThan(0); is not failing, but it should. Is this by design or a bug?
Reply to this email directly or view it on GitHub #6.
Eric Hexter
blog | http://Hex.LosTechies.com info | http://www.linkedin.com/in/erichexter
Sorry, something went wrong.
I think this is a bug, pull request will be accepted.
Will try to find sometime and go through the code to see if I can fix it
No branches or pull requests
The assertion
default(Nullable<int>).ShouldBeGreaterThan(0);
is not failing, but it should. Is this by design or a bug?The text was updated successfully, but these errors were encountered: