1 comments

  • timurishmuratov 6 hours ago
    So it does what the title says - essentially, it collects a call graph using Roslyn libraries and then passes it to GPT to verify that all business requirements are met. It acts as an additional safeguard for your code.

    After you run TestRunner, it returns a result indicating whether your code meets the business requirements using GPT.

    Also this package allows you to generate Gherkin tests given code. Uses call graph produced from entrypoint (class -> method) to generate tests cases.