blob: 1373c38e5f2eecf55e4efefaeefbac9a253534ec [file] [log] [blame]
the.mindstorm3a238872007-11-15 01:44:32 +000015.7.1
2
the.mindstorm79074792007-11-15 01:57:53 +00003Added: antlib.xml to allow autodiscovery of Ant task definition
the.mindstorm3a238872007-11-15 01:44:32 +00004Fixed: name attribute on <test> is required
the.mindstorm31fbf112006-10-25 23:17:06 +00005===========================================================================
cbeust072b1c02007-06-08 15:06:26 +000065.7
7
cbeust45a161f2007-11-01 21:37:49 +00008Added: @BeforeMethod(firstTimeOnly) and @AfterMethod(lastTimeOnly)
cbeustec9d2742007-10-30 17:09:57 +00009Added: @BeforeMethods can now take a Method and ITestContext parameters (like @DataProvider)
the.mindstorm29a0d372007-10-02 12:43:25 +000010Fixed: logging about abstract classes moved to level 5
cbeust2c75cc42007-11-08 16:31:32 +000011Added: if @Parameter is missing from testng.xml then it is read from the System properties
cbeust61e3a372007-09-23 06:54:11 +000012Fixed: Don't run a @DataProvider method as a test when a class-level @Test is present
13Added: Attribute @Test#skipFailedInvocations
the.mindstorm04111212007-06-19 00:23:53 +000014Fixed: TESTNG-169 Error message: <method> is depending on nonexistent method null ("null" is uninformative)
cbeust503726b2007-06-18 20:17:49 +000015Fixed: -listener takes comma-separated classes
cbeust072b1c02007-06-08 15:06:26 +000016Added: RetryAnalyzer (experimental) (Jeremie)
17
18
19===========================================================================
cbeuste7ee9202007-01-30 17:46:49 +0000205.6
21
the.mindstormee28d802007-04-12 00:48:56 +000022Added: SkipException/TimeBombedSkipException for manual skipping
cbeust503726b2007-06-18 20:17:49 +000023Added: <tests> can now be disabled at xml level using <test enabled="false">
cbeustc8d9bd62007-03-23 15:06:13 +000024Added: Suite files that only contain other suites do not get reported
cbeustc81cb822007-03-15 11:08:03 +000025Fixed: @BeforeClass methods would incorrectly report cyclic graphs
bileblogfda56212007-03-09 03:12:31 +000026Added: get/setAttribute to ITestContext
the.mindstormaa639c52007-03-07 20:02:47 +000027Added: plugging in factory objects to handle the actual instantiation of tests
cbeust91f466b2007-01-31 05:46:54 +000028Added: dataProvider to @Factory
cbeuste7ee9202007-01-30 17:46:49 +000029Added: ISuite now gives access to the current XmlSuite
the.mindstormc5b9a8c2007-02-13 10:33:16 +000030Fixed: TESTNG-139 dependsOnMethods gets confused when dependency is "protected"
the.mindstormb7e26702007-02-13 10:49:07 +000031Fixed: TESTNG-141 junit attribute set to false in testng-failed.xml when it should be true
the.mindstorm4c2554d2007-02-18 02:08:44 +000032Fixed: TESTNG-142 Exceptions in DataProvider are not reported as failed test
33Added: Improved behavior for @Before/@AfterClass when using @Factory
34(http://forums.opensymphony.com/thread.jspa?threadID=6594&messageID=122294#122294)
35Added: Support for concurrent execution for invocationCount=1 threadPoolSize>1 and @DataProvider
36(http://forums.opensymphony.com/thread.jspa?threadID=64738&tstart=0)
bileblogcc01c6f2007-04-13 15:19:44 +000037Added: New TestNG specific XML report, generated by default in 'xml' subdirectory of test-output
the.mindstorm0f282632007-04-19 00:00:01 +000038Added: support in strprotocol for passing the ITest.getTestName() information
the.mindstorm79718dd2007-04-25 19:58:31 +000039Fixed: TESTNG-152 If DataProvider is not found, the exception message should tell exactly what happened
the.mindstorma30275d2007-04-18 22:39:57 +000040
the.mindstorm6d0b0552007-02-21 23:10:35 +000041Eclipse plug-in
42
43Fixed: Bug that made group launch configurations unusable
the.mindstorma30275d2007-04-18 22:39:57 +000044Fixed: The plugin doesn't create the correct launch configuration for @Factory
45Fixed: Method based launchers cannot be editted
46Fixed: Plugin hangs while executing test with dataprovider that sends \n, \r messages
the.mindstorm0f282632007-04-19 00:00:01 +000047Added: display ITest.getTestName()
bileblogc7104e12007-04-13 12:54:10 +000048
49IDEA plug-in
50
51Fixed: IDEA 7.0 compatibility
52Fixed: occasional 'illegal arguments exception'
53Fixed: TESTNG-151 Final passing test result is not properly hidden
bileblog2bb26842007-04-13 15:18:44 +000054Added: Auto-completion for dependsOnMethods
55Added: Highlighting of invalid groups/methods in dependsOn*
cbeuste7ee9202007-01-30 17:46:49 +000056===========================================================================
the.mindstorm2151a492006-12-13 04:36:44 +0000575.5
58
cbeusta26b36e2007-01-23 23:47:21 +000059Fixed: @BeforeGroup methods were run twice when in a base class
cbeustbab15682007-01-18 00:21:17 +000060Fixed: @BeforeGroup methods were run twice with a @Test at class level
cbeust94b43f72007-01-11 23:57:29 +000061Fixed: parallel="tests" didn't work as advertised
the.mindstorm39c426d2007-01-08 20:24:01 +000062Added: Support for thread-count at test level
cbeustfd841532007-01-03 21:42:51 +000063Added: Method selectors receive a Context and can stop the chain with setStopped()
cbeust88718b42007-01-03 16:31:31 +000064Fixed: XmlMethodSelector was always run first regardless of its priority
the.mindstorm25f69e42006-12-29 02:15:23 +000065Added: @BeforeGroups/@AfterGroups can live in classes without @Test methods
cbeust10efd592006-12-28 18:05:26 +000066Added: DataProvider can now take an ITestContext parameter
cbeuste58af1d2006-12-28 03:17:31 +000067Fixed: Wasn't parsing <selector-class-name> correctly
cbeustf7e88f82006-12-21 23:16:25 +000068Fixed: Annotation Transformers now work on class-level annotations
69Fixed: Some class-level @Test attributes were not always honored
the.mindstorm9a148252006-12-21 22:54:28 +000070Added: Clean separation between @Test invocation events and @Configuration invocation events
71 (see also TESTNG-111)
cbeust57233022006-12-23 16:24:22 +000072Added: Test instances created by @Factory now run in multiple threads in parallel mode
the.mindstorm4a9f5e12006-12-19 20:16:18 +000073Fixed: @Before/@AfterGroups invocation order
the.mindstorm6b388f82006-12-19 16:18:26 +000074Fixed: TESTNG-27: Parameters are not used on <test> level anymore
the.mindstorm81996212006-12-14 03:01:30 +000075Fixed: TESTNG-107 don't create an output directory if "outputDirectory" is null
cbeust68566752006-12-14 00:04:29 +000076Fixed: TESTNG-127 UseDefaultListeners in Ant Task does not work
the.mindstormff19c2b2006-12-13 04:37:25 +000077Fixed: TESTNG-119 Running TestNG runner with invalid '-sourcedir' on JDK14 JavaDoc annotated test classes won't fail.
the.mindstorm8603fcf2006-12-13 04:37:04 +000078Fixed: TESTNG-113 Dependent methods within the same static inner class are not found
the.mindstorm2151a492006-12-13 04:36:44 +000079Fixed: TESTNG-125 TestNG failed for test classes under *.java*.* pakages
80
the.mindstorm531c73e2006-12-22 04:06:09 +000081Eclipse plug-in
82Fixed: issue with launch configuration
83Fixed: TESTNG-124: setting location of testng reports output
84
the.mindstorm2151a492006-12-13 04:36:44 +000085===========================================================================
the.mindstorm20e416d2006-11-23 10:47:39 +0000865.4
the.mindstormc70a9de2006-10-31 00:18:31 +000087
the.mindstorm8ced8ae2006-12-10 03:38:58 +000088Fixed: Ant task issue with paths containing spaces
the.mindstormfeb9f102006-12-08 17:10:25 +000089Added: for @BeforeGroups and @AfterGroups specifying the groups() attribute will auto-include the method
90 into those groups by default (previously you had to also provide the value() attribute).
the.mindstorm6b25aa42006-11-23 10:11:35 +000091Added: the load @Tests (invocationCount + threadPoolSize) are triggered simultaneous
92Fixed: reports are correctly displaying the thread info
the.mindstormf50b6182006-11-02 12:39:37 +000093Added: @DataProvider name defaults to method name
the.mindstormc70a9de2006-10-31 00:18:31 +000094Added: support for remote protocol to pass parameter information
95Fixed: TextReporter logs information about the parameters of the test methods
the.mindstorm63d1b812006-11-01 18:29:35 +000096Fixed: concurrency issue in JUnitXMLReporter
97Fixed: output of JUnitXMLReporter must be CDATA
the.mindstormfd3d6292006-11-12 00:55:45 +000098Fixed: XML unsupported annotations/parallel attribute values are reported
cbeust125d2472006-09-16 19:49:12 +000099
the.mindstormb74384c2006-11-25 03:16:51 +0000100Eclipse plug-in
the.mindstormbd2de7a2006-11-30 01:24:05 +0000101Fixed: groups with multi-attribute javadoc annotations
the.mindstormb74384c2006-11-25 03:16:51 +0000102Fixed: consistent behavior for dependsOnMethods
103Fixed: consistent behavior for tests with dependsOnGroups (a warning is emitted)
104Fixed: consistent merge of configuration arguments when an existing launch configuration exists
the.mindstorm7b73a742006-09-14 17:39:29 +0000105===========================================================================
cbeust125d2472006-09-16 19:49:12 +00001065.3
107
the.mindstorm7a14bd82006-10-25 00:56:00 +0000108Fixed: use a single instance of bsh.Interpreter
the.mindstorm55948752006-10-24 12:16:16 +0000109Added: @Before/@AfterMethod can declare a java.lang.reflect.Method parameter to be informed about the @Test method
the.mindstorm957a0e62006-10-20 00:42:42 +0000110Fixed: super classes must not be listed in testng-failures.xml
111Fixed: parallel attribute must not appear if empty or null in testng-failures.xml
the.mindstorm5e5666c2006-10-16 22:07:24 +0000112Fixed: parsing for javadoc annotations is done on request only
113Added: improved multiple suite summary page report
114Added: -target option deprecated in favor of -annotations javadoc|jdk
cbeust9e5d6a02006-10-16 00:39:54 +0000115Fixed: filesets in the ant task didn't work if the paths have spaces in them
the.mindstorm992befd2006-10-10 22:08:48 +0000116Fixed: Before/After Suite were behaving wrong in parallel execution
117Added: A generic/extensible RemoteTestNG was added to the core
the.mindstorm494a8d82006-09-28 23:06:30 +0000118Fixed: Before/AfterGroup-s were behaving wrong when using invocationCount, dataProvider and threadPoolSize
119Fixed: improved support for running different annotation type tests in the same suite
120Fixed: testng-failed.xml was generated even if there were no failures/skipps
121Fixed: -usedefaultlisteners was wrongly passed to JVM instead of TestNG options
cbeust3ee1fe02006-09-26 14:00:26 +0000122Added: Attribute dataProviderClass for @Test and @testng.test
cbeustada98512006-09-22 20:17:00 +0000123Fixed: Forgot to account for cases where both invocationCount and DataProviders are present
cbeust67a9c892006-09-22 05:38:30 +0000124Fixed: AfterGroups were invoked out of order with invocationCount and DataProviders
cbeustada98512006-09-22 20:17:00 +0000125Fixed: Reporter.getOutput() returned an empty array if a timeOut was specified
cbeust2c303722006-09-17 21:04:34 +0000126Added: testng.xml now supports <suite-files>
cbeust125d2472006-09-16 19:49:12 +0000127Added: ant task can receive several listeners
the.mindstorm6a229092006-09-18 06:52:11 +0000128Fixed: TESTNG-109 Skipped tests with expected exceptions are reported as failures
Bill.Michell55cef1b2006-10-13 16:29:44 +0000129Added: ant task can now select the parallel mode for running tests
130Fixed: ant task correctly deals with empty groups and excludedgroups parameters
131Added: ant task can override default suite and test names
132Added: comand line support for setting parallel mode, suite and test names
the.mindstorm7b73a742006-09-14 17:39:29 +0000133
134Eclipse plug-in
135Added: Support for configuring per project usedefaultlisteners
the.mindstorm6a229092006-09-18 06:52:11 +0000136Added: Contextual drop-down menu on failures tab of the TestNG view to enable running/debugging method failure only
137Added: Suppport for configuring per project TestNG jar usage (project provided one or plugin provided one)
cbeust8855dc42006-08-14 20:20:52 +0000138
the.mindstorma10e6b82006-08-06 21:51:57 +0000139===========================================================================
cbeust8bee4072006-08-23 23:32:32 +00001405.2
141
cbeustae569972006-09-11 19:47:01 +0000142Added: "-usedefaultlisteners true/false" to command line and ant
143Added: EmailableReporter (from Paul Mendelson)
cbeust4b9824b2006-09-01 17:34:08 +0000144Added: parallel can now be "methods" or "tests". Boolean version deprecated
cbeustc2408c32006-08-29 17:23:22 +0000145Added: TestNGAntTask now uses the @ syntax to invoke TestNG
cbeust26b0c782006-08-29 16:54:38 +0000146Added: Command line understands @ syntax
cbeuste24b3802006-08-24 17:47:41 +0000147Added: JUnitConverter uses the new syntax
148Added: -groups to JUnitConverter
cbeust8bee4072006-08-23 23:32:32 +0000149Fixed: Throw proper exception when a DataProvider declares parameters
the.mindstormf91c2a62006-09-03 01:32:44 +0000150Added: completely revamped JUnit support (should run all kind of JUnit tests)
151Fixed: TESTNG-40 (Bug in testng-failed.xml generation)
the.mindstorm2ea93332006-09-04 23:59:44 +0000152Fixed: TESTNG-106 (Failed "@BeforeSuite" method just skipps the last test in xml-file)
153Fixed: Success on 0 tests (http://forums.opensymphony.com/thread.jspa?threadID=41213)
the.mindstormf91c2a62006-09-03 01:32:44 +0000154
155Eclipse plug-in
156Added: TESTNG-105 Automaticaly define TESTNG_HOME classpath variable
cbeust8bee4072006-08-23 23:32:32 +0000157
158===========================================================================
the.mindstorma10e6b82006-08-06 21:51:57 +00001595.1
cbeust336f0ef2006-08-01 22:50:26 +0000160
cbeust8855dc42006-08-14 20:20:52 +0000161Added: @Test(sequential = true)
cbeustca895ef2006-08-09 21:34:51 +0000162Fixed: TESTNG-102 (Incorrect ordering of @BeforeMethod calls when a dependency is specified)
the.mindstorm997a5932006-08-11 19:34:04 +0000163Fixed: TESTNG-101 (HTML output contains nested <P> tags and a missing <tr> tag)
the.mindstorma10e6b82006-08-06 21:51:57 +0000164Added: support for specifying test-only classpath (http://forums.opensymphony.com/thread.jspa?messageID=78048&tstart=0)
165Fixed: TESTNG-93 (method selectors filtering @BeforeMethod)
166Fixed: TESTNG-81 (Assert.assertFalse() displays wrong expected, actual value)
167Fixed: TESTNG-59 (multiple method selectors usage results in no tests run)
168Fixed: TESTNG-56 (invocation of @Before/AfterClass methods in parallel/sequential scenarios)
169Fixed: TESTNG-40 (failures suite does not contain @Before/After Suite/Test methods)
170Fixed: TESTNG-37 (allow passing null parameter value from testng.xml)
171Fixed: TESTNG-7 (display classname when hovering method)
172
173
174Eclipse plug-in
175
176Added: run contextual test classes with parameters from suite definition files
177Added: TESTNG-100 (Show HTML reports after running tests)
the.mindstorm13e8f502006-08-11 20:27:14 +0000178Added: TESTNG-97 (Double click top stack to raise comparison)
the.mindstorma10e6b82006-08-06 21:51:57 +0000179Added: TESTNG-84 (plug-in UI for suite option should support absolute path)
180Added: TESTNG-20 (copy stack trace)
181
182Fixed: TESTNG-72 (display groups with non-array values)
183Fixed: TESTNG-64 (Eclipse plug-in applies added groups to all launch configurations)
184Fixed: TESTNG-28 (Cannot select groups from dependent eclipse projects)
185Fixed: TESTNG-25 (do not display fully qualified method name when running contextual test class)
186
187Improved behavior:
188 TESTNG-98 (temporary files have guaranteed fixed names)
189 TESTNG-95 (Assertion failed comparison trims trailing ">")
cbeust96761aa2006-08-15 17:31:35 +0000190 TESTNG-70 (TestNG prevents eclipse from opening an older CVS version of a java class)
the.mindstorma10e6b82006-08-06 21:51:57 +0000191 display of test hierarchy information (TESTNG-29)
192
cbeust336f0ef2006-08-01 22:50:26 +0000193===========================================================================
194
1955.0.1
196
197Eclipse plug-in
198
199Added: Output directory for the tests
200Added: Can now specify listener classes
201
202===========================================================================
2035.0.1
204
205Fixed: reports generated by SuiteHTMLReporter do not work with JDK1.4
206
207===========================================================================
208
2095.0
210
211Added: Ant task: support for JVM, workingDir, timeout
212Added: Stack traces can be interactively shown in the HTML reports
213Added: Link to testng.xml in the reports
214Added: New structure for reports, suites go in their individual directory
215Added: @Test(suiteName) and @Test(testName)
216Added: The stack traces in reports do not include TestNG frames (system property testng.exception)
217 (see: http://groups.google.com/group/testng-dev/browse_thread/thread/9f4d46ade10b0fda)
218Fixed: Exit with error when no methods are run
219 (see: http://groups.google.com/group/testng-dev/browse_thread/thread/3c26e8a5658f22ac)
220Added: List of methods in alphabetical order
221Fixed: Class-scoped annotations were not recognized when inherited
222Added: Deprecated @Configuration and introduced @BeforeSuite/Test/Class/TestMethod
223Added: Deprecated @ExpectedExceptions and moved it into @Test
224Added: expectedExceptions to @Test, deprecated @ExpectedExceptions
225Added: New annotations: @BeforeSuite, @BeforeTest, etc...
226Fixed: Was returning an exit code of 0 if a cyclic graph was detected
227Added: Interface org.testng.ITest so that tests can declare a name
228Fixed: The Text reporter was reporting the square of the actual number of methods
229Fixed: Bug reported by Eran about dependencies with an afterClass method
230Added: IHookCallBack now receives the ITestResult in its run() method
231Added: Name of suite for command line can be set with -Dtestng.suite.name=xxx
232Fixed: TestNGAntTask was hardcoding m_haltOnFSP to true
233Fixed: Passing a null parameter caused an NPE in the reports
234Added: "listener" to the ant task (and documentation)
235Added: if patch-testng-sourcedir.properties is found in the classpath
236 with a property "sourcedir" containing a ; separated list of
237 directories, this list will override -sourcedir.
238
239===========================================================================
240
241
2424.7
243
244Added: Maven 2 plug-in
245Fixed: Message formattings in TestNG assertion utility class
246Fixed: @Factory methods were counted as @Test as well
247 http://jira.opensymphony.com/browse/TESTNG-51
248Fixed: All DataProvider parameters were shown in the HTML report
249Fixed: Bug in testng-failed.xml generation
250Fixed: <packages> bug when using a jar file to load the test classes
251Added: alwaysRun for before @Configuration methods
252 http://jira.opensymphony.com/browse/TESTNG-35
253Fixed: groupless @Configurations were not invoked if a method depends on a group
254 http://jira.opensymphony.com/browse/TESTNG-45
255Added: beforeGroups/afterGroups to @Configuration
256
257Eclipse plugin:
258
259Added: last contextual launch is available in Eclipse launcher lists
260Fixed: 3.2M5 integration (removed dependency on non-existing class)
261Fixed: testng-failures.xml generation
262
263===========================================================================
264
2654.6
266
267Added: Documentation contains the new reports
268Added: TestNG.setUseDefaultListeners(boolean)
269Added: Descriptions now appear in TextReporter (verbose>=2) and the HTML reports
270Added: description attribute to @Test and @Configuration
271Added: combined Reporter output in the reports
272Added: methods not run in the reports
273Added: org.testng.IReporter
274Added: threadPoolSize to @Test
275Added: Reports now show relative timings (start at 0)
276Added: Reports now show different colors depending on the methods' classes
277Added: Reports now show all parameters used to invoke the test method
278Added: org.testng.Reporter
279Added: DataProviders can accept a Method as first parameter
280Fixed: Extraneous implicit inclusion of a method
281
282Eclipse plugin:
283
284Added: Run/Debug as TestNG test from the editor contextual menu
285Fixed: TESTNG-24: 'Run as testng test' does not appear of the Test annotation does not have a group
286Fixed: TESTNG-18: Eclipse plugin ignores Factory annotation
287Fixed: TESTNG-21: Show differences when double clicking assertion exceptions
288Added: UI allows setting orientation (even more space)
289 http://forums.opensymphony.com/thread.jspa?threadID=17225&messageID=33805#33805
290
291===========================================================================
292
2934.5
294
295Core:
296
297Fixed: Methods were not implicitly included, only groups
298Fixed: Bug with failed parent @Configuration don't skip child @Configuration/@Test invocations
299Fixed: Bug with overridding @Configuration methods (both parent and child were run)
300Fixed: Bug when overriding beforeClass methods in base class (cyclic graph)
301Added: Support for JAAS (see org.testng.IHookable)
302Fixed: Problem with nested classes inside <package name="foo.*"
303Fixed: If a group is not found, mark the method as a skip instead of aborting
304Fixed: testng-failed.xml was not respecting dependencies
305Fixed: class/include method in testng.xml didn't work on default package
306Fixed: DTD only allowed one <define>
307Fixed: ArrayIndexOutOfBoundsException for jMock
308Added: dependsOnMethods can contain methods from another class
309Fixed: JUnitConverter required -restore, not any more (option is now a no-op)
310Fixed: JUnit mode wasn't invoking setName() on test classes
311Added: Regular expressions for classes in <package>
312Added: Distributed TestNG
313Fixed: Command line parameters and testng.xml are now cumulative
314Fixed: Reports now work for multiple suites
315Fixed: Was ignoring abstract classes even if they have non-abstract instances
316Fixed: If setUp() failed, methods were not skipped
317Fixed: Was not clearly indicating when beforeSuite fails
318Added: @Configuration.inheritGroups
319Fixed: inconsistency between testng.xml and objects regarding method selectors
320
321Eclipse plug-in:
322
323New look for the progress view.
324
325===========================================================================
326
3274.4
328
329Core:
330
331Fixed: testng-failures.xml was not excluding methods from base classes
332Fixed: Bug in suites of suites for JUnit mode
333
334===========================================================================
335
3364.3
337
338Core:
339
340Fixed: testng-failures.xml was not excluding methods from base classes
341Fixed: Bug in suites of suites for JUnit mode
342Added: Excluded groups on command line and ant task
343Fixed: When including a group, implicitly include groups depended upon
344Fixed: When depending on several groups, wasn't skipped if one of them failed
345Fixed: Failures weren't reported accurately in the JUnitReports report
346Fixed: Wasn't throwing an exception if depending on a non-existing group
347
348===========================================================================
349
3504.2
351
352Core:
353
354Fixed: wasn't excluding methods in base classes
355Added: alwaysRun for tests (soft dependencies)
356Fixed: Class-level enabled=false were not honored
357Fixed: Bug with multiple dataproviders on same class
358Fixed: Bug with dataprovider defined in the parent class
359Fixed: Bug with dataprovider defined in a subclass
360Fixed: Bug with dataprovider defined in an abstract class
361Fixed: testng-failures generation was excluding the methods even if a failed test depended on it
362
363===========================================================================
364
3654.1
366
367Core:
368
369Added: @DataProviders can return Iterable<Object[]>
370Fixed: Superclass test methods were not called in the presence of a class @Test
371Added: Reporter class to log messages in the HTML reports
372
373===========================================================================
374
3754.0
376
377Core:
378
379Fixed: suite methods now invoked only once in a hierarchy
380Added: @DataProvider and @testng.data-provider
381Fixed: Interleave order now respected for before/afterClass methods
382Added: Can now invoke java -jar testng-2.6.jar <...>
383Added: Support for BeanShell
384Added: Method Selectors (IMethodSelector)
385Fixed: In the absence of dependencies, @Configuration methods respect inheritance
386Fixed: Bug in multithreaded dependencies on methods
387Fixed: dependsOnGroups wasn't working on regular expressions
388Fixed: Bug in <package> when directories contain spaces in their names
389Fixed: Introduced a JDK5 dependency in the JDK1.4 build (getEnclosingClass())
390Fixed: Output directory in ant task was not honored if it didn't exist
391Fixed: Problem with timeout according to
392 http://forums.opensymphony.com/thread.jspa?threadID=6707
393
394Eclipse plug-in:
395
396Fixed: Wasn't handling linked directories correctly
397Fixed: Bug in QuickFix implementation
398Added: Quick Fix for JUnit conversion (Annotations and JavaDoc)
399Fixed: Methods Run as TestNG test
400Added: Package level Run as TestNG test
401Fixed: Resources from the linked directories are using a wrong path when
402 passed to command line TestNG
403
404IDEA plug-in:
405
406Added: Support for JDK 1.4 (both projects and IDEA itself)
407Fixed: Classes that contained only configuration were ignored
408
409===========================================================================
410
4112.5
412
413Added: ITestListener.onTestStart(ITestResult)
414Added: Support for <packages>
415Added: Resource files for easier ant taskdefs
416Fixed: @Configuration methods were not invoked with individual test methods
417Fixed: Bug with ExpectedExceptions
418Fixed: Didn't support nested factory classes
419Fixed: NPE if -target is omitted with JDK 1.4
420Fixed: @Configuration failures in a class would cause other classes to fail
421Added: alwaysRun
422Fixed: beforeTestClass/afterTestClass were broken for a pathological case
423Added: @Configuration(alwaysRun)
424Added: JUnitConverter task
425Fixed: < and > characters in reports were not escaped
426
427Eclipse plug-in:
428
429Fixed: Class dialog wasn't showing @Factory classes
430
431IDEA plug-in:
432
433First release!
434
435Documentation:
436
437Added: Brand new look!!!
438Added: Section on testng.xml
439Fixed: Numbering of sections
440
441===========================================================================
442
4432.4
444Changed: New package: testng.org
445Fixed: Bug with @ExpectedException occuring the parallel mode
446Fixed: Bug with parameters and beforeTest
447Added: IInstanceInfo support
448Fixed: methods were not excluded when included by groups
449Fixed: testng-failures.xml is now including also the beforeSuite/afterSuite methods
450Fixed: generating the testng-failures.xml is now working as expected
451Fixed: Factories call all the tests even if some of them fail along the way
452Fixed: Better JUnit support (wasn't creating individual instances)
453Fixed: dependsOnGroups didn't work across different classes
454Added: command line (and Ant) -groups option
455Added: @Parameters (and made parameters attribute deprecated)
456Added: Parameters for constructors
457Fixed: Better interleaving of before/afterTestMethods
458Fixed: Ant task
459Fixed: TestNGException thrown when TestNG conditions are not fulfilled
460
461Documentation:
462- New assert classes
463- New ways to launch
464- JUnitConverter documentation
465- new beforeSuite/afterSuite
466
467===========================================================================
468
4692.3
470
471Fixed: Spaces are now legal in JavaDoc comments
472Added: documentation for @Factory
473Fixed: factories were called multiple times
474Added: beforeSuite and afterSuite
475Fixed: inheritance and scope now working properly for annotations
476Fixed: dependsOnMethods wasn't working for 1.4
477Added: Better stack traces
478Added: Better syntax for included/excluded methods
479Fixed: Better verbose support
480Fixed: Various fixes for the Eclipse plug-in
481Added: Can specify a class name on the command line
482Fixed: Default package bug in JUnitConverter
483Added: Regression tests for JUnitConverter
484Added: -quiet option to JUnitConverter
485
486===========================================================================
487
4882.2
489
490Fixed: Wasn't handling several testng.xml files correctly
491Fixed: Renamed -src to -sourcedir
492Fixed: Complains if no sourcedir is specified in 1.4
493Added: In 1.4, don't require annotations="javadoc"
494Fixed: If setUp fails, complain and mark test methods as skips
495Fixed: Dependent methods weren't working for 1.4
496
497===========================================================================
498
4992.1
500
501Added: Parser can accept an InputStream for testng.xml
502Fixed: expected-exceptions now fails if test passes
503Fixed: reports now use the suite name in HTML
504Added: invocationCount and successPercentage
505Added: dependsOnMethods
506Added: timeOut works in non-parallel mode
507
508===========================================================================
509
5102.0
511
512Added: port on JDK 1.4
513
514===========================================================================
515
5161.3
517
518Added: new view: classes (still experimental)
519Added: timeout on methods
520Added: thread-count
521Added: TestNG is now multithread, see "parallel" in <suite>
522
523===========================================================================
524
5251.2
526
527Added: JUnitConverter
528Fixed: Bug with afterClasses (test: AfterClassCalledAtTheEnd)
529
530===========================================================================
531
5321.1
533
534Added: new links for methods and groups in the HTML report
535Added: <methods>
536Added: <fileset> to <testng>
537
538===========================================================================
539
5401.0
541
542Fixed: Updated to the new DTD
543Fixed: Suite table of contents displays failures first
544Fixed: Bug in afterTestClass
545Added: Validating testng.xml
546Added: Scoped parameters
547Added: testng.xml
548Removed: Property quiet
549Changed: Verbose is now an integer
550Added: Dependent methods
551
552===========================================================================
553
5540.9
555
556Added: Groups of groups
557Added: Groups for Configuration methods
558Added: Parameters
559
560===========================================================================
561
5620.2
563
564Fixed: Merged TestMethod and TestClass into Test
565Added: HTML report
566Added: Regexps for groups
567Fixed: Inheritance of methods
568Fixed: ExpectedException is now called ExpectedExceptions