Skip to content
New issue

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

ShouldNotBeType<T>() does not accept null #9

Open
thomaseyde opened this issue Aug 5, 2015 · 0 comments
Open

ShouldNotBeType<T>() does not accept null #9

thomaseyde opened this issue Aug 5, 2015 · 0 comments

Comments

@thomaseyde
Copy link

ShouldBeType<T>() accepts null, while the counterpart ShouldNotBeType<T>() 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 message and have no idea what the error might be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant