Soenneker.Tests.FixturedUnit 4.0.2502

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Tests.FixturedUnit --version 4.0.2502
                    
NuGet\Install-Package Soenneker.Tests.FixturedUnit -Version 4.0.2502
                    
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="Soenneker.Tests.FixturedUnit" Version="4.0.2502" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Tests.FixturedUnit" Version="4.0.2502" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Tests.FixturedUnit" />
                    
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 Soenneker.Tests.FixturedUnit --version 4.0.2502
                    
#r "nuget: Soenneker.Tests.FixturedUnit, 4.0.2502"
                    
#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 Soenneker.Tests.FixturedUnit@4.0.2502
                    
#: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=Soenneker.Tests.FixturedUnit&version=4.0.2502
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Tests.FixturedUnit&version=4.0.2502
                    
Install as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

Soenneker.Tests.FixturedUnit

A fundamental test that stores UnitFixture and provides synthetic inversion of control. It inherits from UnitTest and its most used function is Resolve{T}, which retrieves a service from the fixture service provider.

Install

dotnet add package Soenneker.Tests.FixturedUnit

Quick start

using Soenneker.Tests.FixturedUnit.Abstract;

IFixturedUnitTest fixturedUnitTest = /* resolve from DI */;
var result = fixturedUnitTest.Resolve();

Resolves fixtured Unit Test.

What you get

  • IFixturedUnitTest — A fundamental test that stores UnitFixture and provides synthetic inversion of control. It inherits from UnitTest and its most used function is Resolve{T}, which retrieves a service from the fixture service provider.

API at a glance

API What it does Result / important behavior
IFixturedUnitTest.Resolve(scoped) Resolves fixtured Unit Test. The resulting value.

Practical notes

  • Dispose instances you own when their scope ends so held resources can be released.
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
4.0.2521 0 9/1/2026
4.0.2520 0 9/1/2026
4.0.2519 44 9/1/2026
4.0.2518 34 9/1/2026
4.0.2517 49 8/31/2026
4.0.2516 45 8/31/2026
4.0.2515 54 8/31/2026
4.0.2514 45 8/31/2026
4.0.2513 47 8/31/2026
4.0.2512 48 8/31/2026
4.0.2511 53 8/31/2026
4.0.2509 49 8/30/2026
4.0.2508 49 8/30/2026
4.0.2507 53 8/30/2026
4.0.2506 53 8/30/2026
4.0.2505 58 8/30/2026
4.0.2504 53 8/30/2026
4.0.2503 54 8/30/2026
4.0.2502 49 8/30/2026
4.0.2501 54 8/30/2026
Loading failed

Update dependency Soenneker.Fixtures.Unit to 4.0.730 (#2788)