JetBrains-Research / TestSpark

TestSpark - a plugin for generating unit tests. TestSpark natively integrates different AI-based test generation tools and techniques in the IDE. Started by SERG TU Delft. Currently under implementation by JetBrains Research (ICTL) for research purposes.
MIT License
35 stars 9 forks source link

Introduce Strategy pattern to reduce duplication #267

Closed Frosendroska closed 1 week ago

Frosendroska commented 1 week ago

Description of changes made

Fixing an issue: https://github.com/JetBrains-Research/TestSpark/issues/265

Vladislav0Art commented 1 week ago

The number of modifications is tremendously huge. Is it because the refactoring/strategy-patterns branch was checked out not from the development but from ebraun/improvements/languages-support? In this case, we need to merge the latter branch first.

Frosendroska commented 1 week ago

@Vladislav0Art, this is right, I started working on this issue on top of the not yet merged branch. So I will keep in mind, that the previous PR should go first.