sapiens / MakeSharp

Use C# scripts to automate the building process
Apache License 2.0
18 stars 3 forks source link

Create xunit runner helper #1

Open sapiens opened 10 years ago

sapiens commented 10 years ago

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();
RejectKid commented 8 years ago

can i imply full path given? so "c:\assem.dll"? if not how to determine where file is?

theCSEnthusiast commented 7 years ago

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

sapiens commented 7 years ago

I no longer maintain this library.