Info
Version: | 1.0.1 |
Author(s): | Kenneth Choe |
Last Update: | Sunday, July 26, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/kennethchoe/ObjectTestHelpers |
NuGet Url: | https://www.nuget.org/packages/ObjectTestHelpers |
Install
Install-Package ObjectTestHelpers
dotnet add package ObjectTestHelpers
paket add ObjectTestHelpers
ObjectTestHelpers Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
SampleValueSetter traverses the object deep and set values on each property, increasing from the seed value. ObjectComparer compares two objects to see if any properties are the same, or any properties are different.
Using these two classes, you can write succinct mapping test code. See Project Site for more details.