How to migrate Cppunit tests into GoogleTest ?

Posted by blz on Stack Overflow See other posts from Stack Overflow or by blz
Published on 2010-04-29T11:59:33Z Indexed on 2010/05/18 6:10 UTC
Read the original article Hit count: 333

Filed under:
|
|
|
|

I have a bunch of module tests written in CPPunit with some mocks created by hand. I am looking for a way to migrate them to GoogleTest as smoothly as possible. Have you tried such an operation? What was the effort needed?

© Stack Overflow or respective owner

Related posts about cppunit

Related posts about googletest