You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by "Galen O'Sullivan (JIRA)" <ji...@apache.org> on 2016/12/12 23:51:58 UTC

[jira] [Updated] (GEODE-2206) Add junit-quickcheck to Gradle test dependencies.

     [ https://issues.apache.org/jira/browse/GEODE-2206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Galen O'Sullivan updated GEODE-2206:
------------------------------------
    Issue Type: Improvement  (was: Bug)

> 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: Mark Bretl
>
> 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.4#6332)