MakeSharp
MakeSharp copied to clipboard
Create xunit runner helper
Add a xunit helper (class and/or extension method) which can be invoked on a file to run containing tests. Preferably, it should use xunit.dll / xunit.runner.utility not the console app. Something like
var testResults="assembly.dll".xunit();
can i imply full path given? so "c:\assem.dll"? if not how to determine where file is?
Hello Sapiens, is the xunit helper already added? How can I contribute, please guide me. I the xunit helper is still not done,I'm ready to do it
I no longer maintain this library.