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
Property Based Testing is a smarter way to do unit testing when applicable. It reduces test code and increases confidence.
Good news is that .NET has a really strong Property Based Testing framework called FsCheck:
https://github.com/fscheck/FsCheck
I suggest inviting the author of FsCheck on the stream and have a chat. He is a cool guy.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Property Based Testing is a smarter way to do unit testing when applicable. It reduces test code and increases confidence.
Good news is that .NET has a really strong Property Based Testing framework called FsCheck:
https://github.com/fscheck/FsCheck
I suggest inviting the author of FsCheck on the stream and have a chat. He is a cool guy.
The text was updated successfully, but these errors were encountered: