We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description
When generate a test case if unexpected error occurs for a single method it cancels test generation for whole class.
To Reproduce
public String property(String key) { return System.getProperty(key); }
Expected behavior
The bad test attempts should be passed (but logged) to recognize the problem, but not breaking the output.
Actual behavior
No test generated if symbolic engine is on.
Additional context
The symbolic execution fails for this test after #622 is implemented.
If only fuzzing works the test set is generated normally.
The text was updated successfully, but these errors were encountered:
Test generation fails if any unexpected exception occurs for a single…
90aa1e3
… method #661
56e09dd
… method #661 (#662)
17d3467
Markoutte
Successfully merging a pull request may close this issue.
Description
When generate a test case if unexpected error occurs for a single method it cancels test generation for whole class.
To Reproduce
Expected behavior
The bad test attempts should be passed (but logged) to recognize the problem, but not breaking the output.
Actual behavior
No test generated if symbolic engine is on.
Additional context
The symbolic execution fails for this test after #622 is implemented.
If only fuzzing works the test set is generated normally.
The text was updated successfully, but these errors were encountered: