EDennis.NetCoreTestingUtilities
3.7.4
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package EDennis.NetCoreTestingUtilities --version 3.7.4
NuGet\Install-Package EDennis.NetCoreTestingUtilities -Version 3.7.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EDennis.NetCoreTestingUtilities" Version="3.7.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EDennis.NetCoreTestingUtilities --version 3.7.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EDennis.NetCoreTestingUtilities, 3.7.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install EDennis.NetCoreTestingUtilities as a Cake Addin #addin nuget:?package=EDennis.NetCoreTestingUtilities&version=3.7.4 // Install EDennis.NetCoreTestingUtilities as a Cake Tool #tool nuget:?package=EDennis.NetCoreTestingUtilities&version=3.7.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
NetCoreTestingUtilities Wiki
The NetCoreTestingUtilities library provides supplementary tools for .NET Core 3 unit and integration testing. The library is divided into three main functional areas:
- Extensions provides methods for generating JSON from objects; performing deep, but flexible comparisons of objects; for providing side-by-side comparisons of actual and expected values during testing; and for extracting objects and status codes from ActionResult and IActionResult.
- TestJsonAttribute -- which enables test input parameters and expected results to be retrieved from database records (in an efficient way) and populated as Xunit test cases. The TestJsonAttribute allows developers to follow a standardardized, but flexible organization for test records.
- Jxml-- which provides methods for translating between JSON and JXML -- a flavor of XML that includes special processing instructions, as well as generic elements and attributes, for ensuring the full recovery of a JSON document from XML. In addition to the classes for translating between XML and JSON, there are classes for sorting and filtering json records.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 3.1
- Dapper (>= 2.0.30)
- EDennis.JsonUtils (>= 3.2.7)
- EPPlus (>= 4.5.3.2)
- FileContextCore (>= 3.2.2)
- JsonDiffPatch (>= 2.0.49)
- Microsoft.AspNetCore.Hosting (>= 2.2.7)
- Microsoft.AspNetCore.TestHost (>= 3.1.0)
- Microsoft.EntityFrameworkCore.InMemory (>= 3.1.0)
- Microsoft.EntityFrameworkCore.Sqlite (>= 3.1.0)
- Microsoft.EntityFrameworkCore.SqlServer (>= 3.1.0)
- System.Data.SqlClient (>= 4.8.0)
- xunit.abstractions (>= 2.0.3)
- xunit.extensibility.core (>= 2.4.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on EDennis.NetCoreTestingUtilities:
Package | Downloads |
---|---|
EDennis.AspNetCore.Base
Alpha version that still requires (a) updated code comments, (b) updated wiki documentation, and (c) completed sample solution |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.8.6 | 1,212 | 2/4/2020 |
3.8.5 | 718 | 2/3/2020 |
3.8.4 | 734 | 2/3/2020 |
3.8.3 | 942 | 2/3/2020 |
3.8.2 | 812 | 1/28/2020 |
3.8.1 | 650 | 1/22/2020 |
3.8.0 | 696 | 1/22/2020 |
3.7.9 | 851 | 1/11/2020 |
3.7.8 | 801 | 1/11/2020 |
3.7.7 | 728 | 1/9/2020 |
3.7.6 | 800 | 1/9/2020 |
3.7.5 | 785 | 1/9/2020 |
3.7.4 | 750 | 1/9/2020 |
3.7.3 | 709 | 1/9/2020 |
3.7.2 | 787 | 1/4/2020 |
3.7.1 | 725 | 1/2/2020 |
3.7.0 | 658 | 1/2/2020 |
3.6.7 | 774 | 12/19/2019 |
3.6.6 | 721 | 12/19/2019 |
3.6.5 | 760 | 12/18/2019 |
3.6.4 | 723 | 12/12/2019 |
3.6.3 | 702 | 12/12/2019 |
3.6.2 | 666 | 12/12/2019 |
3.6.1 | 709 | 12/10/2019 |
3.6.0 | 723 | 10/22/2019 |
3.5.0 | 710 | 10/8/2019 |
3.4.8 | 801 | 9/12/2019 |
3.4.7 | 782 | 9/10/2019 |
3.4.6 | 823 | 8/16/2019 |
3.4.5 | 812 | 6/21/2019 |
3.4.3 | 769 | 5/7/2019 |
3.4.2 | 778 | 5/7/2019 |
3.4.1 | 778 | 5/3/2019 |
3.4.0 | 6,250 | 3/25/2019 |
3.3.1 | 799 | 3/5/2019 |
3.3.0 | 805 | 3/5/2019 |
3.2.2 | 5,111 | 2/20/2019 |
3.2.1 | 812 | 2/8/2019 |
3.2.0 | 894 | 12/15/2018 |
3.1.0 | 1,569 | 11/19/2018 |
3.0.0 | 1,555 | 9/25/2018 |
2.9.9 | 1,500 | 9/24/2018 |
2.9.8 | 1,553 | 9/24/2018 |
2.9.7 | 1,761 | 9/21/2018 |
2.9.6 | 1,640 | 9/21/2018 |
2.9.5 | 1,804 | 9/21/2018 |
2.9.4 | 1,724 | 9/20/2018 |
2.9.3 | 1,735 | 9/18/2018 |
2.9.2 | 1,747 | 9/18/2018 |
2.9.1 | 1,637 | 9/17/2018 |
2.9.0 | 1,570 | 9/11/2018 |
2.8.4 | 1,012 | 8/16/2018 |
2.8.3 | 1,059 | 8/10/2018 |
2.8.2 | 1,079 | 8/9/2018 |
2.8.1 | 1,126 | 8/9/2018 |
2.8.0 | 1,112 | 8/9/2018 |
2.7.2 | 1,088 | 8/7/2018 |
2.7.1 | 1,099 | 8/7/2018 |
2.7.0 | 1,015 | 8/6/2018 |
2.6.0 | 1,068 | 8/2/2018 |
2.5.4 | 1,067 | 7/23/2018 |
2.5.3 | 1,049 | 7/23/2018 |
2.5.2 | 1,173 | 6/21/2018 |
2.5.1 | 1,087 | 6/15/2018 |
2.5.0 | 1,161 | 6/6/2018 |
2.4.1 | 1,092 | 6/4/2018 |
2.4.0 | 1,160 | 5/25/2018 |
2.3.9 | 1,218 | 5/2/2018 |
2.3.8 | 1,187 | 4/17/2018 |
2.3.7 | 1,331 | 4/6/2018 |
2.3.6 | 1,275 | 3/23/2018 |
2.3.5 | 1,165 | 3/9/2018 |
2.3.4 | 1,200 | 3/9/2018 |
2.3.3 | 1,066 | 3/8/2018 |
2.3.2 | 1,078 | 3/8/2018 |
2.3.1-alpha | 1,137 | 3/6/2018 |
2.2.4 | 1,205 | 3/3/2018 |
2.2.3.1 | 1,216 | 3/3/2018 |
2.2.3 | 1,181 | 3/3/2018 |
2.2.2 | 1,149 | 2/21/2018 |
2.2.1 | 1,157 | 2/21/2018 |
2.2.0 | 1,163 | 2/10/2018 |
2.1.1 | 1,101 | 2/8/2018 |
2.1.0.1 | 1,259 | 12/21/2017 |
2.1.0 | 1,301 | 12/21/2017 |
2.0.0 | 1,169 | 12/21/2017 |
1.0.0.1 | 1,236 | 12/3/2017 |
1.0.0 | 1,584 | 11/30/2017 |
Added DynamicConverter class for converting dynamic objects and Lists of dynamic objects