Re: [Cppunit-devel] TestRunner
Brought to you by:
blep
|
From: Baptiste L. <gai...@fr...> - 2001-06-08 17:08:20
|
Quoting Bastiaan Bakker <bas...@li...>:
> Baptiste Lepilleur wrote:
> > > 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>
OK. I'll move include/msvc6/TestRunner.h to
include/CppUnit/MfcUi/TestRunner.h,
and include/cppunit/TextTestRunner.h to include/CppUnit/TextUi/TestRunner.h
(renaming the class too).
I'll also rename src/msvc6/TestRunner to src/MfcUi.
Anybody see something wrong with this ?
Baptiste.
---
Baptiste Lepilleur <gai...@fr...>
http://gaiacrtn.free.fr/index.html
Language: English, French
|