-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
ctg-qaIssue is related to QA processIssue is related to QA process
Milestone
Description
Initial set-up
Check that the IntelliJ Idea UTBot plugin can be successfully installed
- Choose appropriate workflow from main, several builds tested
- Download plugin
- Check downloaded zip-file size < 100 MB
- Investigate how to reduce plugin size after adding Spring artifacts #2159
- Open IntelliJ IDEA Ultimate 2023.1
- Check Spring plugins are bundled
- Remove previously installed UTBot plugin
- Install the downloaded plugin
Checks for project with Spring dependency
- Gradle project with JDK 17 + Spring Boot 3 dependency
- Maven project with JDK 11 + Spring Boot 2 dependency
- IntelliJ project with JDK 1.8 + Spring Boot Test
Check No Configuration mode + Unit tests
-
@Entity+ No Configuration + Unit tests + Generate tests -
PetTypeFormatter+ No Configuration + Unit tests + Generate and Run -
@Controller+ No Configuration + Unit tests - Java class without annotation + No Configuration + Unit tests
Check Spring configuration + Unit tests
-
@Entity+@SpringBootApplication+ Unit tests + Generate tests -
@Controller+@SpringBootApplication+ Unit tests + Generate and Run
Check Unit tests + test runners
-
@SpringBootApplication+ Unit tests + JUnit4 + Generate and Run - XML configuration + Unit tests + JUnit5 + Generate and Run
- Java class
@Configuration+ Unit tests + TestNG + Generate and Run - Java class
@TestConfiguration+ Unit tests + JUnit5 + Generate and Run
Check No Configuration mode + Mocking strategy
Copy-paste sample classes into Spring project
- No Configuration + Unit tests + No mocks
- No Configuration + Unit tests + Mock everything outside class
- No Configuration + Unit tests + Mock everything outside package
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ctg-qaIssue is related to QA processIssue is related to QA process
Type
Projects
Status
Done