Cuemon.Extensions.Xunit.App 6.4.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Cuemon.Extensions.Xunit.App --version 6.4.0
NuGet\Install-Package Cuemon.Extensions.Xunit.App -Version 6.4.0
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="Cuemon.Extensions.Xunit.App" Version="6.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cuemon.Extensions.Xunit.App --version 6.4.0
#r "nuget: Cuemon.Extensions.Xunit.App, 6.4.0"
#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 Cuemon.Extensions.Xunit.App as a Cake Addin
#addin nuget:?package=Cuemon.Extensions.Xunit.App&version=6.4.0

// Install Cuemon.Extensions.Xunit.App as a Cake Tool
#tool nuget:?package=Cuemon.Extensions.Xunit.App&version=6.4.0

About

An open-source family of assemblies (MIT license) that targets and complements the Microsoft .NET platform (.NET 6, .NET 5, .NET Core 3.1, .NET Standard 2, Universal Windows Platform and .NET Framework 4.6.1 and newer) by providing vast ways of possibilities for all breeds of coders, programmers, developers and the likes thereof.

It is, by heart, free, flexible and built to extend and boost your agile codebelt.

Cuemon.Extensions.Xunit.App for .NET

Cuemon.Extensions.Xunit.App, aka Extensions for xUnit API, is a toolbelt of assemblies designed to extend upon xUnit.net for more advanced unit test scenarios while also being the preferred unit test platform of Cuemon for .NET.

  • Xunit
    • Cuemon.Extensions.Xunit.Hosting
    • Cuemon.Extensions.Xunit.Hosting.AspNetCore
    • Cuemon.Extensions.Xunit.Hosting.AspNetCore.Http
    • Cuemon.Extensions.Xunit.Hosting.AspNetCore.Http.Features
    • Cuemon.Extensions.Xunit.Hosting.AspNetCore.Mvc
  • Xunit.Abstractions
    • Cuemon.Extensions.Xunit

More documentation available at Cuemon for .NET documentation.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.3.0 190 4/9/2024
8.2.0 419 3/3/2024
8.1.0 266 2/10/2024
8.1.0-rc1 92 2/8/2024
8.1.0-preview.52 53 2/5/2024
8.1.0-preview.20 55 1/22/2024
8.1.0-preview 97 1/16/2024
8.0.1 150 1/11/2024
8.0.0 328 11/14/2023
8.0.0-rc2 140 11/13/2023
8.0.0-rc1 207 11/7/2023
8.0.0-preview.183 66 11/13/2023
8.0.0-preview.176 49 11/12/2023
8.0.0-preview.158 47 11/9/2023
7.1.0 353 12/11/2022
7.0.0 473 11/9/2022
7.0.0-rc.2 95 11/3/2022
7.0.0-rc.1 91 10/26/2022
7.0.0-alpha.2 96 10/16/2022
7.0.0-alpha.1 101 9/23/2022
7.0.0-alpha 315 7/12/2022
6.4.1 562 5/8/2022
6.4.0 606 1/24/2022
6.4.0-rc 317 1/23/2022
6.3.0 1,356 11/28/2021
6.2.0 413 5/30/2021
6.1.0 425 5/16/2021
6.0.1 386 5/3/2021
6.0.1-rc 211 5/3/2021
6.0.0 354 4/18/2021
6.0.0-rc.23 152 4/18/2021
6.0.0-rc.21 124 4/12/2021
6.0.0-rc.20 145 4/1/2021
6.0.0-rc.18 231 3/22/2021
6.0.0-rc.17 138 3/14/2021
6.0.0-rc.16 162 3/7/2021
6.0.0-rc.15 157 3/4/2021
6.0.0-rc.14 173 3/4/2021
6.0.0-rc.12 183 3/3/2021

Version: 6.3.0
Availability: .NET Core 3.1, .NET 5.0, .NET 6.0
 
# ALM
- ADDED TFM for .NET 6
- CHANGED Dependencies to latest and greatest with respect to TFM
 
# New Features
- ADDED InMemoryTestStore class in the Cuemon.Extensions.Xunit namespace that provides a default base implementation of the ITestStore{T} interface
- ADDED ITestStore{T} interface in the Cuemon.Extensions.Xunit namespace that represents the members needed for adding and querying a store tailored for unit testing
- ADDED GenericHostTestFactory class in the Cuemon.Extensions.Xunit.Hosting namespace that provides a set of static methods for IHost unit testing
- ADDED IGenericHostTest interface in the Cuemon.Extensions.Xunit.Hosting namespace that represents the members needed for bare-bone DI testing with support for IHost
- CHANGED IMiddlewareTest class in the Cuemon.Extensions.Xunit.Hosting.AspNetCore namespace to inherit from IGenericHostTest
- ADDED IWebApplicationTest interface in the Cuemon.Extensions.Xunit.Hosting.AspNetCore.Mvc namespace that the members needed for ASP.NET Core MVC, Razor and related testing
- ADDED WebApplicationTestFactory class in the Cuemon.Extensions.Xunit.Hosting.AspNetCore.Mvc namespace that provides a set of static methods for ASP.NET Core MVC, Razor and related unit testing
 
Version: 6.0.0
Availability: .NET Core 3.1, .NET 5.0
 
# References
- Cuemon.Extensions.Xunit.Hosting.AspNetCore.Mvc
- Cuemon.Extensions.Xunit.Hosting.AspNetCore
- Cuemon.Extensions.Xunit.Hosting
- Cuemon.Extensions.Xunit