Tagged Questions
0
votes
1answer
180 views
TestDriven.NET and native C Library
I am working on a C# application that makes calls to a native Windows C dll. We use TestDriven.NET with xUnit for testing. The problem is, whenever we run unit tests that use the C library (which we ...