The approach we use, and which is probably most used, is with a "src" and a "test" folder. In there we have the same package structure for our classes. This makes the code and the tests well-organized and separated from eachother.
regards, Christophe -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Holroyd Sent: woensdag 8 februari 2006 1:56 To: [email protected] Subject: Re: [osflash] [ANN] as2api 0.4 released On Tue, Feb 07, 2006 at 01:44:58PM -0500, Keith Peters wrote: > If you are taking feature requests... > I'd love to see an "ignore" tag. Particularly useful if your test case > classes are intermingled with your class code. Don't really need to document > my test classes. Either a tag within the class like so: > > /** > * @ignore > */ > > Or a command line parameter to ignore, maybe by name with wildcard: > > As2api.exe ... -ignore *Test Some kind of extra command-line param sounds like a good idea. Do people generally keep test classes in the same src hierarchy as the code under test? > Nice product though. Installed and documented a large project this morning. > Worked like a charm. Thanks for the suggestion, and your positive comments! dave -- http://david.holroyd.me.uk/ _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
