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

Set fields as well as calling methods #47

Closed
GoogleCodeExporter opened this issue May 1, 2015 · 1 comment
Closed

Set fields as well as calling methods #47

GoogleCodeExporter opened this issue May 1, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Each test case generated by Randoop consists of a sequence of method calls.
It would be useful for Randoop to additionally set public variables.  This is 
not necessary if a setter method exists, but it can improve Randoop's coverage 
when no setter method exists.

Original issue reported on code.google.com by mer...@cs.washington.edu on 12 Feb 2014 at 9:53

@bjkeller
Copy link
Contributor

Completed by field-support merge. All public fields are collected and treated as if there were getters/setters.

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

No branches or pull requests

3 participants