kokoabim / vscode-development-driven-testing

VS Code extension to generate C#/.NET Xunit test class with test methods
MIT License
0 stars 0 forks source link

Features

Generate C#/.NET Xunit test classes with test methods for a single C# file or entire C# project.

If test-driven development (TDD) wasn't followed initially, use Development-Driven Testing (DDT) to generate test classes and test methods to increase code coverage and decrease technical debt. Or, use DDT while practicing TDD to generate boilerplate test classes and test methods.

GIF

Requirements

Extension Settings

Known Issues/Limitations

Most, if not all, of the following you can append "... (for now)". As in, these will be addressed.

Release Notes / Changelog

2023-09-09 — 0.1.0

2023-07-26 — 0.0.1