We are happy to announce the availability of TestNG 2.4.
There are a lot of new features and bug fixes in this release, and also note
that this release includes the new packaging ("org.testng"). The classes
com.beust.testng.TestNG and com.beust.testng.TestNGAntTask will keep
working, so you don't need to update them if you don't want to, but
everything else has been moved under org.testng.
A complete list of changes is included below.
Please note that the Eclipse plug-in has not been updated yet to this new
version (I will announce this separately).
2.4
Changed: New package: testng.org
Fixed: Bug with @ExpectedException occuring the parallel mode
Fixed: Bug with parameters and beforeTest
Added: IInstanceInfo support
Fixed: methods were not excluded when included by groups
Fixed: testng-failures.xml is now including also the beforeSuite/afterSuite
methods
Fixed: generating the testng-failures.xml is now working as expected
Fixed: Factories call all the tests even if some of them fail along the way
Fixed: Better JUnit support (wasn't creating individual instances)
Fixed: dependsOnGroups didn't work across different classes
Added: command line (and Ant) -groups option
Added: @Parameters (and made parameters attribute deprecated)
Added: Parameters for constructors
Fixed: Better interleaving of before/afterTestMethods
Fixed: Ant task
Fixed: TestNGException thrown when TestNG conditions are not fulfilled
Documentation:
- New assert classes
- New ways to launch - JUnitConverter documentation
- new beforeSuite/afterSuite
I just downloaded 2.4 and the javadocs are totally messed up. When I display
index.html,
it only shows 2 classes, TestNG and TestNGAntTask. Seems like all the
org.testng.* classes
are missing.
Steve Buroff
_____
From: testng-users@googlegroups.com [mailto:testng-users@googlegroups.com]
On Behalf Of Cedric Beust
Sent: Monday, June 27, 2005 4:46 PM
To: testng-users@googlegroups.com
Subject: [testng-users] Announcing TestNG 2.4
We are happy to announce the availability of TestNG 2.4.
There are a lot of new features and bug fixes in this release, and also note
that this release includes the new packaging ("org.testng"). The classes
com.beust.testng.TestNG and com.beust.testng.TestNGAntTask will keep
working, so you don't need to update them if you don't want to, but
everything else has been moved under org.testng.
A complete list of changes is included below.
Please note that the Eclipse plug-in has not been updated yet to this new
version (I will announce this separately).
2.4
Changed: New package: testng.org
Fixed: Bug with @ExpectedException occuring the parallel mode
Fixed: Bug with parameters and beforeTest
Added: IInstanceInfo support
Fixed: methods were not excluded when included by groups
Fixed: testng-failures.xml is now including also the beforeSuite/afterSuite
methods
Fixed: generating the testng-failures.xml is now working as expected
Fixed: Factories call all the tests even if some of them fail along the way
Fixed: Better JUnit support (wasn't creating individual instances)
Fixed: dependsOnGroups didn't work across different classes
Added: command line (and Ant) -groups option
Added: @Parameters (and made parameters attribute deprecated)
Added: Parameters for constructors
Fixed: Better interleaving of before/afterTestMethods
Fixed: Ant task
Fixed: TestNGException thrown when TestNG conditions are not fulfilled
Documentation:
- New assert classes
- New ways to launch - JUnitConverter documentation
- new beforeSuite/afterSuite
> I just downloaded 2.4 and the javadocs are totally messed up. When I display
> index.html,
> it only shows 2 classes, TestNG and TestNGAntTask. Seems like all the
> org.testng.* classes
> are missing.
> Steve Buroff
> _____
> From: testng-users@googlegroups.com [mailto:testng-users@googlegroups.com]
> On Behalf Of Cedric Beust
> Sent: Monday, June 27, 2005 4:46 PM
> To: testng-users@googlegroups.com
> Subject: [testng-users] Announcing TestNG 2.4
> We are happy to announce the availability of TestNG 2.4.
> There are a lot of new features and bug fixes in this release, and also note
> that this release includes the new packaging ("org.testng"). The classes
> com.beust.testng.TestNG and com.beust.testng.TestNGAntTask will keep
> working, so you don't need to update them if you don't want to, but
> everything else has been moved under org.testng.
> A complete list of changes is included below.
> Please note that the Eclipse plug-in has not been updated yet to this new
> version (I will announce this separately).
> 2.4
> Changed: New package: testng.org
> Fixed: Bug with @ExpectedException occuring the parallel mode
> Fixed: Bug with parameters and beforeTest
> Added: IInstanceInfo support
> Fixed: methods were not excluded when included by groups
> Fixed: testng-failures.xml is now including also the beforeSuite/afterSuite
> methods
> Fixed: generating the testng-failures.xml is now working as expected
> Fixed: Factories call all the tests even if some of them fail along the way
> Fixed: Better JUnit support (wasn't creating individual instances)
> Fixed: dependsOnGroups didn't work across different classes
> Added: command line (and Ant) -groups option
> Added: @Parameters (and made parameters attribute deprecated)
> Added: Parameters for constructors
> Fixed: Better interleaving of before/afterTestMethods
> Fixed: Ant task
> Fixed: TestNGException thrown when TestNG conditions are not fulfilled
> Documentation:
> - New assert classes
> - New ways to launch > - JUnitConverter documentation
> - new beforeSuite/afterSuite
Steven I have checked the build.xml and it seems oke. Can you try it and let me know if it works as
expected?
> -----Original Message-----
> From: testng-users@googlegroups.com > [mailto:testng-users@googlegroups.com] On Behalf Of Alexandru Popescu
> Sent: Saturday, July 02, 2005 1:02 PM
> To: testng-users@googlegroups.com
> Subject: [testng-users] Re: Announcing TestNG 2.4
> #: by Steven Buroff's words the mind was *winged* :#
> > I just downloaded 2.4 and the javadocs are totally messed > up. When I display
> > index.html,
> > it only shows 2 classes, TestNG and TestNGAntTask. Seems > like all the
> > org.testng.* classes
> > are missing.
> > Steve Buroff
> > _____
> > From: testng-users@googlegroups.com > [mailto:testng-users@googlegroups.com]
> > On Behalf Of Cedric Beust
> > Sent: Monday, June 27, 2005 4:46 PM
> > To: testng-users@googlegroups.com
> > Subject: [testng-users] Announcing TestNG 2.4
> > We are happy to announce the availability of TestNG 2.4.
> > There are a lot of new features and bug fixes in this > release, and also note
> > that this release includes the new packaging > ("org.testng"). The classes
> > com.beust.testng.TestNG and com.beust.testng.TestNGAntTask will keep
> > working, so you don't need to update them if you don't want to, but
> > everything else has been moved under org.testng.
> > A complete list of changes is included below.
> > Please note that the Eclipse plug-in has not been updated > yet to this new
> > version (I will announce this separately).
> > 2.4
> > Changed: New package: testng.org
> > Fixed: Bug with @ExpectedException occuring the parallel mode
> > Fixed: Bug with parameters and beforeTest
> > Added: IInstanceInfo support
> > Fixed: methods were not excluded when included by groups
> > Fixed: testng-failures.xml is now including also the > beforeSuite/afterSuite
> > methods
> > Fixed: generating the testng-failures.xml is now working as expected
> > Fixed: Factories call all the tests even if some of them > fail along the way
> > Fixed: Better JUnit support (wasn't creating individual instances)
> > Fixed: dependsOnGroups didn't work across different classes
> > Added: command line (and Ant) -groups option
> > Added: @Parameters (and made parameters attribute deprecated)
> > Added: Parameters for constructors
> > Fixed: Better interleaving of before/afterTestMethods
> > Fixed: Ant task
> > Fixed: TestNGException thrown when TestNG conditions are > not fulfilled
> > Documentation:
> > - New assert classes
> > - New ways to launch > > - JUnitConverter documentation
> > - new beforeSuite/afterSuite
> Steven I have checked the build.xml and it seems oke. Can you > try it and let me know if it works as
> expected?
It doesn't. I had to change it and I have it working now. I've attached
the file I modified. Check out the "javadocs" target. You forgot to change
the package names.
From: testng-users@googlegroups.com [mailto:testng-users@googlegroups.com]
On Behalf Of Steven Buroff
Sent: Saturday, July 02, 2005 5:29 AM
To: testng-users@googlegroups.com
Cc: sbur...@optonline.net
Subject: [testng-users] Re: Announcing TestNG 2.4
I just downloaded 2.4 and the javadocs are totally messed up. When I display
index.html,
it only shows 2 classes, TestNG and TestNGAntTask. Seems like all the
org.testng.* classes
are missing.
Steve Buroff
_____
From: testng-users@googlegroups.com [mailto:testng-users@googlegroups.com]
On Behalf Of Cedric Beust
Sent: Monday, June 27, 2005 4:46 PM
To: testng-users@googlegroups.com
Subject: [testng-users] Announcing TestNG 2.4
We are happy to announce the availability of TestNG 2.4.
There are a lot of new features and bug fixes in this release, and also note
that this release includes the new packaging ("org.testng"). The classes
com.beust.testng.TestNG and com.beust.testng.TestNGAntTask will keep
working, so you don't need to update them if you don't want to, but
everything else has been moved under org.testng.
A complete list of changes is included below.
Please note that the Eclipse plug-in has not been updated yet to this new
version (I will announce this separately).
2.4
Changed: New package: testng.org
Fixed: Bug with @ExpectedException occuring the parallel mode
Fixed: Bug with parameters and beforeTest
Added: IInstanceInfo support
Fixed: methods were not excluded when included by groups
Fixed: testng-failures.xml is now including also the beforeSuite/afterSuite
methods
Fixed: generating the testng-failures.xml is now working as expected
Fixed: Factories call all the tests even if some of them fail along the way
Fixed: Better JUnit support (wasn't creating individual instances)
Fixed: dependsOnGroups didn't work across different classes
Added: command line (and Ant) -groups option
Added: @Parameters (and made parameters attribute deprecated)
Added: Parameters for constructors
Fixed: Better interleaving of before/afterTestMethods
Fixed: Ant task
Fixed: TestNGException thrown when TestNG conditions are not fulfilled
Documentation:
- New assert classes
- New ways to launch - JUnitConverter documentation
- new beforeSuite/afterSuite
Ah ok I see. For some reason, it's the older build.xml that was included in
the distribution. Odd.
I'll fix that right away.
Having said that, if you want to build TestNG, you are better off getting it
from the CVS depot since the distribution doesn't contain all the jar files
necessary to rebuild it from scratch...
From: testng-users@googlegroups.com [mailto:testng-users@googlegroups.com]
On Behalf Of Cedric Beust
Sent: Saturday, July 02, 2005 9:13 AM
To: testng-users@googlegroups.com
Subject: [testng-users] Re: Announcing TestNG 2.4
Steve, the Web site looks okay to me after a few random clicks:
From: testng-users@googlegroups.com [mailto:testng-users@googlegroups.com]
On Behalf Of Steven Buroff
Sent: Saturday, July 02, 2005 5:29 AM
To: testng-users@googlegroups.com
Cc: sbur...@optonline.net
Subject: [testng-users] Re: Announcing TestNG 2.4
I just downloaded 2.4 and the javadocs are totally messed up. When I display
index.html,
it only shows 2 classes, TestNG and TestNGAntTask. Seems like all the
org.testng.* classes
are missing.
Steve Buroff
_____
From: testng-users@googlegroups.com [mailto:testng-users@googlegroups.com]
On Behalf Of Cedric Beust
Sent: Monday, June 27, 2005 4:46 PM
To: testng-users@googlegroups.com
Subject: [testng-users] Announcing TestNG 2.4
We are happy to announce the availability of TestNG 2.4.
There are a lot of new features and bug fixes in this release, and also note
that this release includes the new packaging ("org.testng"). The classes
com.beust.testng.TestNG and com.beust.testng.TestNGAntTask will keep
working, so you don't need to update them if you don't want to, but
everything else has been moved under org.testng.
A complete list of changes is included below.
Please note that the Eclipse plug-in has not been updated yet to this new
version (I will announce this separately).
2.4
Changed: New package: testng.org
Fixed: Bug with @ExpectedException occuring the parallel mode
Fixed: Bug with parameters and beforeTest
Added: IInstanceInfo support
Fixed: methods were not excluded when included by groups
Fixed: testng-failures.xml is now including also the beforeSuite/afterSuite
methods
Fixed: generating the testng-failures.xml is now working as expected
Fixed: Factories call all the tests even if some of them fail along the way
Fixed: Better JUnit support (wasn't creating individual instances)
Fixed: dependsOnGroups didn't work across different classes
Added: command line (and Ant) -groups option
Added: @Parameters (and made parameters attribute deprecated)
Added: Parameters for constructors
Fixed: Better interleaving of before/afterTestMethods
Fixed: Ant task
Fixed: TestNGException thrown when TestNG conditions are not fulfilled
Documentation:
- New assert classes
- New ways to launch - JUnitConverter documentation
- new beforeSuite/afterSuite
I'm talking about the download file. If you download testng-2.4.zip and
unzip it and then display
<installdir>/javadocs/index.html, you'll see only the 2 classes. I think
what's on the web
site isn't what's in the zip file unless testng-2.4.zip isn't the latest.
From: testng-users@googlegroups.com [mailto:testng-users@googlegroups.com]
On Behalf Of Steven Buroff
Sent: Saturday, July 02, 2005 5:29 AM
To: testng-users@googlegroups.com
Cc: sbur...@optonline.net
Subject: [testng-users] Re: Announcing TestNG 2.4
I just downloaded 2.4 and the javadocs are totally messed up. When I display
index.html,
it only shows 2 classes, TestNG and TestNGAntTask. Seems like all the
org.testng.* classes
are missing.
Steve Buroff
_____
From: testng-users@googlegroups.com [mailto:testng-users@googlegroups.com]
On Behalf Of Cedric Beust
Sent: Monday, June 27, 2005 4:46 PM
To: testng-users@googlegroups.com
Subject: [testng-users] Announcing TestNG 2.4
We are happy to announce the availability of TestNG 2.4.
There are a lot of new features and bug fixes in this release, and also note
that this release includes the new packaging ("org.testng"). The classes
com.beust.testng.TestNG and com.beust.testng.TestNGAntTask will keep
working, so you don't need to update them if you don't want to, but
everything else has been moved under org.testng.
A complete list of changes is included below.
Please note that the Eclipse plug-in has not been updated yet to this new
version (I will announce this separately).
2.4
Changed: New package: testng.org
Fixed: Bug with @ExpectedException occuring the parallel mode
Fixed: Bug with parameters and beforeTest
Added: IInstanceInfo support
Fixed: methods were not excluded when included by groups
Fixed: testng-failures.xml is now including also the beforeSuite/afterSuite
methods
Fixed: generating the testng-failures.xml is now working as expected
Fixed: Factories call all the tests even if some of them fail along the way
Fixed: Better JUnit support (wasn't creating individual instances)
Fixed: dependsOnGroups didn't work across different classes
Added: command line (and Ant) -groups option
Added: @Parameters (and made parameters attribute deprecated)
Added: Parameters for constructors
Fixed: Better interleaving of before/afterTestMethods
Fixed: Ant task
Fixed: TestNGException thrown when TestNG conditions are not fulfilled
Documentation:
- New assert classes
- New ways to launch - JUnitConverter documentation
- new beforeSuite/afterSuite
From: testng-users@googlegroups.com [mailto:testng-users@googlegroups.com]
On Behalf Of Cedric Beust
Sent: Saturday, July 02, 2005 12:21 PM
To: testng-users@googlegroups.com
Subject: [testng-users] Re: Announcing TestNG 2.4
Ah ok I see. For some reason, it's the older build.xml that was included in
the distribution. Odd.
and used to generate the javadocs in the distribution apparently.
I'll fix that right away.
Having said that, if you want to build TestNG, you are better off getting it
from the CVS depot since the distribution doesn't contain all the jar files
necessary to rebuild it from scratch...
Thanks for the info. However, I didn't really want to rebuild it and I
didn't do a full build, I just did an
"ant javadocs" to rebuild the javadocs after I modified the build.xml file.
From: testng-users@googlegroups.com [mailto:testng-users@googlegroups.com]
On Behalf Of Cedric Beust
Sent: Saturday, July 02, 2005 9:13 AM
To: testng-users@googlegroups.com
Subject: [testng-users] Re: Announcing TestNG 2.4
Steve, the Web site looks okay to me after a few random clicks:
From: testng-users@googlegroups.com [mailto:testng-users@googlegroups.com]
On Behalf Of Steven Buroff
Sent: Saturday, July 02, 2005 5:29 AM
To: testng-users@googlegroups.com
Cc: sbur...@optonline.net
Subject: [testng-users] Re: Announcing TestNG 2.4
I just downloaded 2.4 and the javadocs are totally messed up. When I display
index.html,
it only shows 2 classes, TestNG and TestNGAntTask. Seems like all the
org.testng.* classes
are missing.
Steve Buroff
_____
From: testng-users@googlegroups.com [mailto:testng-users@googlegroups.com]
On Behalf Of Cedric Beust
Sent: Monday, June 27, 2005 4:46 PM
To: testng-users@googlegroups.com
Subject: [testng-users] Announcing TestNG 2.4
We are happy to announce the availability of TestNG 2.4.
There are a lot of new features and bug fixes in this release, and also note
that this release includes the new packaging ("org.testng"). The classes
com.beust.testng.TestNG and com.beust.testng.TestNGAntTask will keep
working, so you don't need to update them if you don't want to, but
everything else has been moved under org.testng.
A complete list of changes is included below.
Please note that the Eclipse plug-in has not been updated yet to this new
version (I will announce this separately).
2.4
Changed: New package: testng.org
Fixed: Bug with @ExpectedException occuring the parallel mode
Fixed: Bug with parameters and beforeTest
Added: IInstanceInfo support
Fixed: methods were not excluded when included by groups
Fixed: testng-failures.xml is now including also the beforeSuite/afterSuite
methods
Fixed: generating the testng-failures.xml is now working as expected
Fixed: Factories call all the tests even if some of them fail along the way
Fixed: Better JUnit support (wasn't creating individual instances)
Fixed: dependsOnGroups didn't work across different classes
Added: command line (and Ant) -groups option
Added: @Parameters (and made parameters attribute deprecated)
Added: Parameters for constructors
Fixed: Better interleaving of before/afterTestMethods
Fixed: Ant task
Fixed: TestNGException thrown when TestNG conditions are not fulfilled
Documentation:
- New assert classes
- New ways to launch - JUnitConverter documentation
- new beforeSuite/afterSuite
> I'm talking about the download file. If you download testng-2.4.zip and
> unzip it and then display
> <installdir>/javadocs/index.html, you'll see only the 2 classes. I think
> what's on the web
> site isn't what's in the zip file unless testng-2.4.zip isn't the latest.
> Steve
The build.xml on cvs was updated by me after Cedric ported the package names (and comitted). So I am
not sure what is causing the problem.
From: testng-users@googlegroups.com [mailto:testng-users@googlegroups.com]
On Behalf Of Cedric Beust
Sent: Saturday, July 02, 2005 9:21 AM
To: testng-users@googlegroups.com
Subject: [testng-users] Re: Announcing TestNG 2.4
Ah ok I see. For some reason, it's the older build.xml that was included in
the distribution. Odd.
I'll fix that right away.
Having said that, if you want to build TestNG, you are better off getting it
from the CVS depot since the distribution doesn't contain all the jar files
necessary to rebuild it from scratch...
From: testng-users@googlegroups.com [mailto:testng-users@googlegroups.com]
On Behalf Of Cedric Beust
Sent: Saturday, July 02, 2005 9:13 AM
To: testng-users@googlegroups.com
Subject: [testng-users] Re: Announcing TestNG 2.4
Steve, the Web site looks okay to me after a few random clicks:
From: testng-users@googlegroups.com [mailto:testng-users@googlegroups.com]
On Behalf Of Steven Buroff
Sent: Saturday, July 02, 2005 5:29 AM
To: testng-users@googlegroups.com
Cc: sbur...@optonline.net
Subject: [testng-users] Re: Announcing TestNG 2.4
I just downloaded 2.4 and the javadocs are totally messed up. When I display
index.html,
it only shows 2 classes, TestNG and TestNGAntTask. Seems like all the
org.testng.* classes
are missing.
Steve Buroff
_____
From: testng-users@googlegroups.com [mailto:testng-users@googlegroups.com]
On Behalf Of Cedric Beust
Sent: Monday, June 27, 2005 4:46 PM
To: testng-users@googlegroups.com
Subject: [testng-users] Announcing TestNG 2.4
We are happy to announce the availability of TestNG 2.4.
There are a lot of new features and bug fixes in this release, and also note
that this release includes the new packaging ("org.testng"). The classes
com.beust.testng.TestNG and com.beust.testng.TestNGAntTask will keep
working, so you don't need to update them if you don't want to, but
everything else has been moved under org.testng.
A complete list of changes is included below.
Please note that the Eclipse plug-in has not been updated yet to this new
version (I will announce this separately).
2.4
Changed: New package: testng.org
Fixed: Bug with @ExpectedException occuring the parallel mode
Fixed: Bug with parameters and beforeTest
Added: IInstanceInfo support
Fixed: methods were not excluded when included by groups
Fixed: testng-failures.xml is now including also the beforeSuite/afterSuite
methods
Fixed: generating the testng-failures.xml is now working as expected
Fixed: Factories call all the tests even if some of them fail along the way
Fixed: Better JUnit support (wasn't creating individual instances)
Fixed: dependsOnGroups didn't work across different classes
Added: command line (and Ant) -groups option
Added: @Parameters (and made parameters attribute deprecated)
Added: Parameters for constructors
Fixed: Better interleaving of before/afterTestMethods
Fixed: Ant task
Fixed: TestNGException thrown when TestNG conditions are not fulfilled
Documentation:
- New assert classes
- New ways to launch - JUnitConverter documentation
- new beforeSuite/afterSuite
From: testng-users@googlegroups.com [mailto:testng-users@googlegroups.com]
On Behalf Of Cedric Beust
Sent: Saturday, July 02, 2005 12:25 PM
To: testng-users@googlegroups.com
Subject: [testng-users] Re: Announcing TestNG 2.4
Ok, this should be fixed now.
Yep - I just downloaded it again and its OK now. Thanks.
Thanks for catching this, Steve!
No problem. Thanks for the quick response.
Steve
-- Cédric
_____
From: testng-users@googlegroups.com [mailto:testng-users@googlegroups.com]
On Behalf Of Cedric Beust
Sent: Saturday, July 02, 2005 9:21 AM
To: testng-users@googlegroups.com
Subject: [testng-users] Re: Announcing TestNG 2.4
Ah ok I see. For some reason, it's the older build.xml that was included in
the distribution. Odd.
I'll fix that right away.
Having said that, if you want to build TestNG, you are better off getting it
from the CVS depot since the distribution doesn't contain all the jar files
necessary to rebuild it from scratch...
From: testng-users@googlegroups.com [mailto:testng-users@googlegroups.com]
On Behalf Of Cedric Beust
Sent: Saturday, July 02, 2005 9:13 AM
To: testng-users@googlegroups.com
Subject: [testng-users] Re: Announcing TestNG 2.4
Steve, the Web site looks okay to me after a few random clicks:
From: testng-users@googlegroups.com [mailto:testng-users@googlegroups.com]
On Behalf Of Steven Buroff
Sent: Saturday, July 02, 2005 5:29 AM
To: testng-users@googlegroups.com
Cc: sbur...@optonline.net
Subject: [testng-users] Re: Announcing TestNG 2.4
I just downloaded 2.4 and the javadocs are totally messed up. When I display
index.html,
it only shows 2 classes, TestNG and TestNGAntTask. Seems like all the
org.testng.* classes
are missing.
Steve Buroff
_____
From: testng-users@googlegroups.com [mailto:testng-users@googlegroups.com]
On Behalf Of Cedric Beust
Sent: Monday, June 27, 2005 4:46 PM
To: testng-users@googlegroups.com
Subject: [testng-users] Announcing TestNG 2.4
We are happy to announce the availability of TestNG 2.4.
There are a lot of new features and bug fixes in this release, and also note
that this release includes the new packaging ("org.testng"). The classes
com.beust.testng.TestNG and com.beust.testng.TestNGAntTask will keep
working, so you don't need to update them if you don't want to, but
everything else has been moved under org.testng.
A complete list of changes is included below.
Please note that the Eclipse plug-in has not been updated yet to this new
version (I will announce this separately).
2.4
Changed: New package: testng.org
Fixed: Bug with @ExpectedException occuring the parallel mode
Fixed: Bug with parameters and beforeTest
Added: IInstanceInfo support
Fixed: methods were not excluded when included by groups
Fixed: testng-failures.xml is now including also the beforeSuite/afterSuite
methods
Fixed: generating the testng-failures.xml is now working as expected
Fixed: Factories call all the tests even if some of them fail along the way
Fixed: Better JUnit support (wasn't creating individual instances)
Fixed: dependsOnGroups didn't work across different classes
Added: command line (and Ant) -groups option
Added: @Parameters (and made parameters attribute deprecated)
Added: Parameters for constructors
Fixed: Better interleaving of before/afterTestMethods
Fixed: Ant task
Fixed: TestNGException thrown when TestNG conditions are not fulfilled
Documentation:
- New assert classes
- New ways to launch - JUnitConverter documentation
- new beforeSuite/afterSuite