Description
Description
Several classes from one package are being processed by UnitTestBot plugin.
Several test classes are generated.
But there is only one test class being run.
To Reproduce
- Run the 'UTBotJava' project in IntelliJ Idea
- UnitTestBot plugin is installed - RC build
- In Project view find utbot-sample/src/main/java/org/utbot/examples/primitives
- Right-click on primitives package, select Generate tests with UnitTestBot...
- Several classes are selected in Members list
- Generate and Run
- Check coverage after the test generation and run finishes.
Expected behavior
All generated tests should be run.
Actual behavior
Only one generated test class is run.
Visual proofs (screenshots, logs, images)
Environment
WINDOWS 10 Pro
IntelliJ IDEA 2022.2.3 (Oct 5)
Additional context
Same with IntelliJ project - JDK 17
Will check on other versions of IDEA
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done