UnitTestBot / UTBotJava

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

Fixed a bug with the loss of symbolic tests when filling summaries #2667

Closed tepa46 closed 1 year ago

tepa46 commented 1 year ago

Description

The generateFuzzerBasedSummariesForTests method returned an empty clustersToReturn when methodDescriptionSource == SYMBOLIC. And all symbolic tests were lost when at least one fuzzer test was generated.

Self-check list