Issue
I have given a task to study about google test and google mock. But I want to try out the codes in the book that I have. I went and look around for tutorials of how to install google test and google mock in eclipse on the net. But I can't find a windows base tutorials. Can you guide me in window base.
Solution
Well, there is a tool for managing C/C++ dependencies, its name is biicode
Take a look at the Getting Started C/C++ section (it's based on GTest example) and try the examples with GTest and GMock
I think it'll help you start with Google Test library and GMock.
Disclaimer: I work in this company and we're dedicated to manage dependencies and build projects with tools such as Eclipse, MSVC, etc. I hope it helps you ;)
Answered By - fenix688
Answer Checked By - Katrina (JavaFixing Volunteer)