I want the ability to run NUnit tests from xUnit using somehting like xunit.nunit.dll.
I want the ability to run NUnit tests from xUnit using somehting like xunit.nunit.dll.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could attach the debugger with the xUnit test cases from visual studio is by clicking on the tools, go to process and click on xunit.exe, then when you execute your testcases, they will break into visual studio and hence you got the ability to debug the test cases