can Qt creator can add Google Test Framework
I want to know if Google Test Framework can be connected with the Qt creator.
If we have to connectt he Google Test Framework, how can we do it.
3 replies
I think he talks about google unit tests [code.google.com] and maybe google mocks [code.google.com] as well.
AFAIK you can get it to work (it’s c++ after all :) ) but not without some quirks. Check this [stackoverflow.com]. Also, you will have problems testing Qt stuff generated by moc (signals/slots, meta objects, properties, etc…).
You must log in to post a reply. Not a member yet? Register here!


