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
InvocationTargetException for code with UtMock.assume() method calls in constructors and Fuzzing on.
To Reproduce
Expected behavior
Tests are supposed to be generated.
Actual behavior
An error test is generated with information about errors in the concrete executor. InvocationTargetException is present in Concrete Executor logs.
Visual proofs (screenshots, logs, images)
///region Errors report for sqrt2 public void testSqrt2_errors() { // Couldn't generate some tests. List of errors: // // 83 occurrences of: // Default concrete execution failed } ///endregion
Environment
Windows 10 Pro IntelliJ IDEA 2022.1.4
Additional context
Reproducing on Release 2022.10 (branch unit-test-bot/rc2992022) and on latest main
Originally posted by @alisevych in #1102 (comment)
The text was updated successfully, but these errors were encountered:
sergeypospelov
Successfully merging a pull request may close this issue.
Description
InvocationTargetException for code with UtMock.assume() method calls in constructors and Fuzzing on.
To Reproduce
Expected behavior
Tests are supposed to be generated.
Actual behavior
An error test is generated with information about errors in the concrete executor.
InvocationTargetException is present in Concrete Executor logs.
Visual proofs (screenshots, logs, images)
Environment
Windows 10 Pro
IntelliJ IDEA 2022.1.4
Additional context
Reproducing on Release 2022.10 (branch unit-test-bot/rc2992022) and on latest main
Originally posted by @alisevych in #1102 (comment)
The text was updated successfully, but these errors were encountered: