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 project with Spring dependency
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
The text was updated successfully, but these errors were encountered:
New bugs:
For this iteration:
Sorry, something went wrong.
Unit tests are generated for PetTypeFormatter$parse - with No configuration with this plugin buld: https://github.com/UnitTestBot/UTBotJava/actions/runs/5485563389
reproducing:
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 project with Spring dependency
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
The text was updated successfully, but these errors were encountered: