[Cppunit-devel] include directory clean-up
Brought to you by:
blep
|
From: Baptiste L. <gai...@fr...> - 2001-06-14 14:39:46
|
We had some talk about the namespace a while ago, and questions about why so
many stuffs were in the "extensions" directory. I think the current directory
orgnization in "include" can be confusing.
Here I propose a new organization below the "include" directory:
cppunit/
extensions/ : only stuffs that really "extends" the framework
Orthodox.h
RepeatedTest.h
TestDecorator.h
TestSetUp.h
helper/: stuffs that make using the framework easier
AutoRegisterSuite.h
HelperMacros.h
TestFactory.h
TestFactoryRegistry.h
TestSuiteBuilder.h
TestSuiteFactory.h
TypeInfoHelper.h
textui/: text based TestRunner
TestRunner.h (within the CppUnit::TextUi namespace, was TextTestRunner.h)
mfcui/: MFC based TestRunner
TestRunner.h (within the CppUnit::MfcUi namsepace, was
msvc6/TestRunner/TestRunner.h )
So, what do you think ?
Baptiste.
---
Baptiste Lepilleur <gai...@fr...>
http://gaiacrtn.free.fr/index.html
Language: English, French
|