Top 20 NuGet Unit Testing Packages

Load testing tool providing the best .NET developer experience for API performance testing.
Provides streamlined SUT creation
A simple TCP/UDP server for using in test projects which test .net core based projects.
Load testing tool providing the best .NET developer experience for API performance testing.
Load testing tool providing the best .NET developer experience for API performance testing.
Create beautiful reports from your xUnit.net tests.
A test library to help in writing unit and integration tests for Visual Studio extensions. Xunit test projects should consume via the Microsoft.VisualStudio.Sdk.TestFramework.Xunit package.
Test Fixture generator for Gherkin.Net
Platform agnostic unit test runner
Serilog.Sinks.ListOfString logs to a list of string so you can test your logging : ``` var log= new List<String>(); var testLogger= new LoggerConfiguration().WriteTo.StringList(log).CreateLogger(); ...tests... log.ShouldContain( x=>x.Matches("kilroy was here") ); ``` This is for Serilog. For Mic...
Easily write stories/features for integration testing
This xUnit fixture will start up a dockerised application and allow you to run integration tests against it.
Assert Extensions for the Microsoft Test Framework - MSTest V2
Client and Contracts for Gravity API. FREE register at "http://gravityapi.azurewebsites.net/Account/Register" in order to be able to use Gravity API
Implementation of ITestCaseOrderer to enforcing xUnit to run the facts in strict order
DotNet port of testcontainers.org
My Tested ASP.NET Core MVC pipeline components.
XUnit results reporter to https://reportportal.io
My Tested ASP.NET Core MVC view component result assertion methods.
My Tested ASP.NET Core MVC controller view action result components.