Top 20 NuGet Packages depending on MSTest.TestFramework

Total dependencies: 269

A library of common classes, interfaces, and datatypes shared across various d20Tek libraries and services. Making it easier to share types when needed, even across web service boundaries.
Package Description
Provides assertions for IEnumerable<T> that follow the same patterns as the assertion classes provided in MSTest.TestFramework
Utilities for supporting Win32 application automation.
Package Description
Contrib.Microsoft.Extensions.Configuration.TestContext is an implementation for Microsoft.Extensions.Configuration that allows you to use TestContext properties and .runsettings files.
The Protocol Test Framework (PTF) is designed to support Microsoft Protocol Test Suites for both Windows and Office Protocol Interoperability testing.
ALM OTA Wrapper API is an helper API developed in C#.net for facilitating the development of applications interacting with HPE ALM
Package Description
Package Description
A library for unit testing.
Provides readable assertions for Visual Studio unit testing.
Concurrency testing and load testing extension to MS Test. Substitute [TestMethod] for [ConcurrencyTest(4)] for 4 parallel execution threads. Use [LoadTest] to ramp up and run consecutive parallel threads for a given time period, and use [ParallelSequentialDurationComparisonTest] to automaticly run ...
Some helper methods to write "better" / "easier to read" unit tests. One example is ExpectedExceptionMessageAttribute - a replacement fo the ExpectedExceptionAttribute that also validates the exception message.
Provides extensions to mstest for unit testing Patterns
Package Description
Modularized test fixture for GRPC integration/functional testing. Source code modified from grpc-dotnet maintainer's Tester example (https://github.com/grpc/grpc-dotnet).