Akka.TestKit.NUnit
1.4.39
Prefix Reserved
See the version list below for details.
dotnet add package Akka.TestKit.NUnit --version 1.4.39
NuGet\Install-Package Akka.TestKit.NUnit -Version 1.4.39
<PackageReference Include="Akka.TestKit.NUnit" Version="1.4.39" />
paket add Akka.TestKit.NUnit --version 1.4.39
#r "nuget: Akka.TestKit.NUnit, 1.4.39"
// Install Akka.TestKit.NUnit as a Cake Addin #addin nuget:?package=Akka.TestKit.NUnit&version=1.4.39 // Install Akka.TestKit.NUnit as a Cake Tool #tool nuget:?package=Akka.TestKit.NUnit&version=1.4.39
TestKit for writing tests for Akka.NET using NUnit.
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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Akka.TestKit (>= 1.4.39)
- NUnit (>= 3.13.3)
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 |
---|---|---|
1.6.0-preview.1 | 119 | 9/6/2024 |
1.5.24 | 13,690 | 6/12/2024 |
1.5.0 | 96,273 | 3/7/2023 |
1.4.39 | 45,604 | 7/22/2022 |
1.3.8 | 56,930 | 7/16/2018 |
1.3.2 | 8,316 | 10/31/2017 |
1.2.1 | 24,956 | 6/27/2017 |
1.1.3 | 5,370 | 2/10/2017 |
1.1.2 | 9,210 | 9/30/2016 |
1.1.1 | 5,451 | 7/18/2016 |
1.0.8 | 2,783 | 4/28/2016 |
1.0.7 | 1,537 | 4/7/2016 |
1.0.6 | 2,798 | 1/18/2016 |
1.0.5 | 2,904 | 12/3/2015 |
1.0.4 | 3,230 | 8/8/2015 |
1.0.3 | 2,364 | 6/12/2015 |
1.0.2 | 1,309 | 6/3/2015 |
1.0.1 | 1,614 | 4/28/2015 |
• Support for Akka 1.4.39
• Support for NUnit 3.13.3
• Now targets netstandard2.0
• All TestKit classes now implement [FixtureLifeCycle(LifeCycle.InstancePerTestCase)] which guarantees a unique ActorSystem instance per-run. All previous TestKit hacks needed to support this are now removed. See https://github.com/akkadotnet/Akka.TestKit.NUnit/issues/44 for details.
Full changelog at https://github.com/akkadotnet/Akka.TestKit.NUnit/blob/refs/tags/1.4.39/RELEASE_NOTES.md