Re: [Cppunit-devel] TestRegistry?
Brought to you by:
blep
From: Baptiste L. <bl...@cl...> - 2001-09-29 17:52:34
|
The TestRegistry component usage was not well defined. It also had some portability problems (rely on order of static variable initialization in different code units). It also only allowed to register instantiated Test, which was not compatible with the MFC TestRunner which assumes ownership of the test to run. It has been replaced by TestFactoryRegistry which solved those previous problem, and added some others features (a test can be registered in a specific suite). TestRegistry should have been removed since it has fallen into obsolescence. Baptiste. ----- Original Message ----- From: "Duane Murphy" <du...@us...> To: "CppUnit Developers" <cpp...@li...> Sent: Friday, September 28, 2001 4:50 AM Subject: Re: [Cppunit-devel] TestRegistry? > --- At Thu, 27 Sep 2001 19:38:11 -0700, Duane Murphy wrote: > > >I have been looking through the sources of CppUnit learning my way around > >the system. > > > >I found that TestRegistry seems pretty stand-alone. No one else seems to > >reference it. > > > >What is the future and the direction of TestRegistry or did I miss something? > > Well, I guess I can partially answer this question. TestRegistry looks to > have been removed from TestSuite and TestCase (as per the ChangeLog). > > Being new to CppUnit, I am wondering why? > > ..Duane > > > _______________________________________________ > Cppunit-devel mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppunit-devel > |