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
If we run test generation for an abstract class, the dialog appears, but further test generation fails.
To Reproduce
Steps to reproduce the behavior:
abstract public class AbstractClass { int testMe(int x) { if (x == 0) { throw new IllegalStateException("123"); } return 0; } }
Expected behavior
I see these possible behaviors:
Maybe there are better solutions.
Actual behavior
An error popup appears saying nothing about the class is abstract.
Visual proofs (screenshots, logs, images)
The text was updated successfully, but these errors were encountered:
Looks like ~duplicate of #221
Sorry, something went wrong.
EgorkaKulikov
volivan239
No branches or pull requests
Description
If we run test generation for an abstract class, the dialog appears, but further test generation fails.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I see these possible behaviors:
Maybe there are better solutions.
Actual behavior
An error popup appears saying nothing about the class is abstract.
Visual proofs (screenshots, logs, images)
The text was updated successfully, but these errors were encountered: