Description
When the user tries to generate tests for the class:
package java2;
public class Example {
public void checkEquals(int a, int b) {
assert a == b;
}
}
The notification "Generate tests with UtBot for the class Example located in java.* package is not supported." will be displayed.
To Reproduce
Steps to reproduce the behavior:
Use plugin to generate tests for the class above.
Expected behavior
Tests are supposed to be generated.
Actual behavior
No tests are generated.
Visual proofs
