Freigeben über


A new unit test framework for C++

Today I learned about something I did not expected. A new unit test framework for C++ called Igloo. Still a very early version but I kind of like what I see. It is simple to create new tests (much simpler than CPPUnit for example) and also it has a nice way of building asserts. Looks promising I think.

Comments

  • Anonymous
    February 22, 2010
    I especially like the asserts. Other than that it looks pretty straight forward with no surprises.