dev@glassfish.java.net

Re: Junit vs TestNG

From: Tom Beerbower <tom.beerbower_at_oracle.com>
Date: Tue, 05 Jun 2012 15:36:31 -0400

Hi Jason,

I'm not sure if it applies here, but there was a problem earlier where
the introduction of testng basically turned off all of the junit tests.
It seems that surefire will only run /either/ testng tests /or/ junit
tests but not both in the same build... just FYI.

Thanks,
Tom

On 6/5/12 11:33 AM, Jason Lee wrote:
> Would it cause anyone heartburn if I were to convert the unit tests in
> the rest module to TestNG? I'd like to be able to group tests, run
> them conditionally, etc, and JUnit is just severely lacking in this area.
>