[ https://issues.apache.org/jira/browse/GEODE-2206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850550#comment-15850550 ]
ASF GitHub Bot commented on GEODE-2206: --------------------------------------- Github user galen-pivotal commented on the issue: https://github.com/apache/geode/pull/383 @scmbuildguy : done. > Add junit-quickcheck to Gradle test dependencies. > ------------------------------------------------- > > Key: GEODE-2206 > URL: https://issues.apache.org/jira/browse/GEODE-2206 > Project: Geode > Issue Type: Improvement > Reporter: Galen O'Sullivan > Assignee: Galen O'Sullivan > > Unit tests allow us to test cases we know about and have thought of. > Property-based testing allows us to test those, and some cases we haven't > thought of -- you're essentially fuzzing a limited subset of the code. > {{junit-quickcheck}} makes it easy to write "property-based" tests with > generators for the builtin types. You can also constrain input or build > custom generators for constrained data. > I think this would be especially helpful for testing areas like PDX > serialization, which should be able to accept any serializable object a user > creates. -- This message was sent by Atlassian JIRA (v6.3.15#6346)