blob: ab670e5d65021c335f423446b0a7aacb75f387df [file] [log] [blame]
Cedric Beustcaa93562010-08-05 14:54:45 -07001Current
2
Cedric Beust0dba7d62010-09-27 14:48:01 -07003Added: timeOut for configuration methods
Cedric Beust82762732010-09-14 20:53:43 -07004Added: -randomizesuites (Nalin Makar)
Cedric Beust8d596362010-09-07 11:00:41 -07005Added: IConfigurable
nullin28e899a2010-10-17 01:32:57 -07006Fixed: TESTNG-411: Throw exception on mismatch of parameter values (via DP and/or Inject) and test parameters
Cedric Beust2a310da2010-10-06 12:09:02 -07007Fixed: IDEA-59073: exceptions that don't match don't have stack trace printed in console (Anna Kozlova)
Cedric Beuste04d1202010-10-05 13:39:03 -07008Fixed: IDEA's plug-in was not honoring ITest (fixed in TestResultMessage)
Cedric Beustf10c3a12010-10-05 11:00:56 -07009Fixed: Methods depending on a group they belong were skipped instead of throwing a cycle exception
Cedric Beust9102fec2010-10-04 11:17:08 -070010Fixed: TESTNG-401: ClassCastException when using a listener from Maven
Cedric Beust82ed7e92010-09-25 08:51:12 -070011Fixed: TESTNG-186: Rename IWorkerApadter to IWorkerAdapter (Tom‡s Pollak)
nullineb7e1b62010-09-26 22:47:52 -070012Fixed: TESTNG-415: Assert.assertEquals() for sets and maps fails with 'null' as arguments
Cedric Beustc987a162010-08-30 09:50:31 -070013Fixed: typo -testRunFactory
nullin14e2b692010-08-30 12:15:35 -070014Fixed: NPE while printing results for an empty suite (Nalin Makar)
nullinaacb2072010-08-30 13:44:11 -070015Fixed: Invoke IInvokedMethodListener.afterInvocation after fixing results for tests expecting exceptions (Nalin Makar)
Cedric Beustc987a162010-08-30 09:50:31 -070016
Cedric Beust89c386f2010-09-12 11:58:05 -070017Eclipse:
Cedric Beustd60c8252010-10-12 10:22:48 -070018Added: The conversion of a JUnit test to TestNG now replaces @Test(timeout) with @Test(timeOut) (5.14.2.4)
19Added: The conversion of a JUnit test to TestNG now replaces @Test(expected) with @Test(expectedExceptions) (5.14.2.4)
Cedric Beust626e9f32010-10-08 12:36:10 -070020Added: The conversion of a JUnit test to TestNG now replaces fail() with AssertJUnit.fail() (5.14.2.2)
21Added: The conversion of a JUnit test to TestNG now replaces Assert with AssertJUnit (5.14.2.1)
Cedric Beuste49b1452010-10-06 14:34:47 -070022Added: The progress bar is now orange if the suite contained skipped tests and no failures
Cedric Beust64700132010-09-27 12:22:34 -070023Added: Skipped test and suite icons are now orange (previously: blue)
Cedric Beust89c386f2010-09-12 11:58:05 -070024Added: New method shortcuts: "Alt+Shift+X N", "Alt+Shift+D N" (Sven Johansson)
Cedric Beuste53ab8c2010-10-01 11:09:14 -070025Fixed: Workspace preferences now offer the "XML template" option as well as the project specific preferences (Asiel Brumfield)
Cedric Beust82ed7e92010-09-25 08:51:12 -070026Fixed: TESTNG-418: Only last suite-file in testng.xml run by Eclipse plugin
Cedric Beust89c386f2010-09-12 11:58:05 -070027
28Documentation:
29Added: Section on Selenium (Felipe Knorr Kuhn)
Cedric Beustcc2ecd82010-10-05 13:43:22 -070030Added: Link to an article on TestNG, Mockito and Emma in the Misc section
Cedric Beust89c386f2010-09-12 11:58:05 -070031
Cedric Beustc987a162010-08-30 09:50:31 -070032===========================================================================
33
Cedric Beust5523eb42010-10-04 12:06:16 -0700345.14.1
352010/10/2
36
37Fixed: TESTNG-401: ClassCastException when using a listener from Maven
38
39===========================================================================
40
Cedric Beustc987a162010-08-30 09:50:31 -0700415.14
Cedric Beust63f2ea72010-09-07 11:15:23 -0700422010/08/28
Cedric Beustc987a162010-08-30 09:50:31 -070043
Cedric Beust1621e392010-09-05 16:24:35 -070044Added: test suites can now be run in parallel with -suitethreadpoolsize
Cedric Beustb4645402010-08-26 10:16:12 -070045Fixed: @Listeners now aggregate through base classes
Cedric Beust93379112010-08-25 09:49:14 -070046Fixed: ISuite was no longer serializable
Cedric Beust3cedfdf2010-08-25 07:15:35 -070047Fixed: Injection was sometimes not working properly when used with @Parameters
48Fixed: TESTNG-400: afterMethod was called after onTestFailure()
Cedric Beust7e735d92010-08-24 07:20:40 -070049Fixed: "excludedgroups" was not working on the ant task because of a typo
Cedric Beuste0eb7402010-08-22 09:44:52 -070050Fixed: ant task error if <classfileset> is used with no classes (welex91)
Cedric Beust3cedfdf2010-08-25 07:15:35 -070051Fixed: TESTNG-404: threaded tests fail due to use of non-threadsafe collections (Marcus Better)
Cedric Beust40be3852010-08-17 10:12:53 -070052Fixed: preserve-order was not preserving class order with dependent methods
Cedric Beust9ae4e702010-08-05 21:09:48 -070053Fixed: RetryAnalyzer wasn't working properly with factories
Cedric Beustcaa93562010-08-05 14:54:45 -070054Fixed: The ant task was no longer supporting ',' for testclass
55
Cedric Beust39fb6ed2010-08-19 10:00:21 -070056Eclipse:
57
58Fixed: The plug-in wasn't running Groovy tests correctly (Andrew Eisenberg)
Cedric Beust3cedfdf2010-08-25 07:15:35 -070059Fixed: TESTNG-402 [Eclipse Plug-In] NPE occurred when I run twice a custom "Run configuration" on a group
Cedric Beust39fb6ed2010-08-19 10:00:21 -070060
Cedric Beustcaa93562010-08-05 14:54:45 -070061===========================================================================
62
Cedric Beustcaa93562010-08-05 14:54:45 -0700635.13.1
642010/08/05
cbeust10b41092009-04-07 16:04:39 +000065
Cedric Beustec2c6742010-07-21 10:32:22 -070066Added: -methods
nullin62a82c62010-07-16 15:01:45 -070067Added: -configfailurepolicy (Todd Quessenberry)
Cedric Beustb3a84262010-07-10 16:36:39 -070068Added: -methodselectors (Todd Quessenberry)
Cedric Beustaba3ac22010-07-09 16:35:50 -070069Added: @NoInjection
Cedric Beust9dea4442010-07-04 11:33:25 -070070Added: <test preserve-order="true">
Cedric Beustfffc20f2010-07-01 07:40:45 -070071Added: -testnames (command line) and testnames (ant)
cbeuste6eaf482010-05-25 20:59:10 +000072Added: New ant task tag: propertyset (Todd Wells)
cbeust268e3e02010-04-23 20:49:03 +000073Added: ITestNGListenerFactory
cbeustaf701af2010-06-11 19:54:19 +000074Added: Passing command line properties via the ant task and doc update (Todd Wells)
Cedric Beustbef56532010-06-29 13:39:49 -070075Added: Hierarchical XmlSuites (Nalin Makar)
Cedric Beustbf02fc82010-07-03 08:56:30 -070076Added: Reporter#clear()
Cedric Beustf3818372010-07-29 17:50:01 -070077Fixed: NullPointerException when a suite produces no results (Cefn Hoile)
Cedric Beuste157c702010-07-08 23:11:37 -070078Fixed: Identical configuration methods were not always invoked in the correct order in superclasses (Nalin Makar)
Cedric Beustacd388b2010-07-07 14:58:22 -070079Fixed: @DataProvider(parallel = true) was passing incorrect parameters with injection
Cedric Beustbeaff9a2010-07-06 23:00:33 -070080Fixed: Replaced @Test(sequential) with @Test(singleThreaded)
nullin675d7072010-07-06 00:06:14 -070081Fixed: If inherited configuration methods had defined deps, they could be invoked in incorrect order (Nalin Makar)
nullin32b42ad2010-07-01 16:47:22 -070082Fixed: Initialize all Suite/Test runners at beginning to catch configuration issues right at start (Nalin Makar)
nullin675d7072010-07-06 00:06:14 -070083Fixed: Issue7: Issue86 Incorrect dates reported for configuration methods
84Fixed: Issue24: OOM errors in SuiteHTMLReporter (Nalin Makar)
cbeust8222e202010-06-27 19:41:34 +000085Fixed: Time outs specified in XML were not honored for <suite parallel="tests">
cbeust100885a2010-06-27 19:15:32 +000086Fixed: <suite> and <test> time outs were hardcoded, they now honor their time-out attribute
cbeustecf39722010-06-27 16:20:49 +000087Fixed: TestNG was hanging if no test methods were found
cbeust721fb912010-06-27 15:55:22 +000088Fixed: onTestSuccess() was called after @AfterMethod instead of after the test method (test: test.listener.ListenerTest)
cbeustc4b46792010-06-25 13:15:09 +000089Fixed: XML test results contained skipfailedinvocationCounts instead of skipfailedinvocationcounts
nalin.makar@gmail.comff94a1b2010-06-21 05:07:34 +000090Fixed: Issue4 assertEquals for primitive arrays, Issue34 assertNull javadoc updated
nalin.makar@gmail.come3b52052010-06-20 07:22:42 +000091Fixed: Issue78 NPE with non-public class. Now throws TestNG exception
cbeustf1ae0de2010-06-19 14:41:39 +000092Fixed: NPE with @Optional null parameters (Yves Dessertine)
nalin.makar@gmail.come3b52052010-06-20 07:22:42 +000093Fixed: TESTNG-387 TestNG not rerunning test method with the right data set from Data Provider (Franois Reynaud)
nalin.makar@gmail.comd3c04c32010-06-15 00:23:44 +000094Fixed: Show correct number of pass/failed numbers for tests using @DataProvider
95Fixed: Return correct method status and exception (if any) in InvokedMethodListener.afterInvocation()
nalin.makar@gmail.comd16c4e52010-06-10 20:59:55 +000096Fixed: Trivial fixes: TESTNG-241 (log message at Info), Issue2 (throw SAXException and not NPE for invalid testng xml)
97Fixed: Configuration methods couldn't depend on an abstract method (Nalin Makar)
cbeust52fd78d2010-05-20 20:39:57 +000098Fixed: TestNG#setTestClasses was not resetting m_suites
cbeustdb66a3d2010-04-29 01:59:33 +000099Fixed: Exceptions thrown by IInvokedMethodListeners were not caught (Nalin Makar)
cbeustbfac6512010-04-19 17:42:35 +0000100Fixed: @Listeners now works on base classes as well
101Fixed: Test priorities were not working properly in non-parallel mode
cbeust4f8e3e62010-04-15 21:36:02 +0000102Fixed: @Listeners wasn't working properly with ITestListener
cbeust0813ae82010-03-31 22:03:25 +0000103
Cedric Beust4601d932010-07-30 13:22:36 -0700104Eclipse
105
Cedric Beustca615d72010-07-30 14:07:18 -0700106Fixed: TESTNG-395 New wizard was creating classes called "NewTest"
107Fixed: TESTNG-397 Class level @Test was preventing groups from showing up in the launch configuration
Cedric Beust4601d932010-07-30 13:22:36 -0700108
cbeust1e615022010-06-24 01:53:30 +0000109Doc
110Updated Maven documentation (Brett Porter)
111
cbeust0813ae82010-03-31 22:03:25 +0000112===========================================================================
cbeustdb66a3d2010-04-29 01:59:33 +0000113
1145.12.1
Cedric Beustac025d52010-07-20 23:06:08 -07001152010/03/29
cbeustdb66a3d2010-04-29 01:59:33 +0000116
117Maven update
118
119===========================================================================
cbeust0813ae82010-03-31 22:03:25 +00001205.12
121
cbeustf0183e12010-01-17 02:34:35 +0000122Removed: Javadoc annotation support
123
cbeustcfe1bf22010-03-24 20:26:31 +0000124Added: @Listeners
cbeusta26e1572010-03-16 17:42:14 +0000125Added: IAttributes#getAttributeNames and IAttributes#removeAttribute
cbeust416a6c62010-03-10 17:16:39 +0000126Added: testng-results.xml now includes test duration in the <suite> tag (Cosmin Marginean)
cbeust1e15cc32010-03-03 16:59:55 +0000127Added: Injection now works for data providers
cbeust419f6682010-02-12 21:03:30 +0000128Added: TestNG#setObjectFactory(IObjectFactory)
cbeustbf8793f2010-01-29 06:36:16 +0000129Added: Priorities: @Test(priority = -1)
cbeustcfe1bf22010-03-24 20:26:31 +0000130Added: New attribute invocation-numbers in <include>
cbeustdd84c4f2010-01-24 21:28:02 +0000131Added: testng-failed.xml only contains the data provider invocations that failed
cbeust68f45042009-12-30 01:58:29 +0000132Added: IInvokedMethodListener2 to have access to ITestContext in listeners (Karthik Krishnan)
cbeuste350d762010-02-20 03:23:08 +0000133Fixed: @Before methods run from factories were not properly interleaved
cbeustc319bb52009-12-30 20:32:29 +0000134Fixed: The TextReporter reports skipped tests as PASSED (Ankur Agrawal)
cbeust68f45042009-12-30 01:58:29 +0000135
cbeusta5fceea2009-12-08 23:01:26 +0000136Eclipse:
137
cbeust4aa07e22010-01-05 01:29:09 +0000138Added: New file wizard: can now create a class with annotations, including @DataProvider
cbeust1a7cabf2009-12-11 22:56:02 +0000139Added: You can now select multiple XML suites to be run in the launch dialog
cbeuste350d762010-02-20 03:23:08 +0000140Fixed: @Test(groups = <constant>) was taking name of the constant instead of its value.
cbeustbeb3f2f2010-01-15 05:21:02 +0000141Fixed: http://jira.codehaus.org/browse/GRECLIPSE-476 NPE with Groovy Tests (Andrew Eisenberg)
cbeust1a7cabf2009-12-11 22:56:02 +0000142Fixed: The custom XML file is now created in the temp directory instead of inside the project
cbeusta5fceea2009-12-08 23:01:26 +0000143Fixed: In the launch dialog, now display an error if trying to pick groups when no project is selected
144Fixed: Was not setting the parallel attribute correctly on the temporary XML file
cbeuste02a82b2009-12-07 21:25:38 +0000145
146===========================================================================
1475.11
Cedric Beustac025d52010-07-20 23:06:08 -07001482009/12/08
cbeuste02a82b2009-12-07 21:25:38 +0000149
cbeusta4e68922009-11-26 19:46:45 +0000150Added: Dependent methods can now run in their own thread
cbeust88b72992009-10-25 23:00:55 +0000151Added: dataProviderThreadCount can be set from the command line and from ant (Adrian Grealish)
cbeust77ec73c2009-09-17 15:18:32 +0000152Added: ITestAnnotation#setDataProvider
cbeust99b4d6c2009-11-03 18:48:14 +0000153Added: Assert#assertEquals() methods for Sets and Maps
cbeust3ee46382009-12-08 18:04:59 +0000154Fixed: The text reporter was no longer reporting stack traces for verbose >= 2
cbeuste9b7e752009-12-05 19:57:30 +0000155Fixed: dataProviderClass was not respecting inheritance (like most attributes still)
cbeust0501e252009-12-02 19:09:41 +0000156Fixed: @BeforeSuite/@AfterSuite would run multiple times when used in a @Factory
cbeustf4bff962009-12-01 21:31:44 +0000157Fixed: packages=".*" wasn't working properly (sandopolus)
cbeust2cc1cc22009-11-29 01:32:19 +0000158Fixed: TestResult#getName now returns the description instead of the method
cbeusta4e68922009-11-26 19:46:45 +0000159Fixed: @DataProvider and dependent methods were not skipping correctly (Francois Reynaud)
cbeust15d8b692009-11-14 19:54:58 +0000160Fixed: TESTNG-347 suite with parallel="tests" and test with parallel="classes" doesn't work correctly (Rob Allen)
cbeustbf8f9f52009-11-06 16:35:04 +0000161Fixed: TESTNG-67: @Configuration/@Factory methods in base class being ignored
cbeust6006c862009-11-02 18:57:01 +0000162Fixed: Inner test classes were not excluded properly (Carsten Gubernator)
cbeust43f186d2009-10-03 01:55:40 +0000163Fixed: threadPoolSize without invocationCount was causing reporters not to be invoked
cbeustdbdf74f2009-09-18 18:17:21 +0000164Fixed: A @Factory throwing an exception did not cause any error
cbeust6d300dc2009-09-10 13:33:35 +0000165Fixed: <classfilesetref> was not working properly in the ant task (Ed Randall)
cbeustafd25d62009-09-01 17:57:59 +0000166Fixed: @BeforeClass methods were not running in parallel (Aidan Short)
DanFabulich19ba35f2009-10-03 04:37:51 +0000167Fixed: Test class with @ObjectFactory doesn't get instantiated via the factory
168Fixed: Allow IObjectFactory to load from non-standard classloader (for PowerMock support)
cbeustafd25d62009-09-01 17:57:59 +0000169
cbeusta5fceea2009-12-08 23:01:26 +0000170Eclipse 5.11.0.19:
cbeustf4bff962009-12-01 21:31:44 +0000171Added: New "parallel" preference setting (Windows / Preferences / TestNG)
cbeust3ee46382009-12-08 18:04:59 +0000172Fixed: IIinvokedMethodListeners were not invoked
cbeustf4bff962009-12-01 21:31:44 +0000173
cbeustafd25d62009-09-01 17:57:59 +0000174===========================================================================
1755.10
176
cosminaru0480c022009-05-23 17:30:47 +0000177Added: The output in the testng-results.xml is now sorted by the starting timestamp (Daniel Rudman)
cbeust9f2367a2009-05-18 19:16:14 +0000178Added: Better display of the test name and method description in the default and Emailable report
cbeust54520072009-05-13 16:49:07 +0000179Added: If both -testjar and an XML file are provided on the command line, the latter will be used
cbeustfa41a362009-05-12 16:22:42 +0000180Added: @Before and @After methods can be injected with the current XmlTest
cbeust572c7e62009-05-05 18:28:37 +0000181Added: Methods that time out now display the stack trace showing where the time out occurred
cbeust94efdf82009-05-04 21:27:11 +0000182Added: ITestResult#getAttribute and ITestResult#setAttribute
cbeustfa41a362009-05-12 16:22:42 +0000183Added: @After methods can now be injected with an ITestResult
cbeust94efdf82009-05-04 21:27:11 +0000184Added: @BeforeMethod and @AfterMethod methods can now be injected an ITestResult
cbeustda4f4522009-04-30 22:26:02 +0000185Added: ISuite#getAttribute and ISuite#setAttribute to share data within a suite
cbeust27e81a62009-05-05 17:57:26 +0000186Added: @Test(expectedExceptionsMessageRegExp = ".*foo.*")
187Added: @DataProvider(parallel=true)
cbeust06169672009-07-21 15:35:51 +0000188Fixed: @Test(dataProvider) was not working at the class level
cbeust4c02d892009-06-26 22:30:55 +0000189Fixed: Display a better error message if the wrong exception is thrown with an expectedExceptions
cbeustb6eb3672009-06-10 18:32:25 +0000190Fixed: Classes created by factories were not run in the order they were created
cbeustb7eacc52009-06-03 15:36:21 +0000191Fixed: Dependent methods are now run closer to methods within their class
cbeustb72906e2009-06-02 15:16:24 +0000192Fixed: xmlFileSet in ant was not working correctly (Sean Shou)
cbeust18d27ed2009-06-01 15:49:09 +0000193Fixed: Various oversights in the DTD (Will McQueen)
cosminaru0480c022009-05-23 17:30:47 +0000194Fixed: XMLUtils was not escaping XML attribute values
cbeust9da51c42009-05-18 20:21:13 +0000195Fixed: TESTNG-317: Sequence order mis-calculation: testing using suite in sequence for classes and same method names creates non-sequential order
cbeust45f8a9c2009-05-15 19:18:23 +0000196Fixed: Test names (classes that implement org.testng.ITest) now appear more prominently in the HTML reports
cbeust572c7e62009-05-05 18:28:37 +0000197Fixed: expectedExceptions=RuntimeException.class was not failing when no exception was throw
cbeust62009f02009-04-29 20:58:21 +0000198Fixed: TESTNG-291: Exceptions thrown by Iterable DataProviders are not caught, no failed test reported (Roberto Tyley)
cbeustb1b62052009-04-29 19:02:40 +0000199Fixed: TESTNG-301: Need to include parameters in testNG report for test created by @Factory
cbeustd1bcd192009-04-27 22:07:43 +0000200Fixed: testng-failed.xml now includes skipped tests
cbeust27fb3842009-04-20 16:02:44 +0000201Fixed: TestNG couldn't find Groovy files (Haw-Bin)
202
cbeust10b41092009-04-07 16:04:39 +0000203Eclipse
204
cbeust6dd2aaf2009-05-12 16:39:37 +0000205Fixed: TESTNG-313: Provide extension point to contribute test and report listeners (Erik Putrycz)
cbeust10b41092009-04-07 16:04:39 +0000206Fixed: Quick fixes no longer introduce deprecated annotations (Greg Turnquist)
207
cbeuste4e7d242008-04-06 04:16:13 +0000208===========================================================================
cbeusta0726712009-02-22 17:44:20 +00002095.9
Cedric Beustac025d52010-07-20 23:06:08 -07002102009/04/09
cbeust01f74792008-04-06 17:33:25 +0000211
cbeust5c38f852009-03-23 03:46:06 +0000212Added: New ant task boolean flag: delegateCommandSystemProperties (Justin)
cbeust32a38ce2009-03-24 17:30:31 +0000213Added: skipfailedinvocations under <suite> in testng-1.0.dtd (Gael Marziou / Stevo Slavic)
cbeuste38a74e2009-02-11 17:50:51 +0000214Added: -testrunfactory on the command line and in the ant task (Vitalyi Pamajonkov)
cbeust1c5c9aa2009-01-30 21:09:43 +0000215Added: TESTNG-298: parallel="classes", which allows entire classes to be run in the same thread
cbeustc3b0ec52009-01-30 17:01:20 +0000216Added: @BeforeMethod can now declare Object[] as a parameter, which will be filled by the parameters of the test method
217Added: IAnnotationTransformer2
218Added: @Test(invocationTimeOut), which lets you set a time out for the total time taken by invocationCount
219Added: IInvokedMethodListener
220Added: -testjar supports jar file with no testng.xml file
cbeust08e5ac52009-03-31 21:56:17 +0000221Fixed: IInvokedMethodListener wasn't properly recognized from the command line (Leonardo Rafaeli)
cbeust7ce0e722009-03-30 15:02:34 +0000222Fixed: TESTNG-309 Illegal default value for attribute in DTD file
223Fixed: TESTNG-192: JUnit XML output includes wrong tests (Aleksandar Borojevic)
cbeust36040b12009-03-28 05:01:47 +0000224Fixed: Set a generated suite to default to non-parallel (Mark Derricutt)
cbeust52df24d2009-03-18 19:40:31 +0000225Fixed: -testJar command line parsing bug
cbeust8beffc12009-03-18 19:27:21 +0000226Fixed: testng-failed.xml didn't include the listeners
cbeust1b7fe502009-03-14 16:05:33 +0000227Fixed: annotation transformers were not run when specified in testng.xml
cbeustb68cf6d2009-02-25 16:07:13 +0000228Fixed: TESTNG-192: JUnit XML output includes wrong tests (Borojevic)
cbeusta0726712009-02-22 17:44:20 +0000229Fixed: @Parameters was not working correctly on @BeforeMethods with @DataProvider used on @Test methods
cbeust68749e12009-02-20 01:14:46 +0000230Fixed: testng-failed.xml was sometimes incorrectly generated (Borojevic)
cbeustdf28a342009-02-16 19:18:21 +0000231Fixed: TestNG-228: Assert.assertEqualsNoOrder
232Fixed: TestNG-229: Assert.assertEquals does not behave properly when arguments are sets
233Fixed: TESTNG-36: assertEquals(Collection actual, Collection expected, String message) may have bug
cbeustee0edc42009-01-30 22:06:57 +0000234Fixed: TESTNG-296: Malformed jar URLs breaking -testJar
cbeustc3b0ec52009-01-30 17:01:20 +0000235Fixed: TESTNG-297: TestNG seemingly never stops running while building failed test suite (Gregg Yost)
cbeust35371912008-12-10 16:48:29 +0000236Fixed: TESTNG-285: @Test(sequential=true) works incorrectly for classes with inheritance
cbeust9f2e0c32008-11-17 16:18:00 +0000237Fixed: TESTNG-254: XMLSuite toXML() ignores listeners
cbeust6ca01b52008-10-15 21:11:46 +0000238Fixed: TESTNG-276: Thread safety problem in Reporter class
239Fixed: TESTNG-277: Make Reporter.getCurrentTestResult() public
cbeustd04b2ae2008-10-01 22:29:18 +0000240Fixed: Potential NPE in XmlTest#getVerbose (Ryan Morgan)
cbeust651ca6a2008-09-26 22:13:43 +0000241Fixed: EmailableReporter only displayed the first group for each test method
cbeust6bf0a7d2008-09-09 18:32:58 +0000242Fixed: time-outs were not working in <test> and <suite>
cbeust891c6962008-06-19 15:50:55 +0000243Fixed: @BeforeTest failing in a base class would not cause subsequent test methods to be skipped
cbeust318a4e42008-06-13 17:53:11 +0000244Fixed: TESTNG-195: @AfterMethod has no way of knowing if the current test failed
cbeust486fc182008-05-31 23:16:07 +0000245Fixed: TESTNG-249: Overridden test methods were shadowing each other if specified with <include>
cbeust8778efa2008-05-27 20:22:14 +0000246Fixed: DataProviders from @Factory-created tests were all invoked from the same instance
cbeuste3264a42008-05-27 02:14:38 +0000247Fixed: enabled was not working on configuration methods
cbeust2cdae872008-05-26 19:51:31 +0000248Fixed: IIinvokedMethodListener was not correctly added in TestNG
cbeust38ef90d2008-04-19 18:23:17 +0000249Fixed: NPE in XmlSuite#toXml
cbeust01f74792008-04-06 17:33:25 +0000250Fixed: TESTNG-231: NullPointerException thrown converting a suite to XML (Mark)
cbeuste4e7d242008-04-06 04:16:13 +0000251
cbeustf3016e42008-04-06 18:56:04 +0000252Doc:
cbeust2cdae872008-05-26 19:51:31 +0000253Added: 5.20: IInvokedMethodListener
cbeust398dbfd2008-04-20 16:06:55 +0000254Added: -testjar
cbeustf3016e42008-04-06 18:56:04 +0000255
cbeuste4e7d242008-04-06 04:16:13 +0000256===========================================================================
cbeustd9cf8a02008-02-17 23:38:26 +00002575.8
the.mindstorm3a238872007-11-15 01:44:32 +0000258
cbeust5191a182008-03-23 04:50:22 +0000259Fixed: TestNG-220: Ignore class definition/loader issues when scanning classpath for implicit classes
cbeustd7d31c12008-03-23 04:02:44 +0000260Fixed: TestNG-224: Fix for relative suite filenames in XML file
cbeust3e8cd5c2008-03-23 00:42:16 +0000261Added: TestNG-213: @Optional on a method parameter to allow optional @Parameters
cbeust920214e2008-03-23 00:18:18 +0000262Fixed: TestNG-214: SkipException and TimeBombSkipException should accept nested exceptions
263Fixed: TestNG-211: new Parser(inputStream) doesn't work
cbeustd9cf8a02008-02-17 23:38:26 +0000264Added: Methods that form a cycle are now shown when the cycle is detected
cbeust509aca52008-02-04 01:33:30 +0000265Added: Support for <listeners> in testng.xml
cbeustfa27df32008-02-03 22:04:37 +0000266Added: IMethodInterceptor
cbeust8b9443a2008-01-02 21:46:34 +0000267Added: @TestInstance on a data provider method parameter
cbeustd7e50002007-11-21 18:50:52 +0000268Fixed: @AfterMethod(lastTimeOnly) didn't work properly with data providers
the.mindstorm79074792007-11-15 01:57:53 +0000269Added: antlib.xml to allow autodiscovery of Ant task definition
the.mindstorm3a238872007-11-15 01:44:32 +0000270Fixed: name attribute on <test> is required
cbeustd7e50002007-11-21 18:50:52 +0000271
cbeust8edb61b2008-03-23 02:11:47 +0000272Doc:
273Added: Method Interceptor
274Added: @Optional
cbeust52b3c922008-04-06 03:40:26 +0000275Added: Doc for IMethodInterceptor (5.16) and TestNG listeners (5.18)
cbeust8edb61b2008-03-23 02:11:47 +0000276Added: 5.19: Dependency injection
277
the.mindstorm31fbf112006-10-25 23:17:06 +0000278===========================================================================
cbeust072b1c02007-06-08 15:06:26 +00002795.7
280
cbeust45a161f2007-11-01 21:37:49 +0000281Added: @BeforeMethod(firstTimeOnly) and @AfterMethod(lastTimeOnly)
cbeustec9d2742007-10-30 17:09:57 +0000282Added: @BeforeMethods can now take a Method and ITestContext parameters (like @DataProvider)
the.mindstorm29a0d372007-10-02 12:43:25 +0000283Fixed: logging about abstract classes moved to level 5
cbeust2c75cc42007-11-08 16:31:32 +0000284Added: if @Parameter is missing from testng.xml then it is read from the System properties
cbeust61e3a372007-09-23 06:54:11 +0000285Fixed: Don't run a @DataProvider method as a test when a class-level @Test is present
286Added: Attribute @Test#skipFailedInvocations
the.mindstorm04111212007-06-19 00:23:53 +0000287Fixed: TESTNG-169 Error message: <method> is depending on nonexistent method null ("null" is uninformative)
cbeust503726b2007-06-18 20:17:49 +0000288Fixed: -listener takes comma-separated classes
cbeust072b1c02007-06-08 15:06:26 +0000289Added: RetryAnalyzer (experimental) (Jeremie)
290
cbeust072b1c02007-06-08 15:06:26 +0000291===========================================================================
cbeuste7ee9202007-01-30 17:46:49 +00002925.6
Cedric Beustac025d52010-07-20 23:06:08 -07002932007/06/14
cbeuste7ee9202007-01-30 17:46:49 +0000294
the.mindstormee28d802007-04-12 00:48:56 +0000295Added: SkipException/TimeBombedSkipException for manual skipping
cbeust503726b2007-06-18 20:17:49 +0000296Added: <tests> can now be disabled at xml level using <test enabled="false">
cbeustc8d9bd62007-03-23 15:06:13 +0000297Added: Suite files that only contain other suites do not get reported
cbeustc81cb822007-03-15 11:08:03 +0000298Fixed: @BeforeClass methods would incorrectly report cyclic graphs
bileblogfda56212007-03-09 03:12:31 +0000299Added: get/setAttribute to ITestContext
the.mindstormaa639c52007-03-07 20:02:47 +0000300Added: plugging in factory objects to handle the actual instantiation of tests
cbeust91f466b2007-01-31 05:46:54 +0000301Added: dataProvider to @Factory
cbeuste7ee9202007-01-30 17:46:49 +0000302Added: ISuite now gives access to the current XmlSuite
the.mindstormc5b9a8c2007-02-13 10:33:16 +0000303Fixed: TESTNG-139 dependsOnMethods gets confused when dependency is "protected"
the.mindstormb7e26702007-02-13 10:49:07 +0000304Fixed: TESTNG-141 junit attribute set to false in testng-failed.xml when it should be true
the.mindstorm4c2554d2007-02-18 02:08:44 +0000305Fixed: TESTNG-142 Exceptions in DataProvider are not reported as failed test
306Added: Improved behavior for @Before/@AfterClass when using @Factory
307(http://forums.opensymphony.com/thread.jspa?threadID=6594&messageID=122294#122294)
308Added: Support for concurrent execution for invocationCount=1 threadPoolSize>1 and @DataProvider
309(http://forums.opensymphony.com/thread.jspa?threadID=64738&tstart=0)
bileblogcc01c6f2007-04-13 15:19:44 +0000310Added: New TestNG specific XML report, generated by default in 'xml' subdirectory of test-output
the.mindstorm0f282632007-04-19 00:00:01 +0000311Added: support in strprotocol for passing the ITest.getTestName() information
the.mindstorm79718dd2007-04-25 19:58:31 +0000312Fixed: TESTNG-152 If DataProvider is not found, the exception message should tell exactly what happened
the.mindstorma30275d2007-04-18 22:39:57 +0000313
the.mindstorm6d0b0552007-02-21 23:10:35 +0000314Eclipse plug-in
315
316Fixed: Bug that made group launch configurations unusable
the.mindstorma30275d2007-04-18 22:39:57 +0000317Fixed: The plugin doesn't create the correct launch configuration for @Factory
318Fixed: Method based launchers cannot be editted
319Fixed: Plugin hangs while executing test with dataprovider that sends \n, \r messages
the.mindstorm0f282632007-04-19 00:00:01 +0000320Added: display ITest.getTestName()
bileblogc7104e12007-04-13 12:54:10 +0000321
322IDEA plug-in
323
324Fixed: IDEA 7.0 compatibility
325Fixed: occasional 'illegal arguments exception'
326Fixed: TESTNG-151 Final passing test result is not properly hidden
bileblog2bb26842007-04-13 15:18:44 +0000327Added: Auto-completion for dependsOnMethods
328Added: Highlighting of invalid groups/methods in dependsOn*
Cedric Beustac025d52010-07-20 23:06:08 -0700329
cbeuste7ee9202007-01-30 17:46:49 +0000330===========================================================================
the.mindstorm2151a492006-12-13 04:36:44 +00003315.5
Cedric Beustac025d52010-07-20 23:06:08 -07003322007/01/25
the.mindstorm2151a492006-12-13 04:36:44 +0000333
cbeusta26b36e2007-01-23 23:47:21 +0000334Fixed: @BeforeGroup methods were run twice when in a base class
cbeustbab15682007-01-18 00:21:17 +0000335Fixed: @BeforeGroup methods were run twice with a @Test at class level
cbeust94b43f72007-01-11 23:57:29 +0000336Fixed: parallel="tests" didn't work as advertised
the.mindstorm39c426d2007-01-08 20:24:01 +0000337Added: Support for thread-count at test level
cbeustfd841532007-01-03 21:42:51 +0000338Added: Method selectors receive a Context and can stop the chain with setStopped()
cbeust88718b42007-01-03 16:31:31 +0000339Fixed: XmlMethodSelector was always run first regardless of its priority
the.mindstorm25f69e42006-12-29 02:15:23 +0000340Added: @BeforeGroups/@AfterGroups can live in classes without @Test methods
cbeust10efd592006-12-28 18:05:26 +0000341Added: DataProvider can now take an ITestContext parameter
cbeuste58af1d2006-12-28 03:17:31 +0000342Fixed: Wasn't parsing <selector-class-name> correctly
cbeustf7e88f82006-12-21 23:16:25 +0000343Fixed: Annotation Transformers now work on class-level annotations
344Fixed: Some class-level @Test attributes were not always honored
the.mindstorm9a148252006-12-21 22:54:28 +0000345Added: Clean separation between @Test invocation events and @Configuration invocation events
346 (see also TESTNG-111)
cbeust57233022006-12-23 16:24:22 +0000347Added: Test instances created by @Factory now run in multiple threads in parallel mode
the.mindstorm4a9f5e12006-12-19 20:16:18 +0000348Fixed: @Before/@AfterGroups invocation order
the.mindstorm6b388f82006-12-19 16:18:26 +0000349Fixed: TESTNG-27: Parameters are not used on <test> level anymore
the.mindstorm81996212006-12-14 03:01:30 +0000350Fixed: TESTNG-107 don't create an output directory if "outputDirectory" is null
cbeust68566752006-12-14 00:04:29 +0000351Fixed: TESTNG-127 UseDefaultListeners in Ant Task does not work
the.mindstormff19c2b2006-12-13 04:37:25 +0000352Fixed: TESTNG-119 Running TestNG runner with invalid '-sourcedir' on JDK14 JavaDoc annotated test classes won't fail.
the.mindstorm8603fcf2006-12-13 04:37:04 +0000353Fixed: TESTNG-113 Dependent methods within the same static inner class are not found
the.mindstorm2151a492006-12-13 04:36:44 +0000354Fixed: TESTNG-125 TestNG failed for test classes under *.java*.* pakages
355
the.mindstorm531c73e2006-12-22 04:06:09 +0000356Eclipse plug-in
357Fixed: issue with launch configuration
358Fixed: TESTNG-124: setting location of testng reports output
359
the.mindstorm2151a492006-12-13 04:36:44 +0000360===========================================================================
the.mindstorm20e416d2006-11-23 10:47:39 +00003615.4
the.mindstormc70a9de2006-10-31 00:18:31 +0000362
the.mindstorm8ced8ae2006-12-10 03:38:58 +0000363Fixed: Ant task issue with paths containing spaces
the.mindstormfeb9f102006-12-08 17:10:25 +0000364Added: for @BeforeGroups and @AfterGroups specifying the groups() attribute will auto-include the method
365 into those groups by default (previously you had to also provide the value() attribute).
the.mindstorm6b25aa42006-11-23 10:11:35 +0000366Added: the load @Tests (invocationCount + threadPoolSize) are triggered simultaneous
367Fixed: reports are correctly displaying the thread info
the.mindstormf50b6182006-11-02 12:39:37 +0000368Added: @DataProvider name defaults to method name
the.mindstormc70a9de2006-10-31 00:18:31 +0000369Added: support for remote protocol to pass parameter information
370Fixed: TextReporter logs information about the parameters of the test methods
the.mindstorm63d1b812006-11-01 18:29:35 +0000371Fixed: concurrency issue in JUnitXMLReporter
372Fixed: output of JUnitXMLReporter must be CDATA
the.mindstormfd3d6292006-11-12 00:55:45 +0000373Fixed: XML unsupported annotations/parallel attribute values are reported
cbeust125d2472006-09-16 19:49:12 +0000374
the.mindstormb74384c2006-11-25 03:16:51 +0000375Eclipse plug-in
the.mindstormbd2de7a2006-11-30 01:24:05 +0000376Fixed: groups with multi-attribute javadoc annotations
the.mindstormb74384c2006-11-25 03:16:51 +0000377Fixed: consistent behavior for dependsOnMethods
378Fixed: consistent behavior for tests with dependsOnGroups (a warning is emitted)
379Fixed: consistent merge of configuration arguments when an existing launch configuration exists
the.mindstorm7b73a742006-09-14 17:39:29 +0000380===========================================================================
cbeust125d2472006-09-16 19:49:12 +00003815.3
Cedric Beustac025d52010-07-20 23:06:08 -07003822006/10/30
cbeust125d2472006-09-16 19:49:12 +0000383
the.mindstorm7a14bd82006-10-25 00:56:00 +0000384Fixed: use a single instance of bsh.Interpreter
the.mindstorm55948752006-10-24 12:16:16 +0000385Added: @Before/@AfterMethod can declare a java.lang.reflect.Method parameter to be informed about the @Test method
the.mindstorm957a0e62006-10-20 00:42:42 +0000386Fixed: super classes must not be listed in testng-failures.xml
387Fixed: parallel attribute must not appear if empty or null in testng-failures.xml
the.mindstorm5e5666c2006-10-16 22:07:24 +0000388Fixed: parsing for javadoc annotations is done on request only
389Added: improved multiple suite summary page report
390Added: -target option deprecated in favor of -annotations javadoc|jdk
cbeust9e5d6a02006-10-16 00:39:54 +0000391Fixed: filesets in the ant task didn't work if the paths have spaces in them
the.mindstorm992befd2006-10-10 22:08:48 +0000392Fixed: Before/After Suite were behaving wrong in parallel execution
393Added: A generic/extensible RemoteTestNG was added to the core
the.mindstorm494a8d82006-09-28 23:06:30 +0000394Fixed: Before/AfterGroup-s were behaving wrong when using invocationCount, dataProvider and threadPoolSize
395Fixed: improved support for running different annotation type tests in the same suite
396Fixed: testng-failed.xml was generated even if there were no failures/skipps
397Fixed: -usedefaultlisteners was wrongly passed to JVM instead of TestNG options
cbeust3ee1fe02006-09-26 14:00:26 +0000398Added: Attribute dataProviderClass for @Test and @testng.test
cbeustada98512006-09-22 20:17:00 +0000399Fixed: Forgot to account for cases where both invocationCount and DataProviders are present
cbeust67a9c892006-09-22 05:38:30 +0000400Fixed: AfterGroups were invoked out of order with invocationCount and DataProviders
cbeustada98512006-09-22 20:17:00 +0000401Fixed: Reporter.getOutput() returned an empty array if a timeOut was specified
cbeust2c303722006-09-17 21:04:34 +0000402Added: testng.xml now supports <suite-files>
cbeust125d2472006-09-16 19:49:12 +0000403Added: ant task can receive several listeners
the.mindstorm6a229092006-09-18 06:52:11 +0000404Fixed: TESTNG-109 Skipped tests with expected exceptions are reported as failures
Bill.Michell55cef1b2006-10-13 16:29:44 +0000405Added: ant task can now select the parallel mode for running tests
406Fixed: ant task correctly deals with empty groups and excludedgroups parameters
407Added: ant task can override default suite and test names
408Added: comand line support for setting parallel mode, suite and test names
the.mindstorm7b73a742006-09-14 17:39:29 +0000409
410Eclipse plug-in
411Added: Support for configuring per project usedefaultlisteners
the.mindstorm6a229092006-09-18 06:52:11 +0000412Added: Contextual drop-down menu on failures tab of the TestNG view to enable running/debugging method failure only
413Added: Suppport for configuring per project TestNG jar usage (project provided one or plugin provided one)
cbeust8855dc42006-08-14 20:20:52 +0000414
the.mindstorma10e6b82006-08-06 21:51:57 +0000415===========================================================================
cbeust8bee4072006-08-23 23:32:32 +00004165.2
417
cbeustae569972006-09-11 19:47:01 +0000418Added: "-usedefaultlisteners true/false" to command line and ant
419Added: EmailableReporter (from Paul Mendelson)
cbeust4b9824b2006-09-01 17:34:08 +0000420Added: parallel can now be "methods" or "tests". Boolean version deprecated
cbeustc2408c32006-08-29 17:23:22 +0000421Added: TestNGAntTask now uses the @ syntax to invoke TestNG
cbeust26b0c782006-08-29 16:54:38 +0000422Added: Command line understands @ syntax
cbeuste24b3802006-08-24 17:47:41 +0000423Added: JUnitConverter uses the new syntax
424Added: -groups to JUnitConverter
cbeust8bee4072006-08-23 23:32:32 +0000425Fixed: Throw proper exception when a DataProvider declares parameters
the.mindstormf91c2a62006-09-03 01:32:44 +0000426Added: completely revamped JUnit support (should run all kind of JUnit tests)
427Fixed: TESTNG-40 (Bug in testng-failed.xml generation)
the.mindstorm2ea93332006-09-04 23:59:44 +0000428Fixed: TESTNG-106 (Failed "@BeforeSuite" method just skipps the last test in xml-file)
429Fixed: Success on 0 tests (http://forums.opensymphony.com/thread.jspa?threadID=41213)
the.mindstormf91c2a62006-09-03 01:32:44 +0000430
431Eclipse plug-in
432Added: TESTNG-105 Automaticaly define TESTNG_HOME classpath variable
cbeust8bee4072006-08-23 23:32:32 +0000433
434===========================================================================
the.mindstorma10e6b82006-08-06 21:51:57 +00004355.1
Cedric Beustac025d52010-07-20 23:06:08 -07004362006/08/18
cbeust336f0ef2006-08-01 22:50:26 +0000437
cbeust8855dc42006-08-14 20:20:52 +0000438Added: @Test(sequential = true)
cbeustca895ef2006-08-09 21:34:51 +0000439Fixed: TESTNG-102 (Incorrect ordering of @BeforeMethod calls when a dependency is specified)
the.mindstorm997a5932006-08-11 19:34:04 +0000440Fixed: TESTNG-101 (HTML output contains nested <P> tags and a missing <tr> tag)
the.mindstorma10e6b82006-08-06 21:51:57 +0000441Added: support for specifying test-only classpath (http://forums.opensymphony.com/thread.jspa?messageID=78048&tstart=0)
442Fixed: TESTNG-93 (method selectors filtering @BeforeMethod)
443Fixed: TESTNG-81 (Assert.assertFalse() displays wrong expected, actual value)
444Fixed: TESTNG-59 (multiple method selectors usage results in no tests run)
445Fixed: TESTNG-56 (invocation of @Before/AfterClass methods in parallel/sequential scenarios)
446Fixed: TESTNG-40 (failures suite does not contain @Before/After Suite/Test methods)
447Fixed: TESTNG-37 (allow passing null parameter value from testng.xml)
448Fixed: TESTNG-7 (display classname when hovering method)
449
450
451Eclipse plug-in
452
453Added: run contextual test classes with parameters from suite definition files
454Added: TESTNG-100 (Show HTML reports after running tests)
the.mindstorm13e8f502006-08-11 20:27:14 +0000455Added: TESTNG-97 (Double click top stack to raise comparison)
the.mindstorma10e6b82006-08-06 21:51:57 +0000456Added: TESTNG-84 (plug-in UI for suite option should support absolute path)
457Added: TESTNG-20 (copy stack trace)
458
459Fixed: TESTNG-72 (display groups with non-array values)
460Fixed: TESTNG-64 (Eclipse plug-in applies added groups to all launch configurations)
461Fixed: TESTNG-28 (Cannot select groups from dependent eclipse projects)
462Fixed: TESTNG-25 (do not display fully qualified method name when running contextual test class)
463
464Improved behavior:
465 TESTNG-98 (temporary files have guaranteed fixed names)
466 TESTNG-95 (Assertion failed comparison trims trailing ">")
cbeust96761aa2006-08-15 17:31:35 +0000467 TESTNG-70 (TestNG prevents eclipse from opening an older CVS version of a java class)
the.mindstorma10e6b82006-08-06 21:51:57 +0000468 display of test hierarchy information (TESTNG-29)
469
cbeust336f0ef2006-08-01 22:50:26 +0000470===========================================================================
471
4725.0.1
473
474Eclipse plug-in
475
476Added: Output directory for the tests
477Added: Can now specify listener classes
478
479===========================================================================
4805.0.1
481
482Fixed: reports generated by SuiteHTMLReporter do not work with JDK1.4
483
484===========================================================================
485
4865.0
Cedric Beustac025d52010-07-20 23:06:08 -07004872009/04/01
cbeust336f0ef2006-08-01 22:50:26 +0000488
489Added: Ant task: support for JVM, workingDir, timeout
490Added: Stack traces can be interactively shown in the HTML reports
491Added: Link to testng.xml in the reports
492Added: New structure for reports, suites go in their individual directory
493Added: @Test(suiteName) and @Test(testName)
494Added: The stack traces in reports do not include TestNG frames (system property testng.exception)
495 (see: http://groups.google.com/group/testng-dev/browse_thread/thread/9f4d46ade10b0fda)
496Fixed: Exit with error when no methods are run
497 (see: http://groups.google.com/group/testng-dev/browse_thread/thread/3c26e8a5658f22ac)
498Added: List of methods in alphabetical order
499Fixed: Class-scoped annotations were not recognized when inherited
500Added: Deprecated @Configuration and introduced @BeforeSuite/Test/Class/TestMethod
501Added: Deprecated @ExpectedExceptions and moved it into @Test
502Added: expectedExceptions to @Test, deprecated @ExpectedExceptions
503Added: New annotations: @BeforeSuite, @BeforeTest, etc...
504Fixed: Was returning an exit code of 0 if a cyclic graph was detected
505Added: Interface org.testng.ITest so that tests can declare a name
506Fixed: The Text reporter was reporting the square of the actual number of methods
507Fixed: Bug reported by Eran about dependencies with an afterClass method
508Added: IHookCallBack now receives the ITestResult in its run() method
509Added: Name of suite for command line can be set with -Dtestng.suite.name=xxx
510Fixed: TestNGAntTask was hardcoding m_haltOnFSP to true
511Fixed: Passing a null parameter caused an NPE in the reports
512Added: "listener" to the ant task (and documentation)
513Added: if patch-testng-sourcedir.properties is found in the classpath
514 with a property "sourcedir" containing a ; separated list of
515 directories, this list will override -sourcedir.
516
517===========================================================================
518
519
5204.7
521
522Added: Maven 2 plug-in
523Fixed: Message formattings in TestNG assertion utility class
524Fixed: @Factory methods were counted as @Test as well
525 http://jira.opensymphony.com/browse/TESTNG-51
526Fixed: All DataProvider parameters were shown in the HTML report
527Fixed: Bug in testng-failed.xml generation
528Fixed: <packages> bug when using a jar file to load the test classes
529Added: alwaysRun for before @Configuration methods
530 http://jira.opensymphony.com/browse/TESTNG-35
531Fixed: groupless @Configurations were not invoked if a method depends on a group
532 http://jira.opensymphony.com/browse/TESTNG-45
533Added: beforeGroups/afterGroups to @Configuration
534
535Eclipse plugin:
536
537Added: last contextual launch is available in Eclipse launcher lists
538Fixed: 3.2M5 integration (removed dependency on non-existing class)
539Fixed: testng-failures.xml generation
540
541===========================================================================
542
5434.6
Cedric Beustac025d52010-07-20 23:06:08 -07005442006/27/02
cbeust336f0ef2006-08-01 22:50:26 +0000545
546Added: Documentation contains the new reports
547Added: TestNG.setUseDefaultListeners(boolean)
548Added: Descriptions now appear in TextReporter (verbose>=2) and the HTML reports
549Added: description attribute to @Test and @Configuration
550Added: combined Reporter output in the reports
551Added: methods not run in the reports
552Added: org.testng.IReporter
553Added: threadPoolSize to @Test
554Added: Reports now show relative timings (start at 0)
555Added: Reports now show different colors depending on the methods' classes
556Added: Reports now show all parameters used to invoke the test method
557Added: org.testng.Reporter
558Added: DataProviders can accept a Method as first parameter
559Fixed: Extraneous implicit inclusion of a method
560
561Eclipse plugin:
562
563Added: Run/Debug as TestNG test from the editor contextual menu
564Fixed: TESTNG-24: 'Run as testng test' does not appear of the Test annotation does not have a group
565Fixed: TESTNG-18: Eclipse plugin ignores Factory annotation
566Fixed: TESTNG-21: Show differences when double clicking assertion exceptions
567Added: UI allows setting orientation (even more space)
568 http://forums.opensymphony.com/thread.jspa?threadID=17225&messageID=33805#33805
569
570===========================================================================
571
5724.5
Cedric Beustac025d52010-07-20 23:06:08 -07005732007/07/02
cbeust336f0ef2006-08-01 22:50:26 +0000574
575Core:
576
577Fixed: Methods were not implicitly included, only groups
578Fixed: Bug with failed parent @Configuration don't skip child @Configuration/@Test invocations
579Fixed: Bug with overridding @Configuration methods (both parent and child were run)
580Fixed: Bug when overriding beforeClass methods in base class (cyclic graph)
581Added: Support for JAAS (see org.testng.IHookable)
582Fixed: Problem with nested classes inside <package name="foo.*"
583Fixed: If a group is not found, mark the method as a skip instead of aborting
584Fixed: testng-failed.xml was not respecting dependencies
585Fixed: class/include method in testng.xml didn't work on default package
586Fixed: DTD only allowed one <define>
587Fixed: ArrayIndexOutOfBoundsException for jMock
588Added: dependsOnMethods can contain methods from another class
589Fixed: JUnitConverter required -restore, not any more (option is now a no-op)
590Fixed: JUnit mode wasn't invoking setName() on test classes
591Added: Regular expressions for classes in <package>
592Added: Distributed TestNG
593Fixed: Command line parameters and testng.xml are now cumulative
594Fixed: Reports now work for multiple suites
595Fixed: Was ignoring abstract classes even if they have non-abstract instances
596Fixed: If setUp() failed, methods were not skipped
597Fixed: Was not clearly indicating when beforeSuite fails
598Added: @Configuration.inheritGroups
599Fixed: inconsistency between testng.xml and objects regarding method selectors
600
601Eclipse plug-in:
602
603New look for the progress view.
604
605===========================================================================
606
6074.4
608
609Core:
610
611Fixed: testng-failures.xml was not excluding methods from base classes
612Fixed: Bug in suites of suites for JUnit mode
613
614===========================================================================
615
6164.3
617
618Core:
619
620Fixed: testng-failures.xml was not excluding methods from base classes
621Fixed: Bug in suites of suites for JUnit mode
622Added: Excluded groups on command line and ant task
623Fixed: When including a group, implicitly include groups depended upon
624Fixed: When depending on several groups, wasn't skipped if one of them failed
625Fixed: Failures weren't reported accurately in the JUnitReports report
626Fixed: Wasn't throwing an exception if depending on a non-existing group
627
628===========================================================================
629
6304.2
631
632Core:
633
634Fixed: wasn't excluding methods in base classes
635Added: alwaysRun for tests (soft dependencies)
636Fixed: Class-level enabled=false were not honored
637Fixed: Bug with multiple dataproviders on same class
638Fixed: Bug with dataprovider defined in the parent class
639Fixed: Bug with dataprovider defined in a subclass
640Fixed: Bug with dataprovider defined in an abstract class
641Fixed: testng-failures generation was excluding the methods even if a failed test depended on it
642
643===========================================================================
644
6454.1
646
647Core:
648
649Added: @DataProviders can return Iterable<Object[]>
650Fixed: Superclass test methods were not called in the presence of a class @Test
651Added: Reporter class to log messages in the HTML reports
652
653===========================================================================
654
6554.0
Cedric Beustac025d52010-07-20 23:06:08 -07006562005/11/10
cbeust336f0ef2006-08-01 22:50:26 +0000657
658Core:
659
660Fixed: suite methods now invoked only once in a hierarchy
661Added: @DataProvider and @testng.data-provider
662Fixed: Interleave order now respected for before/afterClass methods
663Added: Can now invoke java -jar testng-2.6.jar <...>
664Added: Support for BeanShell
665Added: Method Selectors (IMethodSelector)
666Fixed: In the absence of dependencies, @Configuration methods respect inheritance
667Fixed: Bug in multithreaded dependencies on methods
668Fixed: dependsOnGroups wasn't working on regular expressions
669Fixed: Bug in <package> when directories contain spaces in their names
670Fixed: Introduced a JDK5 dependency in the JDK1.4 build (getEnclosingClass())
671Fixed: Output directory in ant task was not honored if it didn't exist
672Fixed: Problem with timeout according to
673 http://forums.opensymphony.com/thread.jspa?threadID=6707
674
675Eclipse plug-in:
676
677Fixed: Wasn't handling linked directories correctly
678Fixed: Bug in QuickFix implementation
679Added: Quick Fix for JUnit conversion (Annotations and JavaDoc)
680Fixed: Methods Run as TestNG test
681Added: Package level Run as TestNG test
682Fixed: Resources from the linked directories are using a wrong path when
683 passed to command line TestNG
684
685IDEA plug-in:
686
687Added: Support for JDK 1.4 (both projects and IDEA itself)
688Fixed: Classes that contained only configuration were ignored
689
690===========================================================================
691
6922.5
Cedric Beustac025d52010-07-20 23:06:08 -07006932005/08/08
cbeust336f0ef2006-08-01 22:50:26 +0000694
695Added: ITestListener.onTestStart(ITestResult)
696Added: Support for <packages>
697Added: Resource files for easier ant taskdefs
698Fixed: @Configuration methods were not invoked with individual test methods
699Fixed: Bug with ExpectedExceptions
700Fixed: Didn't support nested factory classes
701Fixed: NPE if -target is omitted with JDK 1.4
702Fixed: @Configuration failures in a class would cause other classes to fail
703Added: alwaysRun
704Fixed: beforeTestClass/afterTestClass were broken for a pathological case
705Added: @Configuration(alwaysRun)
706Added: JUnitConverter task
707Fixed: < and > characters in reports were not escaped
708
709Eclipse plug-in:
710
711Fixed: Class dialog wasn't showing @Factory classes
712
713IDEA plug-in:
714
715First release!
716
717Documentation:
718
719Added: Brand new look!!!
720Added: Section on testng.xml
721Fixed: Numbering of sections
722
723===========================================================================
724
7252.4
Cedric Beustac025d52010-07-20 23:06:08 -07007262005/07/05
727
cbeust336f0ef2006-08-01 22:50:26 +0000728Changed: New package: testng.org
729Fixed: Bug with @ExpectedException occuring the parallel mode
730Fixed: Bug with parameters and beforeTest
731Added: IInstanceInfo support
732Fixed: methods were not excluded when included by groups
733Fixed: testng-failures.xml is now including also the beforeSuite/afterSuite methods
734Fixed: generating the testng-failures.xml is now working as expected
735Fixed: Factories call all the tests even if some of them fail along the way
736Fixed: Better JUnit support (wasn't creating individual instances)
737Fixed: dependsOnGroups didn't work across different classes
738Added: command line (and Ant) -groups option
739Added: @Parameters (and made parameters attribute deprecated)
740Added: Parameters for constructors
741Fixed: Better interleaving of before/afterTestMethods
742Fixed: Ant task
743Fixed: TestNGException thrown when TestNG conditions are not fulfilled
744
745Documentation:
746- New assert classes
747- New ways to launch
748- JUnitConverter documentation
749- new beforeSuite/afterSuite
750
751===========================================================================
752
7532.3
Cedric Beustac025d52010-07-20 23:06:08 -07007542005/04/12
cbeust336f0ef2006-08-01 22:50:26 +0000755
756Fixed: Spaces are now legal in JavaDoc comments
757Added: documentation for @Factory
758Fixed: factories were called multiple times
759Added: beforeSuite and afterSuite
760Fixed: inheritance and scope now working properly for annotations
761Fixed: dependsOnMethods wasn't working for 1.4
762Added: Better stack traces
763Added: Better syntax for included/excluded methods
764Fixed: Better verbose support
765Fixed: Various fixes for the Eclipse plug-in
766Added: Can specify a class name on the command line
767Fixed: Default package bug in JUnitConverter
768Added: Regression tests for JUnitConverter
769Added: -quiet option to JUnitConverter
770
771===========================================================================
772
7732.2
774
775Fixed: Wasn't handling several testng.xml files correctly
776Fixed: Renamed -src to -sourcedir
777Fixed: Complains if no sourcedir is specified in 1.4
778Added: In 1.4, don't require annotations="javadoc"
779Fixed: If setUp fails, complain and mark test methods as skips
780Fixed: Dependent methods weren't working for 1.4
781
782===========================================================================
783
7842.1
Cedric Beustac025d52010-07-20 23:06:08 -07007852005/02/12
cbeust336f0ef2006-08-01 22:50:26 +0000786
787Added: Parser can accept an InputStream for testng.xml
788Fixed: expected-exceptions now fails if test passes
789Fixed: reports now use the suite name in HTML
790Added: invocationCount and successPercentage
791Added: dependsOnMethods
792Added: timeOut works in non-parallel mode
793
794===========================================================================
795
7962.0
Cedric Beustac025d52010-07-20 23:06:08 -07007972004/12/06
cbeust336f0ef2006-08-01 22:50:26 +0000798
799Added: port on JDK 1.4
800
801===========================================================================
802
8031.3
804
805Added: new view: classes (still experimental)
806Added: timeout on methods
807Added: thread-count
808Added: TestNG is now multithread, see "parallel" in <suite>
809
810===========================================================================
811
8121.2
813
814Added: JUnitConverter
815Fixed: Bug with afterClasses (test: AfterClassCalledAtTheEnd)
816
817===========================================================================
818
8191.1
820
821Added: new links for methods and groups in the HTML report
822Added: <methods>
823Added: <fileset> to <testng>
824
825===========================================================================
826
8271.0
Cedric Beustac025d52010-07-20 23:06:08 -07008282004/04/28
829http://beust.com/weblog/2004/04/28/
cbeust336f0ef2006-08-01 22:50:26 +0000830
831Fixed: Updated to the new DTD
832Fixed: Suite table of contents displays failures first
833Fixed: Bug in afterTestClass
834Added: Validating testng.xml
835Added: Scoped parameters
836Added: testng.xml
837Removed: Property quiet
838Changed: Verbose is now an integer
839Added: Dependent methods
840
841===========================================================================
842
8430.9
844
845Added: Groups of groups
846Added: Groups for Configuration methods
847Added: Parameters
848
849===========================================================================
850
8510.2
852
853Fixed: Merged TestMethod and TestClass into Test
854Added: HTML report
855Added: Regexps for groups
856Fixed: Inheritance of methods
857Fixed: ExpectedException is now called ExpectedExceptions