UnitTestBot / UTBotJava

Automated unit test generation and precise code analysis for Java
Apache License 2.0
137 stars 44 forks source link

Introduce and test `UtBotSpringApi` #2632

Closed IlyaMuravjov closed 1 year ago

IlyaMuravjov commented 1 year ago

Description

Add UtBotSpringApi that helps UtBotJavaApi users create SpringApplicationContext to run Spring-specific test generation (see #2614)

How to test

Automated tests

The proposed changes are verified with tests: utbot-spring-test/src/test/java/org/utbot/examples/spring/manual/UtBotSpringApiTest.java

Self-check list