[Development] QtTest for everybody

Dmitry Ashkadov dmitry.ashkadov at gmail.com
Mon Oct 7 20:50:49 CEST 2013


Hello!

The topic about exceptions for slots and signals has inspirited me to 
pay your attention to QtTest. QtTest is a good unit-test framework, but 
it is focused to Qt. I think QtTest may be used for any project, 
moreover it may be used as unit testing framework for project that 
doesn't use Qt (is not based on Qt). But there is one big thing that is 
not supported by QtTest. Yes, it is exceptions. I think it would be 
better if QtTest has support of exceptions.  In QtTest test is 
implemented using slots, so my proposal may require support of exception 
for slots and signals. What do you think about exceptions in QtTest ?

Thank you!



More information about the Development mailing list