haf / expecto

A smooth testing lib for F#. APIs made for humans! Strong testing methodologies for everyone!
Apache License 2.0
668 stars 96 forks source link

add a C# friendly extension method for the nunit testresult xml #275

Closed 0x53A closed 6 years ago

0x53A commented 6 years ago

Before:

config.appendSummaryHandler(FSharpFunc<Impl.TestRunSummary, Unit>.FromConverter( s => { TestResults.writeNUnitSummary("tests.xml", "MyAssemblyName", s); return null; }));
AnthonyLloyd commented 6 years ago

Great, thanks