2025-10-03 09:37:51 +00:00
2024-06-23 15:13:40 +01:00
2024-06-08 15:22:24 +01:00
2025-09-21 00:46:53 +00:00
2024-06-03 20:10:55 +01:00
2025-10-03 09:37:51 +00:00

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 in parallel, taking half the available processors; we may or may not respect the NUnit parallelism attributes to any given extent that they tell us to be more parallel (but we will never incorrectly run tests in parallel).

Licence

WoofWare.NUnitTestRunner is licensed to you under the MIT licence, a copy of which can be found at LICENSE.

Description
A console runner for NUnit tests
Readme MIT 1.3 MiB
Languages
F# 97.1%
C# 1.8%
Nix 1.1%