Thread: RE: [Cppunit-devel] URGENT: more information to be logged
Brought to you by:
blep
From: Moran Ben-D. <mbe...@ii...> - 2002-07-29 15:10:30
|
I guess it all depends if you need this information at run-time.. I like to use Doxygen (www.doxygen.org) to comment all of my test classes. of course, this doesn't provide the comments at run-time. perhaps providing a method of launching a browser with a link to the doxygen comments would be a solution. moran -----Original Message----- From: Luis Joaquim [mailto:ljo...@cr...] Sent: Monday, July 29, 2002 11:03 AM To: cpp...@li... Subject: [Cppunit-devel] URGENT: more information to be logged Importance: High Hello, I need to report more information about the tests, like a brief description, the inputs and outputs. The programmer will write this fields (strings). I have thought on the implementation and it seems I have to change a lot of files, and would my very hard future upgrades. Does anyone know a better solution? Does anyone have the some problem? Don't you think it would be a nice feature? Thanks in advance, Luis Joaquim -- Luis Joaquim Critical Software, SA EN1/IC2, Km 185,6, Banhos Secos, Santa Clara 3040-032 Coimbra Tel: +351.239.801300, Fax: +351.239.801319 http://www.criticalsoftware.com ------------------------------------------------------- This sf.net email is sponsored by: Dice - The leading online job board for high-tech professionals. Search and apply for tech jobs today! http://seeker.dice.com/seeker.epl?rel_code=31 _______________________________________________ Cppunit-devel mailing list Cpp...@li... https://lists.sourceforge.net/lists/listinfo/cppunit-devel |
From: Michel A. <Arm...@si...> - 2002-08-02 13:46:20
|
Maybe the "parameterized tests" approach we just developed may help you here. But currently this new feature isn't available in the CVS yet. Regards, bored > -----Original Message----- > From: Luis Joaquim [mailto:ljo...@cr...] > Sent: Montag, 29. Juli 2002 17:03 > To: cpp...@li... > Subject: [Cppunit-devel] URGENT: more information to be logged > Importance: High > > > Hello, > > I need to report more information about the tests, like a brief > description, the inputs and outputs. > > The programmer will write this fields (strings). > > I have thought on the implementation and it seems I have to change a > lot of files, and would my very hard future upgrades. > > Does anyone know a better solution? > > Does anyone have the some problem? > > Don't you think it would be a nice feature? > > Thanks in advance, > > Luis Joaquim > > -- > Luis Joaquim > Critical Software, SA > EN1/IC2, Km 185,6, Banhos Secos, Santa Clara > 3040-032 Coimbra > Tel: +351.239.801300, Fax: +351.239.801319 > http://www.criticalsoftware.com > > > > ------------------------------------------------------- > This sf.net email is sponsored by: Dice - The leading online job board > for high-tech professionals. Search and apply for tech jobs today! > http://seeker.dice.com/seeker.epl?rel_code=31 > _______________________________________________ > Cppunit-devel mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppunit-devel > |
From: Luis J. <ljo...@cr...> - 2002-07-29 15:15:22
|
Hello, But that way you separate the information with the result. This is, I want my XML file to show the name of the test, some information, and the result. How do you manage this? Thanks again, Luis Joaquim Monday, July 29, 2002, 4:10:13 PM, you wrote: MBD> I guess it all depends if you need this information at run-time.. I like to MBD> use Doxygen (www.doxygen.org) to comment all of my test classes. of course, MBD> this doesn't provide the comments at run-time. MBD> perhaps providing a method of launching a browser with a link to the doxygen MBD> comments would be a solution. MBD> moran MBD> -----Original Message----- MBD> From: Luis Joaquim [mailto:ljo...@cr...] MBD> Sent: Monday, July 29, 2002 11:03 AM MBD> To: cpp...@li... MBD> Subject: [Cppunit-devel] URGENT: more information to be logged MBD> Importance: High MBD> Hello, MBD> I need to report more information about the tests, like a brief MBD> description, the inputs and outputs. MBD> The programmer will write this fields (strings). MBD> I have thought on the implementation and it seems I have to change a MBD> lot of files, and would my very hard future upgrades. MBD> Does anyone know a better solution? MBD> Does anyone have the some problem? MBD> Don't you think it would be a nice feature? MBD> Thanks in advance, MBD> Luis Joaquim ---------------------------------------------------------------------------- ------------ Critical Software has changed address and phones - please check new contacts below ---------------------------------------------------------------------------- ------------ --- Luis Joaquim Critical Software, SA EN1/IC2, Km 185,6, Banhos Secos, Santa Clara 3040-032 Coimbra Tel: +351.239.801300, Fax: +351.239.801319 http://www.criticalsoftware.com ljo...@cr... |