We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Initial set-up
Check that the IntelliJ Idea UTBot plugin can be successfully installed
Gradle and Maven projects with JDK 11/17
spring-petclinic Medical-Web-App
spring-petclinic
Medical-Web-App
Check No Configuration mode + Unit tests
@Entity
PetTypeFormatter
@Controller
Check Spring configuration + Unit tests
@SpringBootApplication
Check Unit tests + test runners
@Configuration
@TestConfiguration
Check No Configuration mode + Mocking strategy Copy-paste sample classes into Spring project
Check Spring configuration + Integration tests
Check different Spring dependencies in project
The text was updated successfully, but these errors were encountered:
Regression bugs:
Code generation error
Sorry, something went wrong.
alisevych
No branches or pull requests
Initial set-up
Check that the IntelliJ Idea UTBot plugin can be successfully installed
Gradle and Maven projects with JDK 11/17
spring-petclinic
Medical-Web-App
Check No Configuration mode + Unit tests
@Entity
+ No Configuration + Unit tests + Generate testsPetTypeFormatter
+ No Configuration + Unit tests + Generate and Run@Controller
+ No Configuration + Unit testsCheck Spring configuration + Unit tests
@Entity
+@SpringBootApplication
+ Unit tests + Generate tests@Controller
+@SpringBootApplication
+ Unit tests + Generate and RunCheck Unit tests + test runners
@SpringBootApplication
+ Unit tests + JUnit4 + Generate and Run@Configuration
+ Unit tests + TestNG + Generate and Run@TestConfiguration
+ Unit tests + JUnit5 + Generate and RunCheck No Configuration mode + Mocking strategy
Copy-paste sample classes into Spring project
Check Spring configuration + Integration tests
@SpringBootApplication
+ Integration tests + JUnit5 + Generate and Run@Configuration
+ Integration tests + JUnit4@TestConfiguration
+ Integration tests + TestNGCheck different Spring dependencies in project
The text was updated successfully, but these errors were encountered: