UnitTestBot / UTBotJava

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

Make `TestCaseGenerator` use `UsvmSymbolicEngine` for entire class #2716

Closed IlyaMuravjov closed 11 months ago

IlyaMuravjov commented 11 months ago

Description

Makes it so UsvmSymbolicEngine is used for entire class at once, since it has its own budget management.

How to test

Should be tested when integration with USVM is completed.

Self-check list