Info
Version: | 1.0.0 |
Author(s): | Ivan Iakimov ([email protected]) |
Last Update: | Monday, August 14, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/yakimovim/verifier |
NuGet Url: | https://www.nuget.org/packages/EdlinSoftware.Verifier |
Install
Install-Package EdlinSoftware.Verifier
dotnet add package EdlinSoftware.Verifier
paket add EdlinSoftware.Verifier
EdlinSoftware.Verifier Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
Tags
We want to be sure, that these objects have correct structure. Common assertion libraries allow us to check our expectation about simple objects (strings, numbers), and collections of objects of primitive types.
But it can happen, that we need more.
Verifiers library is created to support such cases. It allows you to combine many expectations in one package, execute them all, and return all results in one place.