ThePensionsRegulator.Umbraco.Testing 10.0.0

dotnet add package ThePensionsRegulator.Umbraco.Testing --version 10.0.0
                    
NuGet\Install-Package ThePensionsRegulator.Umbraco.Testing -Version 10.0.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="ThePensionsRegulator.Umbraco.Testing" Version="10.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ThePensionsRegulator.Umbraco.Testing" Version="10.0.0" />
                    
Directory.Packages.props
<PackageReference Include="ThePensionsRegulator.Umbraco.Testing" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ThePensionsRegulator.Umbraco.Testing --version 10.0.0
                    
#r "nuget: ThePensionsRegulator.Umbraco.Testing, 10.0.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.
#:package ThePensionsRegulator.Umbraco.Testing@10.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ThePensionsRegulator.Umbraco.Testing&version=10.0.0
                    
Install as a Cake Addin
#tool nuget:?package=ThePensionsRegulator.Umbraco.Testing&version=10.0.0
                    
Install as a Cake Tool

ThePensionsRegulator.Umbraco.Testing

Helper code for unit testing Umbraco applications, and in particular applications built using ThePensionsRegulator.Umbraco.Core.

Creating an UmbracoTestContext will give you an Umbraco context that mocks a page request using Moq, including mocks of Umbraco and .NET services used in that page request.

Factory and extension methods make it easy to set up mocks of common property types on the page, including block lists and block grids.

See the documentation on Github for further details.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in 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
10.0.0 106 5/13/2026
10.0.0-beta006 94 4/24/2026
10.0.0-beta005 99 4/17/2026
10.0.0-beta004 97 4/7/2026
9.3.0-beta017 36 5/28/2026
9.3.0-beta016 87 5/22/2026
9.3.0-beta015 127 5/15/2026
9.3.0-beta014 83 5/6/2026
9.3.0-beta013 75 5/5/2026
9.3.0-beta012 75 5/5/2026
9.3.0-beta011 86 5/5/2026
9.3.0-beta010 96 4/29/2026
9.3.0-beta009 135 4/24/2026
9.3.0-beta008 92 4/21/2026
9.3.0-beta007 95 4/16/2026
9.3.0-beta006 120 4/15/2026
9.3.0-beta005 101 4/14/2026
9.3.0-beta004 101 4/1/2026
9.3.0-beta003 103 3/24/2026
9.2.7 130 3/24/2026
Loading failed