Info
Version: | 1.3.0 |
Author(s): | Leoxia |
Last Update: | Tuesday, June 20, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.leoxia.com/ |
NuGet Url: | https://www.nuget.org/packages/Leoxia.Testing.Checkers |
Install
Install-Package Leoxia.Testing.Checkers
dotnet add package Leoxia.Testing.Checkers
paket add Leoxia.Testing.Checkers
Leoxia.Testing.Checkers Download (Unzip the "nupkg" after downloading)
Dependencies
- Leoxia.Collections(>= 1.3.0)
- Leoxia.Testing.Assertions(>= 1.3.0)
- NETStandard.Library(>= 1.6.1)
- Leoxia.Abstractions.IO(>= 1.3.0)
- Leoxia.Implementations(>= 1.3.0)
Tags
Ensure that interface is really well implemented.
Provides:
CollectionChecker (for ICollection)
EnumerableChecker (for IEnumerable)
EquatableChecker (for IEquatable)
SetChecker (for ISet)
HashSetChecker (for IHashSet)
IShallowCloneableChecker (for IShallowCloneable).