Top 20 NuGet tdd Packages

Unit Testing with Local Functions 🐯 Use Xunit to write TDD or BDD tests: ✔️ Arrange / Act / Assert ✔️ Given / When / Then ✔️ Context / Specification
Auto-mocked Unit Testing with Local Functions 🐯 Use the traditional Unit Testing Frameworks to write TDD or BDD tests: ✔️ Arrange / Act / Assert ✔️ Given / When / Then ✔️ Context / Specification Use NSubstitute to: ✔️ Mock / Fake / Stub
ReportGenerator converts XML reports generated by OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo or Clover or into human readable reports in various formats. The reports do not only show the coverage quota, but also include the source code and visualize which line has been covered. U...
Mocklis is a library and source code generator for .net, targeted at generating test doubles from interfaces. Mocklis.MockGenerator contains the code generation packaged as a Roslyn Analyzer/Code fix pair.
HttpClient extensions to test REST endpoints.
Entitas.CodeGeneration.Attributes
Entitas.Migration
Use it to Ensure Controllers and Controller Actions has correct Attributes - Authorize and AllowAnonymous are the currently supported attributes Made to ensure Your code behaves as You intended. With easy to use unit test configurations.
A simple .NET framework for writing and running microtests. It features self-executing test assembiles, isolation of tests, fluent assertions and close easy conversion from NUnit.
Package Description
Deleporter - Simple Cross Process Stubbing. Facilitates stubbing out dependencies when running automated browser tests against ASP.Net. Use in conjunction with your favorite mocking/IOC frameworks. Deleporter will teleport mock objects (or any arbitrary delegates) into a remote ASP.Net application, ...
Adds the current SeleniumServer.jar (27MB) to the project (requires Java to run - http://java.com). Pulls in Selenium.Support. Useful for headless browser testing where you don't want to be bothered with setting up Selenium Server. Note, if you already have a SeleniumServer.jar on your system, you c...
Deleporter - Simple Cross Process Stubbing. Facilitates stubbing out dependencies when running automated browser tests against ASP.Net. Use in conjunction with your favorite mocking/IOC frameworks. Deleporter will teleport mock objects (or any arbitrary delegates) into a remote ASP.Net application, ...
An ActiveRecord pattern implementation for POCOs using NHibernate with emphasize on testability.
An Ninject-based automocker for Moq.
NDecision.Aspects provides AOP-driven business logic execution. NDecision is a Fluent decisioning engine written with Behavior Driven Development practices.