WoofWare.NUnitTestRunner.Lib 0.16.1

dotnet add package WoofWare.NUnitTestRunner.Lib --version 0.16.1
NuGet\Install-Package WoofWare.NUnitTestRunner.Lib -Version 0.16.1
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="WoofWare.NUnitTestRunner.Lib" Version="0.16.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WoofWare.NUnitTestRunner.Lib --version 0.16.1
#r "nuget: WoofWare.NUnitTestRunner.Lib, 0.16.1"
#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.
// Install WoofWare.NUnitTestRunner.Lib as a Cake Addin
#addin nuget:?package=WoofWare.NUnitTestRunner.Lib&version=0.16.1

// Install WoofWare.NUnitTestRunner.Lib as a Cake Tool
#tool nuget:?package=WoofWare.NUnitTestRunner.Lib&version=0.16.1

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 as FullyQualifiedName="MyNamespace.MyTestsClass&lt;ParameterType1%2CParameterType2&gt;.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 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. 
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
0.16.1 43 6/23/2024
0.15.1 45 6/23/2024
0.14.1 48 6/23/2024
0.13.5 88 6/17/2024
0.13.4 79 6/16/2024
0.13.3 83 6/16/2024
0.13.2 81 6/16/2024
0.13.1 83 6/16/2024
0.12.1 70 6/15/2024
0.11.1 70 6/15/2024
0.10.1 77 6/15/2024
0.9.1 64 6/11/2024
0.8.4 54 6/11/2024
0.8.3 58 6/10/2024
0.8.2 55 6/10/2024
0.8.1 53 6/10/2024
0.7.7-prerelease 56 6/10/2024
0.7.6-prerelease 56 6/10/2024
0.7.5-prerelease 53 6/9/2024
0.7.4-prerelease 54 6/9/2024
0.7.3-prerelease 60 6/9/2024
0.7.2-prerelease 60 6/8/2024