joakimkarlsson / igloo

A framework for unit testing in C++
Boost Software License 1.0
153 stars 32 forks source link

Add QString comparison #15

Closed MartinDelille closed 10 years ago

MartinDelille commented 10 years ago

Since I'm using Qt I would like to make direct QString comparison without converting it to std::string explicitely. I would see two alternative to this:

joakimkarlsson commented 10 years ago

I'll have to think about how this could be done in a clean way. I'm not to keen on adding Qt-dependencies in the framework, but perhaps there's a way to make it easier to expand.

This really belongs in joakimkarlsson/snowhouse as that is what igloo uses for assertions.

MartinDelille commented 10 years ago

Replaced by joakimkarlsson/snowhouse#5