You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assume there is Gradle project where two modules exist, one with test source and second one without. When user tries to generate tests in the latter module UTBot shows error instead of suggesting folder from the first module or to create new one.
To Reproduce
Steps to reproduce the behavior:
Create Gradle project with two modules, one of which has test sources deleted (or use attached one)
Open Junit5GradleJava11\driver\src\main\java\org\test\Printer.java
Try to generate tests with UTBot (Alt-Shift-U)
Expected behavior
UTBot opens Generate tests dialog and either suggests test folders from another module or to create test source in current module.
Actual behavior
UTBot shows error and doesn't open dialog Generate Tests Visual proofs (screenshots, logs, images)
Additional context
No such problem in Intellij type project - UTBot suggest to create test folder.
Pleas note that currently user can select test roots from another module only in Gradle project.
The text was updated successfully, but these errors were encountered:
Description
Assume there is Gradle project where two modules exist, one with test source and second one without. When user tries to generate tests in the latter module UTBot shows error instead of suggesting folder from the first module or to create new one.
To Reproduce
Steps to reproduce the behavior:
Junit5GradleJava11\driver\src\main\java\org\test\Printer.java
Alt-Shift-U
)Expected behavior
UTBot opens
Generate tests
dialog and either suggests test folders from another module or to create test source in current module.Actual behavior
UTBot shows error and doesn't open dialog
Generate Tests
Visual proofs (screenshots, logs, images)
Additional context
No such problem in Intellij type project - UTBot suggest to create test folder.
Pleas note that currently user can select test roots from another module only in Gradle project.
The text was updated successfully, but these errors were encountered: