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 (Software Testing Research) for research purposes.
MIT License
47 stars 13 forks source link

Re-implement `PromptBuilder` & make it public #291

Closed Vladislav0Art closed 5 days ago

Vladislav0Art commented 2 months ago

Description

Make the PromptBuilder public. Introduce validation of the inserted prompt keywords, and cover the class with unit-tests.

Definition of Done