Provides assertions for IEnumerable<T> that follow the same patterns as the assertion classes provided in MSTest.TestFramework.
Info
Version: | 0.2.1 |
Author(s): | Nathan Ellenfield |
Last Update: | Sunday, May 12, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ellenfieldn/EnumerableAssert |
NuGet Url: | https://www.nuget.org/packages/EnumerableAssert |
Install
Install-Package EnumerableAssert
dotnet add package EnumerableAssert
paket add EnumerableAssert
EnumerableAssert Download (Unzip the "nupkg" after downloading)
Dependencies
- MSTest.TestFramework(>= 1.3.2)
Tags