Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a CLI project built using both C# and C++. I am using Visual Studio 2010 and it has a feature of building Testing APIs. Since there are APIs in my project which are meant to be platform independent (Any platform), I am not able to proceed with Visual Studios Testing API. I know nUnit is another way to do it, but it will be a happy way testing.

I want to dig out means of injecting errors into the CLI with the help of flags so that I can reach out code which nUnit can not. Anyone having a brief idea, how this could be achieved ? Also I need to design a framework which can accommodate any future changes to code.

Thanks in advance.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.