- 
        Couldn't load subscription status. 
- Fork 45
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 our terms of service and privacy 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
Conversation
        
          
                utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/util/UtProjectModelModifier.kt
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/util/UtProjectModelModifier.kt
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/util/UtProjectModelModifier.kt
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/util/UtProjectModelModifier.kt
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/util/UtProjectModelModifier.kt
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/util/UtProjectModelModifier.kt
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/util/UtProjectModelModifier.kt
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/util/UtProjectModelModifier.kt
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/util/UtProjectModelModifier.kt
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/util/UtProjectModelModifier.kt
          
            Show resolved
            Hide resolved
        
              
          
                utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/util/UtProjectModelModifier.kt
              
                Outdated
          
            Show resolved
            Hide resolved
        
      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):