Udir.PropertyMappingAsserter.NUnit
1.5.1
Prefix Reserved
Install-Package Udir.PropertyMappingAsserter.NUnit -Version 1.5.1
dotnet add package Udir.PropertyMappingAsserter.NUnit --version 1.5.1
<PackageReference Include="Udir.PropertyMappingAsserter.NUnit" Version="1.5.1" />
paket add Udir.PropertyMappingAsserter.NUnit --version 1.5.1
#r "nuget: Udir.PropertyMappingAsserter.NUnit, 1.5.1"
// Install Udir.PropertyMappingAsserter.NUnit as a Cake Addin
#addin nuget:?package=Udir.PropertyMappingAsserter.NUnit&version=1.5.1
// Install Udir.PropertyMappingAsserter.NUnit as a Cake Tool
#tool nuget:?package=Udir.PropertyMappingAsserter.NUnit&version=1.5.1
A tool for testing (asserting) mapping of properties by comparing one object to another using NUnit as comparer.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.7.1
- NUnit (>= 3.12.0)
- Udir.PropertyMappingAsserter (>= 1.5.1)
-
.NETStandard 2.0
- NUnit (>= 3.12.0)
- Udir.PropertyMappingAsserter (>= 1.5.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1.5.1: Improved error handling
1.5.0: Support for indexer in target
1.4.0: Property name override
1.3.0: Assert collection to value/values
1.2.0: Updated meta data in package.
1.1.4: Switch to project refernce
1.1.3: Explicit call to NUnit AssertEquals with a boolean last parameter.
1.1.2: Fix NUnit ref
1.1.0: Base lib updated
1.0.0: Initial version