google / googletest

GoogleTest - Google Testing and Mocking Framework

Home Page:https://google.github.io/googletest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a tool that helps with test generation?

Desperado17 opened this issue · comments

Greetings,

we have a C++ project where the test coverage is relatively low but the code coverage of the actual program in a typical run is pretty high. My question is if there are tools that lets one create gmock based tests from actual program runs so we can save ressources there.

Regards