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