Soenneker.Tests.FixturedUnit
4.0.2499
Prefix Reserved
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 Soenneker.Tests.FixturedUnit --version 4.0.2499
NuGet\Install-Package Soenneker.Tests.FixturedUnit -Version 4.0.2499
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.2499" />
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.2499" />
<PackageReference Include="Soenneker.Tests.FixturedUnit" />
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.2499
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Soenneker.Tests.FixturedUnit, 4.0.2499"
#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.2499
#: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.2499
#tool nuget:?package=Soenneker.Tests.FixturedUnit&version=4.0.2499
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 fromUnitTestand its most used function isResolve{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 | Versions 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.
-
net10.0
- Soenneker.Extensions.ServiceProvider (>= 4.0.331)
- Soenneker.Fixtures.Unit (>= 4.0.729)
- Soenneker.Tests.Unit (>= 4.0.1268)
- Soenneker.Utils.BackgroundQueue (>= 4.0.2459)
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.2530 | 0 | 9/4/2026 |
| 4.0.2529 | 0 | 9/3/2026 |
| 4.0.2528 | 0 | 9/3/2026 |
| 4.0.2527 | 26 | 9/3/2026 |
| 4.0.2526 | 35 | 9/3/2026 |
| 4.0.2525 | 32 | 9/2/2026 |
| 4.0.2524 | 40 | 9/2/2026 |
| 4.0.2523 | 35 | 9/2/2026 |
| 4.0.2522 | 38 | 9/1/2026 |
| 4.0.2521 | 43 | 9/1/2026 |
| 4.0.2520 | 64 | 9/1/2026 |
| 4.0.2519 | 74 | 9/1/2026 |
| 4.0.2518 | 64 | 9/1/2026 |
| 4.0.2517 | 78 | 8/31/2026 |
| 4.0.2516 | 72 | 8/31/2026 |
| 4.0.2515 | 81 | 8/31/2026 |
| 4.0.2514 | 73 | 8/31/2026 |
| 4.0.2513 | 73 | 8/31/2026 |
| 4.0.2512 | 74 | 8/31/2026 |
| 4.0.2499 | 76 | 8/29/2026 |
Loading failed
Update dependency Soenneker.Utils.BackgroundQueue to 4.0.2459 (#2785)