L
L
liq2010-09-15 18:53:03
C++ / C#
liq, 2010-09-15 18:53:03

What framework to use for unit tests in C++?

Recommend something proven.
So far, the main criterion: tests should be separate from the code under test.
OS: Linux.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Ving, 2010-09-15
@Ving

We are using CppUnit , a port of JUnit.
It has all the necessary features for writing tests.

A
Anton, 2010-09-20
@kosmonaFFFt

There is a unit testing framework in boost, I haven't used it, but boost is generally a good and proven thing...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question