Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
247 views

Code coverage of a daemon in Windows

I need to do code coverage on a daemon. The daemon application is written in c++. We test the daemon features with a client test program that has its own libraries. The libraries communicate with the ...
kk.'s user avatar
  • 687
2 votes
1 answer
846 views

Visual Studio 2010 Unit Test

I want to test a couple of functions in my source code with unit tests. Now If I run my test I don't get any test results. Here is a simple Code Snippet what I try to do: #include <iostream> ...
Kipcak08's user avatar
  • 313