cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Unit test : use of a tool or "manually".
Unit test : use of a tool or "manually".
Apr 23, 2012 at 2:03pm UTC
MoonDragon
(31)
Hi,
I would like to know if for your unit test you use tools such as cpp unit or just a 'manual' unit using main functions.
Thanks in advance for your help.
MoonDragon
Apr 24, 2012 at 3:14am UTC
Cubbi
(4774)
Third option: proprietary unit testing frameworks. Although there's nothing magical about them -- as long as the code is written with testability in mind, any framework works.
Apr 27, 2012 at 4:17pm UTC
MoonDragon
(31)
Thanks.
Topic archived. No new replies allowed.