We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Checks for spring-petclinic project
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
The text was updated successfully, but these errors were encountered:
Found bugs:
Sorry, something went wrong.
alisevych
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Initial set-up
Check that the IntelliJ Idea UTBot plugin can be successfully installed
Checks for spring-petclinic project
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 + TestNGThe text was updated successfully, but these errors were encountered: