mirror of
https://github.com/Smaug123/unofficial-nunit-runner
synced 2025-10-06 09:48:40 +00:00
ebcf0ed5895bf181f9f64cf5b7e0bb6ca9032d26
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"
Languages
F#
97.1%
C#
1.8%
Nix
1.1%