FactDev
0.1
|
A repo for Increase QTest productivity
Thanks to https://marcoarena.wordpress.com/2012/06/23/increase-your-qtest-productivity/ !
The QTestLib framework is a tool for unit testing Qt based applications and libraries. I find it precious and simple to use, though it lacks some important features, supported, for example, by GTest. I’m not talking about mocking – for this you generally need an out-and-out framework (like GMock) – instead, I’m referring to simple things like fast deploying. Suppose you have written a test class like this:
This repo contains only the code in this article.