Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Announcing TestNG 5.13.1
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Cédric Beust ♔  
View profile  
 More options Aug 6 2010, 3:53 pm
From: Cédric Beust ♔ <ced...@beust.com>
Date: Fri, 6 Aug 2010 12:53:27 -0700
Local: Fri, Aug 6 2010 3:53 pm
Subject: Announcing TestNG 5.13.1

I was just reminded that I had posted the announcement for the latest
release on my blog but I forgot to do it here...  Sorry about that.

I also decided to create a mailing-list called "testng-announcements" (
http://groups.google.com/group/testng-announcements) that will be used only
for new TestNG release announcements. If you find the testng-users list too
noisy but you'd like to know when a new release is available, you might want
to subscribe to testng-announcements.

===

Announcing TestNG 5.13.1

TestNG 5.13.1 is now available. The previous release was just three months
ago, but as you can see below, a lot of fixes went into this new version. A
big thanks to everyone who helped (hopefully credited below), and especially
to Nalin Makar, who made some major contributions to TestNG these past
months.

You can either download TestNG from the web
site<http://testng.org/doc/download.html>or from Maven:
view source<http://beust.com/weblog/2010/08/05/announcing-testng-5-13-1/#viewSource>
print<http://beust.com/weblog/2010/08/05/announcing-testng-5-13-1/#printSource>
? <http://beust.com/weblog/2010/08/05/announcing-testng-5-13-1/#about>
<dependency>
  <groupid>org.testng</groupid>
  <artifactid>testng</artifactid>
  <version>5.13.1</version>
  <scope>test</scope>
</dependency>

Here is the complete list of changes, please refer to the
documentation<http://testng.org/>for more details.
TestNG

   - *Added:* -methods
   - *Added:* -configfailurepolicy (Todd Quessenberry)
   - *Added:* -methodselectors (Todd Quessenberry)
   - *Added:* @NoInjection
   - *Added:* <test preserve-order="true">
   - *Added:* -testnames (command line) and testnames (ant)
   - *Added:* New ant task tag: propertyset (Todd Wells)
   - *Added:* ITestNGListenerFactory
   - *Added:* Passing command line properties via the ant task and doc
   update (Todd Wells)
   - *Added:* Hierarchical XmlSuites (Nalin Makar)
   - *Added:* Reporter#clear()
   - *Fixed:* NullPointerException when a suite produces no results (Cefn
   Hoile)
   - *Fixed:* Identical configuration methods were not always invoked in the
   correct order in superclasses (Nalin Makar)
   - *Fixed:* @DataProvider(parallel = true) was passing incorrect
   parameters with injection
   - *Fixed:* Replaced @Test(sequential) with @Test(singleThreaded)
   - *Fixed:* If inherited configuration methods had defined deps, they
   could be invoked in incorrect order (Nalin Makar)
   - *Fixed:* Initialize all Suite/Test runners at beginning to catch
   configuration issues right at start (Nalin Makar)
   - *Fixed:* Issue7: Issue86 Incorrect dates reported for configuration
   methods
   - *Fixed:* Issue24: OOM errors in SuiteHTMLReporter (Nalin Makar)
   - *Fixed:* Time outs specified in XML were not honored for <suite
   parallel=”tests”>
   - *Fixed:* <suite> and <test> time outs were hardcoded, they now honor
   their time-out attribute
   - *Fixed:* TestNG was hanging if no test methods were found
   - *Fixed:* onTestSuccess() was called after @AfterMethod instead of after
   the test method (test: test.listener.ListenerTest)
   - *Fixed:* XML test results contained skipfailedinvocationCounts instead
   of skipfailedinvocationcounts
   - *Fixed:* Issue4 assertEquals for primitive arrays, Issue34 assertNull
   javadoc updated
   - *Fixed:* Issue78 NPE with non-public class. Now throws TestNG exception

   - *Fixed:* NPE with @Optional null parameters (Yves Dessertine)
   - *Fixed:* TESTNG-387 TestNG not rerunning test method with the right
   data set from Data Provider (François Reynaud)
   - *Fixed:* Show correct number of pass/failed numbers for tests using
   @DataProvider
   - *Fixed:* Return correct method status and exception (if any) in
   InvokedMethodListener.afterInvocation()
   - *Fixed:* Trivial fixes: TESTNG-241 (log message at Info), Issue2 (throw
   SAXException and not NPE for invalid testng xml)
   - *Fixed:* Configuration methods couldn’t depend on an abstract method
   (Nalin Makar)
   - *Fixed:* TestNG#setTestClasses was not resetting m_suites
   - *Fixed:* Exceptions thrown by IInvokedMethodListeners were not caught
   (Nalin Makar)
   - *Fixed:* @Listeners now works on base classes as well
   - *Fixed:* Test priorities were not working properly in non-parallel mode

   - *Fixed:* @Listeners wasn’t working properly with ITestListener

Eclipse

   - *Fixed:* TESTNG-395 New wizard was creating classes called “NewTest”
   - *Fixed:* TESTNG-397 Class level @Test was preventing groups from
   showing up in the launch configuration

Doc

   - Updated Maven documentation (Brett Porter)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic