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.