[Cppunit-devel] [PATCH] Using custom Outputters with TestRunner
Brought to you by:
blep
From: Allen U. <All...@ve...> - 2002-09-21 09:54:54
|
I ran into a issue using a custom Outputter with TestRunner. They end up using different TestResultCollector objects so the results to make it to the Outputter. I moved the TestResultCollector to the Outputter base class and added a getResultCollector() method. This allows TestRunner to get the Outputter's collector. The attached diff is against cppunit-1.8.0 -allen |