"Brekke, Jeff" <[EMAIL PROTECTED]> writes: > Yes, we use the src directories and specify the .java form ( never noticed > the difference in maven until now!). > The *Test*.java naming convention is questionalble since I have > BaseTestCase.java > that should not be executed. The convention I've used and seems to be > prevalent when > using ant is to use the *Test.java form. Other options are still to define > an > AllTests.java and explicitly setup your testsuites. This is useful for > using the TestSetup > decorator. > > In short: > > +1 to using the sources and source directory for locating the test cases > -1 for default pattern sets. Let the project define them, no > implicit/default behavior defined.
I agree with Jeff. For instance, a lot of the Commons packages seem to use the Test*.java form. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
