Re: [Cppunit-devel] TestRunner
Brought to you by:
blep
From: Bastiaan B. <bas...@li...> - 2001-06-07 19:40:04
|
Baptiste Lepilleur wrote: --8<-- > > > Namespaces can be nested. How about CppUnit::TestRunner::Text > > and CppUnit::TestRunner::<name-of-UI> ? I don't know what the proper > > UI name would be: MSVC? MFC? > How about : > CppUnit::MfcUi > CppUnit::QtUi > CppUnit::TextUi > in which you would have a TestRunner class ? > Sounds good. This looks like a more practical categorization than CppUnit::TestRunner::<UI> --8<-- > > > > > I'm still struggling with grasping the "big picture" of CppUnit, > > myself. It still seems to me to have a lot of separate bits of Well, don't feel alone. Strangly enough, I didn't have the opportunity yet to actually use CppUnit myself, so my familiarity with all of its features and details is limited too. Bastiaan |