Code review comment for lp:~blep/cppunit2/testcase-factory

Revision history for this message
blep (blep) wrote :

The registry now contains test case factory instead of test case instance. This will allow multiple instances creation for thread safety and makes it easier to have parametrized test.

The suite registry has been revised to match common use case, such as having a common top level suite for all test cases of a library.

« Back to merge proposal