views:

133

answers:

2

Is there a unit test frame work that i can use in vc6

+2  A: 

Take a look at this

The author describes what should be a good unit testing framework and then analyses different solutions based on its description of the good unit testing framework.

Nicolas
+1  A: 

Ya, I use MiniCppUnit with msvc 6

EvilTeach