Skip to content

Adapt add_axioms_for_insert for 5 arguments #698

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

Conversation

romainbrenguier
Copy link
Contributor

The java function StringBuilder.insert can have 3 or 5 arguments. The previous implementation was only adapted for the 3 argument version, and calling insert with more arguments would cause an assertion fail.
This commit makes the function with two additional arguments also available.
This corrects issue: https://github.com/diffblue/test-gen/issues/110

@forejtv forejtv requested a review from peterschrammel April 3, 2017 08:14
@allredj
Copy link
Contributor

allredj commented Apr 5, 2017

This particular commit has already been included into the merged PR #738, so this PR can be closed.

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

Successfully merging this pull request may close these issues.

2 participants