- Notifications
You must be signed in to change notification settings - Fork45
Required libraries can be installed silently #492#494
New issue
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Required libraries can be installed silently #492#494
Uh oh!
There was an error while loading.Please reload this page.
Conversation
utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/util/UtProjectModelModifier.kt OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/util/UtProjectModelModifier.kt OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/util/UtProjectModelModifier.kt OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/util/UtProjectModelModifier.kt OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/util/UtProjectModelModifier.kt OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/util/UtProjectModelModifier.kt OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/util/UtProjectModelModifier.kt OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/util/UtProjectModelModifier.kt OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/util/UtProjectModelModifier.kt OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/util/UtProjectModelModifier.ktShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/util/UtProjectModelModifier.kt OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I think we should make an extension class be a little more carefully implemented and clear to newcomers.
Also I have two questions not related to code quality.
After-review cleanup
After-review cleanup 2
@alisevych I suggest to test this functionality carefully in different projects (Maven, Gradle, Idea) of different versions. Potential breaking changes. |
@EgorkaKulikov@Vassiliy-Kudryashov During testing I faced IndexNotReadyException (see#273) almost every time I've tried to generate tests in a manually created folder in IDEA project. No other issues found so far. |
…an-be-installed-silently
Description
Getting rid of all needless Yes/No and OK/Cancel dialogs that dramatically slowdown first time use case
Fixes#492
Type of Change
How Has This Been Tested?
Manual Scenario
Prepare environment with clean config (e.g. no required libraries (JUnit/Mockito etc. in dependencies, empty or absent resources folder) and run tests generation. Single OK click does everything now.
Checklist (remove irrelevant options):