AI Test Generator for C# Projects
AI TestGen is a C# console application that automatically generates unit tests from your existing C# code with the help of AI. The tool parses your source with Roslyn, identifies the methods, and feeds that structure into a local Ollama AI model. The model then outputs ready‑to‑run tests that cover edge cases, exception paths, and typical usage patterns. All analysis and generation happens locally; no code leaves your machine and no cloud service is required.