[ 
https://issues.apache.org/jira/browse/GEODE-2206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854920#comment-15854920
 ] 

ASF subversion and git services commented on GEODE-2206:
--------------------------------------------------------

Commit 4e8bc15419032ac7eb3249405ad304b334b02f1f in geode's branch 
refs/heads/develop from [~gosullivan]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=4e8bc15 ]

GEODE-2206: Add junit-quickcheck to geode-core.

* Rewrite a data serialization test to use junit-quickcheck.
* Move junit-quickcheck version to gradle/dependency-versions.properties

This closes #383


> 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)

Reply via email to