73 packages tagged with “unit-test”
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
Code coverage tools.
Coverlet is a cross platform code coverage tool for .NET, with support for line, branch and method coverage.
Code coverage Microsoft.Testing.Platform extension.
Library that provides methods that will help you with mocking Entity Framework Core. Easily mock DbSet and DbContext for unit testing with Moq.
Replace any .NET method (including static and non-virtual) with a delegate
Generates valid, readable C# from an expression tree, and can annotate that code with runtime values. Useful for e.g. code generation and unit testing assertions.
MVC Route Unit Tester provides convenient, easy to use methods that let you unit test the route table in your ASP.NET MVC application, including Area routes. Unlike many libraries, this lets you test routes both ways -- both incoming and outgoing. You can specify an incoming request and make one of several assertions about the outcome; such that the request matches a given route, matches no routes, or that it is ignored by the routing system. You can also specify route data and assert that a given URL will be generated by your application. Works with any unit testing library you choose, such as MSTest, NUnit, xUnit, mbUnit, and others. See the Project site for usage details.
Mock implementations of interfaces in the pages core. You can use these to mock the pages package in your unit tests
"[TestMethod] async void MyTest()" actually works correctly.
A test framework to help writing unit tests upon CQELight system
Dynamic code coverage tools.
C++ Automated Test Cases in a Header and is a multi-paradigm test framework for C++
Package Description
Helper classes to simulate the flowing of time when using IClock from EMG.Utilities.Clock.Testing
Library to read, write, convert and merge code coverage reports files.
CoreEx UnitTesting (UnitTestEx) extras.
Automaticly test all your custom exceptions
Generate mock data for POCO
Helper classes to simulate the flowing of time when using IClock from EMG.Utilities.Clock
This is a fork following the Coverlet project but only building and packaging the Coverlet.Core aspect. COMES AS IS - NO GUARANTEES - API CAN CHANGE WITHOUT NOTICE
Silverlight unit testing framework. Add to a Silverlight 4 application, then follow instructions in Readme.txt.
A testable replacement for DateTime.
Project template for getting started using DBConfirm with MSTest and SQL Server
CoreEx NUnit UnitTesting (UnitTestEx) extras.
A named-argument helper wrapper for unit tests with Xunit
A named-argument helper wrapper for unit tests with Expecto