On 14/03/2009, Jörg Schaible <joerg.schai...@gmx.de> wrote:
> Gary Gregory wrote:
>
>  >> -----Original Message-----
>  >> From: sebb [mailto:seb...@gmail.com]
>  >> Sent: Saturday, March 14, 2009 4:52 AM
>  >> To: Commons Developers List
>  >> Subject: Re: [lang] 3.0, what's in; what's out
>  >> >
>
> >> >  And the various other backwards incompatible changes that people have
>  >> >  been requesting.
>  >>
>  >> Removal of AllxxxTest classes that just group other tests.
>  >> These just tend to get out of date, potentially complicate the POM,
>  >> and IMO don't offer much added value.
>  >
>  > -1
>  >
>  > I use package-level test suites all the time from Eclipse. Running all
>  > tests in a given package is a very reasonable thing to do IMO. Otherwise I
>  > am forced to the command line where I often cannot ask Ant or Maven to
>  > even run tests in a given package. I am stuck with whatever the build's
>  > test target does. Not only that but I'd have to sit through a build every
>  > time...
>
>
> Especially with Eclipse there's no need. Open the context menu of the
>  package and select run as unit test (or the project to run all tests at
>  once). For me those AllXxxxTest suites are simply annoying.
>

And it's very easy to miss out a test - I've just found out that
ShortPrefixToStringStyleTest is not in the BuilderTestSuite.

As it happens, one of its tests fails, so when I used Eclipse to run
everything (at least twice, because of the suites - yuk!) I found the
missing test class.

There may be other missing tests - who knows? - and it's quite tedious
finding out.

>  - Jörg
>
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>  For additional commands, e-mail: dev-h...@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to