How to parametrize a test using cppunit
Posted
by Harald Scheirich
on Stack Overflow
See other posts from Stack Overflow
or by Harald Scheirich
Published on 2008-11-14T13:37:12Z
Indexed on
2010/05/17
22:50 UTC
Read the original article
Hit count: 466
We are using cppunit, i am trying to run the same test using different parameters, running a loop inside the test is not a good option as any failure will abort the test. I have looked at TestDecorator and TestCaller but neither seem to really fit. Code samples would be helpful.
Thanks.
© Stack Overflow or respective owner