Re: [Cppunit-devel] TODO Documentation
Brought to you by:
blep
From: Robert W. <ro...@po...> - 2002-03-27 16:11:57
|
On Wed, Mar 27, 2002 at 04:46:02PM +0100, Baptiste Lepilleur wrote: > What you want is a custom TextTestProgressListener. At the current time it's > hardcoded, but I'll add some methods (like setOutputer) to allow simple > customization. Ah, I would expect this to be customizable. Or at least I'd expect it to be documented if it's not. > defaultResult() is not used. It is a leftover of the port from Java. Again, this should be documented. > > Also confusing: TextTestRunner and the UI Test Runners don't inherit > > from TestRunner? > > What is TestRunner ? I found a non abstract class named TestRunner in the class hierarchy. > Sound good. Mind if I copy that ? If you like it and it's correct feel free to take it. > Do you means having something like: > > CppUnit Features: > ------------------ > [...] Almost. I thought of more than a plain features list. For example the documentation for the TextTestRunner seems not up to date, it refers to a TestResult argument, not to an Outputter. Just copy the comments on the TextTestRunner from NEWS to source (to generate the documentation). Similar for TestResult, except you got an FIXME comment with that description. Robert |