Visual Studio 2010 C ++ Testing Module Tutorial

I am trying to run unit test through visual studio 2010 using C ++. Does anyone know any tutorials for this. I have seen C # look through msdn, but I need this in C ++. Can anyone help me out? Greetings

+3
source share
1 answer

There is one CodePlex unit testing module called WinUnit that can suit your requirements.

http://msdn.microsoft.com/en-us/magazine/cc136757.aspx

In addition, you can see this message:

How to set up unit testing for Visual Studio C ++

+3
source

Source: https://habr.com/ru/post/1786302/


All Articles