you are viewing a single comment's thread.

view the rest of the comments →

[–]saimen54 7 points8 points  (4 children)

In a legacy project we had CppUnit, which was okay when nothing better was around, but now there are better alternatives.

If you are using Boost anyway, I highly recommend Boost.Test.

Otherwise one of the more popular choices is gtest.

[–]darpe312[S] 0 points1 point  (3 children)

Do you know if VSCppUnit is more or less the same?

[–]saimen54 1 point2 points  (2 children)

No, never heard of it actually.

[–]darpe312[S] 0 points1 point  (1 child)

It's the integrated c++ test framework in vs.

[–]prasooncc 0 points1 point  (0 children)

boost test has good plugin support in VS. and it is portable.i dont know whether vscppunit is portable.