WoofWare.NUnitTestRunner.Lib
0.16.4
See the version list below for details.
dotnet add package WoofWare.NUnitTestRunner.Lib --version 0.16.4
NuGet\Install-Package WoofWare.NUnitTestRunner.Lib -Version 0.16.4
<PackageReference Include="WoofWare.NUnitTestRunner.Lib" Version="0.16.4" />
paket add WoofWare.NUnitTestRunner.Lib --version 0.16.4
#r "nuget: WoofWare.NUnitTestRunner.Lib, 0.16.4"
// Install WoofWare.NUnitTestRunner.Lib as a Cake Addin #addin nuget:?package=WoofWare.NUnitTestRunner.Lib&version=0.16.4 // Install WoofWare.NUnitTestRunner.Lib as a Cake Tool #tool nuget:?package=WoofWare.NUnitTestRunner.Lib&version=0.16.4
Toy NUnit test runner
Filtering
To supply special characters in a string, XML-encode them and "quote"
the string; if you give a quoted string, we will XML-decode the string.
(In an unquoted string, we will just do our best; special characters may or may not result in parse failures and unexpected parses.)
We support at least the documented dotnet test
examples.
However, we would recommend phrasing some of them differently, for maximum peace of mind:
FullyQualifiedName=MyNamespace.MyTestsClass<ParameterType1%2CParameterType2>.MyTestMethod
. This would be better phrased with quotes and escaping asFullyQualifiedName="MyNamespace.MyTestsClass<ParameterType1%2CParameterType2>.MyTestMethod"
Parallelism
WoofWare.NUnitTestRunner has limited support for parallelism. By default, we run tests serially; we may or may not respect the NUnit parallelism attributes to any given extent (but we will never incorrectly run tests in parallel). For example, as of this writing, we do not run any tests in parallel (but the internal infrastructure is set up so that we will be able to do this soon).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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. |
-
net6.0
- FSharp.Core (>= 6.0.0)
- WoofWare.DotnetRuntimeLocator (>= 0.1.9)
- WoofWare.Myriad.Plugins.Attributes (>= 3.1.9)
- WoofWare.PrattParser (>= 0.2.2)
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 |
---|---|---|
0.19.2 | 24 | 11/4/2024 |
0.19.1 | 39 | 10/30/2024 |
0.18.1 | 74 | 10/29/2024 |
0.17.9 | 68 | 10/28/2024 |
0.17.8 | 68 | 10/21/2024 |
0.17.7 | 79 | 10/14/2024 |
0.17.6 | 69 | 10/7/2024 |
0.17.5 | 83 | 9/23/2024 |
0.17.4 | 104 | 9/16/2024 |
0.17.3 | 101 | 9/9/2024 |
0.17.2 | 93 | 9/2/2024 |
0.17.1 | 96 | 8/28/2024 |
0.16.9 | 104 | 8/26/2024 |
0.16.8 | 114 | 8/20/2024 |
0.16.7 | 105 | 8/12/2024 |
0.16.6 | 94 | 8/5/2024 |
0.16.5 | 98 | 7/22/2024 |
0.16.4 | 96 | 7/15/2024 |
0.16.3 | 93 | 7/1/2024 |
0.16.2 | 98 | 7/1/2024 |
0.16.1 | 88 | 6/23/2024 |
0.15.1 | 93 | 6/23/2024 |
0.14.1 | 97 | 6/23/2024 |
0.13.5 | 114 | 6/17/2024 |
0.13.4 | 105 | 6/16/2024 |
0.13.3 | 111 | 6/16/2024 |
0.13.2 | 105 | 6/16/2024 |
0.13.1 | 109 | 6/16/2024 |
0.12.1 | 96 | 6/15/2024 |
0.11.1 | 96 | 6/15/2024 |
0.10.1 | 104 | 6/15/2024 |
0.9.1 | 91 | 6/11/2024 |
0.8.4 | 97 | 6/11/2024 |
0.8.3 | 85 | 6/10/2024 |
0.8.2 | 78 | 6/10/2024 |
0.8.1 | 77 | 6/10/2024 |
0.7.7-prerelease | 78 | 6/10/2024 |
0.7.6-prerelease | 80 | 6/10/2024 |
0.7.5-prerelease | 75 | 6/9/2024 |
0.7.4-prerelease | 81 | 6/9/2024 |
0.7.3-prerelease | 86 | 6/9/2024 |
0.7.2-prerelease | 85 | 6/8/2024 |