Cedric Beust | caa9356 | 2010-08-05 14:54:45 -0700 | [diff] [blame] | 1 | Current |
| 2 | |
Cedric Beust | 0dba7d6 | 2010-09-27 14:48:01 -0700 | [diff] [blame] | 3 | Added: timeOut for configuration methods |
Cedric Beust | 8276273 | 2010-09-14 20:53:43 -0700 | [diff] [blame] | 4 | Added: -randomizesuites (Nalin Makar) |
Cedric Beust | 8d59636 | 2010-09-07 11:00:41 -0700 | [diff] [blame] | 5 | Added: IConfigurable |
Cedric Beust | 01aee42 | 2010-11-02 11:06:05 -0700 | [diff] [blame] | 6 | Fixed: TESTNG-436: Deep Map comparison for assertEquals() (Nikolay Metchev) |
Cedric Beust | 676b37b | 2010-10-24 22:36:05 -0700 | [diff] [blame] | 7 | Fixed: Skipped tests were not always counted. |
Cedric Beust | 98224a3 | 2010-10-13 13:48:46 -0700 | [diff] [blame] | 8 | Fixed: EmailableReporter now sorts methods chronologically |
nullin | 28e899a | 2010-10-17 01:32:57 -0700 | [diff] [blame] | 9 | Fixed: TESTNG-411: Throw exception on mismatch of parameter values (via DP and/or Inject) and test parameters |
Cedric Beust | 2a310da | 2010-10-06 12:09:02 -0700 | [diff] [blame] | 10 | Fixed: IDEA-59073: exceptions that don't match don't have stack trace printed in console (Anna Kozlova) |
Cedric Beust | e04d120 | 2010-10-05 13:39:03 -0700 | [diff] [blame] | 11 | Fixed: IDEA's plug-in was not honoring ITest (fixed in TestResultMessage) |
Cedric Beust | f10c3a1 | 2010-10-05 11:00:56 -0700 | [diff] [blame] | 12 | Fixed: Methods depending on a group they belong were skipped instead of throwing a cycle exception |
Cedric Beust | 9102fec | 2010-10-04 11:17:08 -0700 | [diff] [blame] | 13 | Fixed: TESTNG-401: ClassCastException when using a listener from Maven |
Cedric Beust | 82ed7e9 | 2010-09-25 08:51:12 -0700 | [diff] [blame] | 14 | Fixed: TESTNG-186: Rename IWorkerApadter to IWorkerAdapter (Toms Pollak) |
nullin | eb7e1b6 | 2010-09-26 22:47:52 -0700 | [diff] [blame] | 15 | Fixed: TESTNG-415: Assert.assertEquals() for sets and maps fails with 'null' as arguments |
Cedric Beust | c987a16 | 2010-08-30 09:50:31 -0700 | [diff] [blame] | 16 | Fixed: typo -testRunFactory |
nullin | 14e2b69 | 2010-08-30 12:15:35 -0700 | [diff] [blame] | 17 | Fixed: NPE while printing results for an empty suite (Nalin Makar) |
nullin | aacb207 | 2010-08-30 13:44:11 -0700 | [diff] [blame] | 18 | Fixed: Invoke IInvokedMethodListener.afterInvocation after fixing results for tests expecting exceptions (Nalin Makar) |
Cedric Beust | c987a16 | 2010-08-30 09:50:31 -0700 | [diff] [blame] | 19 | |
Cedric Beust | 89c386f | 2010-09-12 11:58:05 -0700 | [diff] [blame] | 20 | Eclipse: |
Cedric Beust | 4054ab4 | 2010-11-05 15:19:18 -0700 | [diff] [blame] | 21 | Added: Excluded methods are now listed in the Summary tab |
| 22 | Added: Double clicking on an excluded method in the Summary tab will take you to its definition |
Cedric Beust | a4eabd2 | 2010-11-04 16:09:38 -0700 | [diff] [blame] | 23 | Added: If you select a package before invoking the "New TestNG class" wizard, the source and package text boxes will be auto-filled |
Cedric Beust | 0e7989f | 2010-11-03 09:42:47 -0700 | [diff] [blame] | 24 | Added: When an item is selected in a tab, the same item will be selected when switching tabs |
| 25 | Added: A new "Summary" tab that allows the user to see a summary of the tests, sort them by time, name, etc... |
Cedric Beust | f375d1a | 2010-10-20 19:31:14 -0700 | [diff] [blame] | 26 | Added: It's now possible "Run/Debug As" with a right click from pretty much any element that makes sense in the tree. |
Cedric Beust | d60c825 | 2010-10-12 10:22:48 -0700 | [diff] [blame] | 27 | Added: The conversion of a JUnit test to TestNG now replaces @Test(timeout) with @Test(timeOut) (5.14.2.4) |
| 28 | Added: The conversion of a JUnit test to TestNG now replaces @Test(expected) with @Test(expectedExceptions) (5.14.2.4) |
Cedric Beust | 626e9f3 | 2010-10-08 12:36:10 -0700 | [diff] [blame] | 29 | Added: The conversion of a JUnit test to TestNG now replaces fail() with AssertJUnit.fail() (5.14.2.2) |
| 30 | Added: The conversion of a JUnit test to TestNG now replaces Assert with AssertJUnit (5.14.2.1) |
Cedric Beust | e49b145 | 2010-10-06 14:34:47 -0700 | [diff] [blame] | 31 | Added: The progress bar is now orange if the suite contained skipped tests and no failures |
Cedric Beust | 6470013 | 2010-09-27 12:22:34 -0700 | [diff] [blame] | 32 | Added: Skipped test and suite icons are now orange (previously: blue) |
Cedric Beust | 89c386f | 2010-09-12 11:58:05 -0700 | [diff] [blame] | 33 | Added: New method shortcuts: "Alt+Shift+X N", "Alt+Shift+D N" (Sven Johansson) |
Cedric Beust | 4054ab4 | 2010-11-05 15:19:18 -0700 | [diff] [blame] | 34 | Fixed: NPE when you select a passed test and click on the Compare Result icon (Mohamed Mansour) |
Cedric Beust | 0e7989f | 2010-11-03 09:42:47 -0700 | [diff] [blame] | 35 | Fixed: When the run is over, the plug-in will no longer force the focus back to the Console view |
Cedric Beust | 47f07d9 | 2010-10-25 09:18:27 -0700 | [diff] [blame] | 36 | Fixed: The counter in the progress bar sometimes went over the total number of test methods (5.14.2.9) |
Cedric Beust | 6f7afd1 | 2010-10-13 13:03:24 -0700 | [diff] [blame] | 37 | Fixed: org.eclipse.ui.internal.ErrorViewPart cannot be cast to org.testng.eclipse.ui.TestRunnerViewPart (5.14.2.9) |
Cedric Beust | e53ab8c | 2010-10-01 11:09:14 -0700 | [diff] [blame] | 38 | Fixed: Workspace preferences now offer the "XML template" option as well as the project specific preferences (Asiel Brumfield) |
Cedric Beust | 82ed7e9 | 2010-09-25 08:51:12 -0700 | [diff] [blame] | 39 | Fixed: TESTNG-418: Only last suite-file in testng.xml run by Eclipse plugin |
Cedric Beust | 89c386f | 2010-09-12 11:58:05 -0700 | [diff] [blame] | 40 | |
| 41 | Documentation: |
| 42 | Added: Section on Selenium (Felipe Knorr Kuhn) |
Cedric Beust | cc2ecd8 | 2010-10-05 13:43:22 -0700 | [diff] [blame] | 43 | Added: Link to an article on TestNG, Mockito and Emma in the Misc section |
Cedric Beust | 89c386f | 2010-09-12 11:58:05 -0700 | [diff] [blame] | 44 | |
Cedric Beust | c987a16 | 2010-08-30 09:50:31 -0700 | [diff] [blame] | 45 | =========================================================================== |
| 46 | |
Cedric Beust | 5523eb4 | 2010-10-04 12:06:16 -0700 | [diff] [blame] | 47 | 5.14.1 |
| 48 | 2010/10/2 |
| 49 | |
| 50 | Fixed: TESTNG-401: ClassCastException when using a listener from Maven |
| 51 | |
| 52 | =========================================================================== |
| 53 | |
Cedric Beust | c987a16 | 2010-08-30 09:50:31 -0700 | [diff] [blame] | 54 | 5.14 |
Cedric Beust | 63f2ea7 | 2010-09-07 11:15:23 -0700 | [diff] [blame] | 55 | 2010/08/28 |
Cedric Beust | c987a16 | 2010-08-30 09:50:31 -0700 | [diff] [blame] | 56 | |
Cedric Beust | 1621e39 | 2010-09-05 16:24:35 -0700 | [diff] [blame] | 57 | Added: test suites can now be run in parallel with -suitethreadpoolsize |
Cedric Beust | b464540 | 2010-08-26 10:16:12 -0700 | [diff] [blame] | 58 | Fixed: @Listeners now aggregate through base classes |
Cedric Beust | 9337911 | 2010-08-25 09:49:14 -0700 | [diff] [blame] | 59 | Fixed: ISuite was no longer serializable |
Cedric Beust | 3cedfdf | 2010-08-25 07:15:35 -0700 | [diff] [blame] | 60 | Fixed: Injection was sometimes not working properly when used with @Parameters |
| 61 | Fixed: TESTNG-400: afterMethod was called after onTestFailure() |
Cedric Beust | 7e735d9 | 2010-08-24 07:20:40 -0700 | [diff] [blame] | 62 | Fixed: "excludedgroups" was not working on the ant task because of a typo |
Cedric Beust | e0eb740 | 2010-08-22 09:44:52 -0700 | [diff] [blame] | 63 | Fixed: ant task error if <classfileset> is used with no classes (welex91) |
Cedric Beust | 3cedfdf | 2010-08-25 07:15:35 -0700 | [diff] [blame] | 64 | Fixed: TESTNG-404: threaded tests fail due to use of non-threadsafe collections (Marcus Better) |
Cedric Beust | 40be385 | 2010-08-17 10:12:53 -0700 | [diff] [blame] | 65 | Fixed: preserve-order was not preserving class order with dependent methods |
Cedric Beust | 9ae4e70 | 2010-08-05 21:09:48 -0700 | [diff] [blame] | 66 | Fixed: RetryAnalyzer wasn't working properly with factories |
Cedric Beust | caa9356 | 2010-08-05 14:54:45 -0700 | [diff] [blame] | 67 | Fixed: The ant task was no longer supporting ',' for testclass |
| 68 | |
Cedric Beust | 39fb6ed | 2010-08-19 10:00:21 -0700 | [diff] [blame] | 69 | Eclipse: |
| 70 | |
| 71 | Fixed: The plug-in wasn't running Groovy tests correctly (Andrew Eisenberg) |
Cedric Beust | 3cedfdf | 2010-08-25 07:15:35 -0700 | [diff] [blame] | 72 | Fixed: TESTNG-402 [Eclipse Plug-In] NPE occurred when I run twice a custom "Run configuration" on a group |
Cedric Beust | 39fb6ed | 2010-08-19 10:00:21 -0700 | [diff] [blame] | 73 | |
Cedric Beust | caa9356 | 2010-08-05 14:54:45 -0700 | [diff] [blame] | 74 | =========================================================================== |
| 75 | |
Cedric Beust | caa9356 | 2010-08-05 14:54:45 -0700 | [diff] [blame] | 76 | 5.13.1 |
| 77 | 2010/08/05 |
cbeust | 10b4109 | 2009-04-07 16:04:39 +0000 | [diff] [blame] | 78 | |
Cedric Beust | ec2c674 | 2010-07-21 10:32:22 -0700 | [diff] [blame] | 79 | Added: -methods |
nullin | 62a82c6 | 2010-07-16 15:01:45 -0700 | [diff] [blame] | 80 | Added: -configfailurepolicy (Todd Quessenberry) |
Cedric Beust | b3a8426 | 2010-07-10 16:36:39 -0700 | [diff] [blame] | 81 | Added: -methodselectors (Todd Quessenberry) |
Cedric Beust | aba3ac2 | 2010-07-09 16:35:50 -0700 | [diff] [blame] | 82 | Added: @NoInjection |
Cedric Beust | 9dea444 | 2010-07-04 11:33:25 -0700 | [diff] [blame] | 83 | Added: <test preserve-order="true"> |
Cedric Beust | fffc20f | 2010-07-01 07:40:45 -0700 | [diff] [blame] | 84 | Added: -testnames (command line) and testnames (ant) |
cbeust | e6eaf48 | 2010-05-25 20:59:10 +0000 | [diff] [blame] | 85 | Added: New ant task tag: propertyset (Todd Wells) |
cbeust | 268e3e0 | 2010-04-23 20:49:03 +0000 | [diff] [blame] | 86 | Added: ITestNGListenerFactory |
cbeust | af701af | 2010-06-11 19:54:19 +0000 | [diff] [blame] | 87 | Added: Passing command line properties via the ant task and doc update (Todd Wells) |
Cedric Beust | bef5653 | 2010-06-29 13:39:49 -0700 | [diff] [blame] | 88 | Added: Hierarchical XmlSuites (Nalin Makar) |
Cedric Beust | bf02fc8 | 2010-07-03 08:56:30 -0700 | [diff] [blame] | 89 | Added: Reporter#clear() |
Cedric Beust | f381837 | 2010-07-29 17:50:01 -0700 | [diff] [blame] | 90 | Fixed: NullPointerException when a suite produces no results (Cefn Hoile) |
Cedric Beust | e157c70 | 2010-07-08 23:11:37 -0700 | [diff] [blame] | 91 | Fixed: Identical configuration methods were not always invoked in the correct order in superclasses (Nalin Makar) |
Cedric Beust | acd388b | 2010-07-07 14:58:22 -0700 | [diff] [blame] | 92 | Fixed: @DataProvider(parallel = true) was passing incorrect parameters with injection |
Cedric Beust | beaff9a | 2010-07-06 23:00:33 -0700 | [diff] [blame] | 93 | Fixed: Replaced @Test(sequential) with @Test(singleThreaded) |
nullin | 675d707 | 2010-07-06 00:06:14 -0700 | [diff] [blame] | 94 | Fixed: If inherited configuration methods had defined deps, they could be invoked in incorrect order (Nalin Makar) |
nullin | 32b42ad | 2010-07-01 16:47:22 -0700 | [diff] [blame] | 95 | Fixed: Initialize all Suite/Test runners at beginning to catch configuration issues right at start (Nalin Makar) |
nullin | 675d707 | 2010-07-06 00:06:14 -0700 | [diff] [blame] | 96 | Fixed: Issue7: Issue86 Incorrect dates reported for configuration methods |
| 97 | Fixed: Issue24: OOM errors in SuiteHTMLReporter (Nalin Makar) |
cbeust | 8222e20 | 2010-06-27 19:41:34 +0000 | [diff] [blame] | 98 | Fixed: Time outs specified in XML were not honored for <suite parallel="tests"> |
cbeust | 100885a | 2010-06-27 19:15:32 +0000 | [diff] [blame] | 99 | Fixed: <suite> and <test> time outs were hardcoded, they now honor their time-out attribute |
cbeust | ecf3972 | 2010-06-27 16:20:49 +0000 | [diff] [blame] | 100 | Fixed: TestNG was hanging if no test methods were found |
cbeust | 721fb91 | 2010-06-27 15:55:22 +0000 | [diff] [blame] | 101 | Fixed: onTestSuccess() was called after @AfterMethod instead of after the test method (test: test.listener.ListenerTest) |
cbeust | c4b4679 | 2010-06-25 13:15:09 +0000 | [diff] [blame] | 102 | Fixed: XML test results contained skipfailedinvocationCounts instead of skipfailedinvocationcounts |
nalin.makar@gmail.com | ff94a1b | 2010-06-21 05:07:34 +0000 | [diff] [blame] | 103 | Fixed: Issue4 assertEquals for primitive arrays, Issue34 assertNull javadoc updated |
nalin.makar@gmail.com | e3b5205 | 2010-06-20 07:22:42 +0000 | [diff] [blame] | 104 | Fixed: Issue78 NPE with non-public class. Now throws TestNG exception |
cbeust | f1ae0de | 2010-06-19 14:41:39 +0000 | [diff] [blame] | 105 | Fixed: NPE with @Optional null parameters (Yves Dessertine) |
nalin.makar@gmail.com | e3b5205 | 2010-06-20 07:22:42 +0000 | [diff] [blame] | 106 | Fixed: TESTNG-387 TestNG not rerunning test method with the right data set from Data Provider (Franois Reynaud) |
nalin.makar@gmail.com | d3c04c3 | 2010-06-15 00:23:44 +0000 | [diff] [blame] | 107 | Fixed: Show correct number of pass/failed numbers for tests using @DataProvider |
| 108 | Fixed: Return correct method status and exception (if any) in InvokedMethodListener.afterInvocation() |
nalin.makar@gmail.com | d16c4e5 | 2010-06-10 20:59:55 +0000 | [diff] [blame] | 109 | Fixed: Trivial fixes: TESTNG-241 (log message at Info), Issue2 (throw SAXException and not NPE for invalid testng xml) |
| 110 | Fixed: Configuration methods couldn't depend on an abstract method (Nalin Makar) |
cbeust | 52fd78d | 2010-05-20 20:39:57 +0000 | [diff] [blame] | 111 | Fixed: TestNG#setTestClasses was not resetting m_suites |
cbeust | db66a3d | 2010-04-29 01:59:33 +0000 | [diff] [blame] | 112 | Fixed: Exceptions thrown by IInvokedMethodListeners were not caught (Nalin Makar) |
cbeust | bfac651 | 2010-04-19 17:42:35 +0000 | [diff] [blame] | 113 | Fixed: @Listeners now works on base classes as well |
| 114 | Fixed: Test priorities were not working properly in non-parallel mode |
cbeust | 4f8e3e6 | 2010-04-15 21:36:02 +0000 | [diff] [blame] | 115 | Fixed: @Listeners wasn't working properly with ITestListener |
cbeust | 0813ae8 | 2010-03-31 22:03:25 +0000 | [diff] [blame] | 116 | |
Cedric Beust | 4601d93 | 2010-07-30 13:22:36 -0700 | [diff] [blame] | 117 | Eclipse |
| 118 | |
Cedric Beust | ca615d7 | 2010-07-30 14:07:18 -0700 | [diff] [blame] | 119 | Fixed: TESTNG-395 New wizard was creating classes called "NewTest" |
| 120 | Fixed: TESTNG-397 Class level @Test was preventing groups from showing up in the launch configuration |
Cedric Beust | 4601d93 | 2010-07-30 13:22:36 -0700 | [diff] [blame] | 121 | |
cbeust | 1e61502 | 2010-06-24 01:53:30 +0000 | [diff] [blame] | 122 | Doc |
| 123 | Updated Maven documentation (Brett Porter) |
| 124 | |
cbeust | 0813ae8 | 2010-03-31 22:03:25 +0000 | [diff] [blame] | 125 | =========================================================================== |
cbeust | db66a3d | 2010-04-29 01:59:33 +0000 | [diff] [blame] | 126 | |
| 127 | 5.12.1 |
Cedric Beust | ac025d5 | 2010-07-20 23:06:08 -0700 | [diff] [blame] | 128 | 2010/03/29 |
cbeust | db66a3d | 2010-04-29 01:59:33 +0000 | [diff] [blame] | 129 | |
| 130 | Maven update |
| 131 | |
| 132 | =========================================================================== |
cbeust | 0813ae8 | 2010-03-31 22:03:25 +0000 | [diff] [blame] | 133 | 5.12 |
| 134 | |
cbeust | f0183e1 | 2010-01-17 02:34:35 +0000 | [diff] [blame] | 135 | Removed: Javadoc annotation support |
| 136 | |
cbeust | cfe1bf2 | 2010-03-24 20:26:31 +0000 | [diff] [blame] | 137 | Added: @Listeners |
cbeust | a26e157 | 2010-03-16 17:42:14 +0000 | [diff] [blame] | 138 | Added: IAttributes#getAttributeNames and IAttributes#removeAttribute |
cbeust | 416a6c6 | 2010-03-10 17:16:39 +0000 | [diff] [blame] | 139 | Added: testng-results.xml now includes test duration in the <suite> tag (Cosmin Marginean) |
cbeust | 1e15cc3 | 2010-03-03 16:59:55 +0000 | [diff] [blame] | 140 | Added: Injection now works for data providers |
cbeust | 419f668 | 2010-02-12 21:03:30 +0000 | [diff] [blame] | 141 | Added: TestNG#setObjectFactory(IObjectFactory) |
cbeust | bf8793f | 2010-01-29 06:36:16 +0000 | [diff] [blame] | 142 | Added: Priorities: @Test(priority = -1) |
cbeust | cfe1bf2 | 2010-03-24 20:26:31 +0000 | [diff] [blame] | 143 | Added: New attribute invocation-numbers in <include> |
cbeust | dd84c4f | 2010-01-24 21:28:02 +0000 | [diff] [blame] | 144 | Added: testng-failed.xml only contains the data provider invocations that failed |
cbeust | 68f4504 | 2009-12-30 01:58:29 +0000 | [diff] [blame] | 145 | Added: IInvokedMethodListener2 to have access to ITestContext in listeners (Karthik Krishnan) |
cbeust | e350d76 | 2010-02-20 03:23:08 +0000 | [diff] [blame] | 146 | Fixed: @Before methods run from factories were not properly interleaved |
cbeust | c319bb5 | 2009-12-30 20:32:29 +0000 | [diff] [blame] | 147 | Fixed: The TextReporter reports skipped tests as PASSED (Ankur Agrawal) |
cbeust | 68f4504 | 2009-12-30 01:58:29 +0000 | [diff] [blame] | 148 | |
cbeust | a5fceea | 2009-12-08 23:01:26 +0000 | [diff] [blame] | 149 | Eclipse: |
| 150 | |
cbeust | 4aa07e2 | 2010-01-05 01:29:09 +0000 | [diff] [blame] | 151 | Added: New file wizard: can now create a class with annotations, including @DataProvider |
cbeust | 1a7cabf | 2009-12-11 22:56:02 +0000 | [diff] [blame] | 152 | Added: You can now select multiple XML suites to be run in the launch dialog |
cbeust | e350d76 | 2010-02-20 03:23:08 +0000 | [diff] [blame] | 153 | Fixed: @Test(groups = <constant>) was taking name of the constant instead of its value. |
cbeust | beb3f2f | 2010-01-15 05:21:02 +0000 | [diff] [blame] | 154 | Fixed: http://jira.codehaus.org/browse/GRECLIPSE-476 NPE with Groovy Tests (Andrew Eisenberg) |
cbeust | 1a7cabf | 2009-12-11 22:56:02 +0000 | [diff] [blame] | 155 | Fixed: The custom XML file is now created in the temp directory instead of inside the project |
cbeust | a5fceea | 2009-12-08 23:01:26 +0000 | [diff] [blame] | 156 | Fixed: In the launch dialog, now display an error if trying to pick groups when no project is selected |
| 157 | Fixed: Was not setting the parallel attribute correctly on the temporary XML file |
cbeust | e02a82b | 2009-12-07 21:25:38 +0000 | [diff] [blame] | 158 | |
| 159 | =========================================================================== |
| 160 | 5.11 |
Cedric Beust | ac025d5 | 2010-07-20 23:06:08 -0700 | [diff] [blame] | 161 | 2009/12/08 |
cbeust | e02a82b | 2009-12-07 21:25:38 +0000 | [diff] [blame] | 162 | |
cbeust | a4e6892 | 2009-11-26 19:46:45 +0000 | [diff] [blame] | 163 | Added: Dependent methods can now run in their own thread |
cbeust | 88b7299 | 2009-10-25 23:00:55 +0000 | [diff] [blame] | 164 | Added: dataProviderThreadCount can be set from the command line and from ant (Adrian Grealish) |
cbeust | 77ec73c | 2009-09-17 15:18:32 +0000 | [diff] [blame] | 165 | Added: ITestAnnotation#setDataProvider |
cbeust | 99b4d6c | 2009-11-03 18:48:14 +0000 | [diff] [blame] | 166 | Added: Assert#assertEquals() methods for Sets and Maps |
cbeust | 3ee4638 | 2009-12-08 18:04:59 +0000 | [diff] [blame] | 167 | Fixed: The text reporter was no longer reporting stack traces for verbose >= 2 |
cbeust | e9b7e75 | 2009-12-05 19:57:30 +0000 | [diff] [blame] | 168 | Fixed: dataProviderClass was not respecting inheritance (like most attributes still) |
cbeust | 0501e25 | 2009-12-02 19:09:41 +0000 | [diff] [blame] | 169 | Fixed: @BeforeSuite/@AfterSuite would run multiple times when used in a @Factory |
cbeust | f4bff96 | 2009-12-01 21:31:44 +0000 | [diff] [blame] | 170 | Fixed: packages=".*" wasn't working properly (sandopolus) |
cbeust | 2cc1cc2 | 2009-11-29 01:32:19 +0000 | [diff] [blame] | 171 | Fixed: TestResult#getName now returns the description instead of the method |
cbeust | a4e6892 | 2009-11-26 19:46:45 +0000 | [diff] [blame] | 172 | Fixed: @DataProvider and dependent methods were not skipping correctly (Francois Reynaud) |
cbeust | 15d8b69 | 2009-11-14 19:54:58 +0000 | [diff] [blame] | 173 | Fixed: TESTNG-347 suite with parallel="tests" and test with parallel="classes" doesn't work correctly (Rob Allen) |
cbeust | bf8f9f5 | 2009-11-06 16:35:04 +0000 | [diff] [blame] | 174 | Fixed: TESTNG-67: @Configuration/@Factory methods in base class being ignored |
cbeust | 6006c86 | 2009-11-02 18:57:01 +0000 | [diff] [blame] | 175 | Fixed: Inner test classes were not excluded properly (Carsten Gubernator) |
cbeust | 43f186d | 2009-10-03 01:55:40 +0000 | [diff] [blame] | 176 | Fixed: threadPoolSize without invocationCount was causing reporters not to be invoked |
cbeust | dbdf74f | 2009-09-18 18:17:21 +0000 | [diff] [blame] | 177 | Fixed: A @Factory throwing an exception did not cause any error |
cbeust | 6d300dc | 2009-09-10 13:33:35 +0000 | [diff] [blame] | 178 | Fixed: <classfilesetref> was not working properly in the ant task (Ed Randall) |
cbeust | afd25d6 | 2009-09-01 17:57:59 +0000 | [diff] [blame] | 179 | Fixed: @BeforeClass methods were not running in parallel (Aidan Short) |
DanFabulich | 19ba35f | 2009-10-03 04:37:51 +0000 | [diff] [blame] | 180 | Fixed: Test class with @ObjectFactory doesn't get instantiated via the factory |
| 181 | Fixed: Allow IObjectFactory to load from non-standard classloader (for PowerMock support) |
cbeust | afd25d6 | 2009-09-01 17:57:59 +0000 | [diff] [blame] | 182 | |
cbeust | a5fceea | 2009-12-08 23:01:26 +0000 | [diff] [blame] | 183 | Eclipse 5.11.0.19: |
cbeust | f4bff96 | 2009-12-01 21:31:44 +0000 | [diff] [blame] | 184 | Added: New "parallel" preference setting (Windows / Preferences / TestNG) |
cbeust | 3ee4638 | 2009-12-08 18:04:59 +0000 | [diff] [blame] | 185 | Fixed: IIinvokedMethodListeners were not invoked |
cbeust | f4bff96 | 2009-12-01 21:31:44 +0000 | [diff] [blame] | 186 | |
cbeust | afd25d6 | 2009-09-01 17:57:59 +0000 | [diff] [blame] | 187 | =========================================================================== |
| 188 | 5.10 |
| 189 | |
cosminaru | 0480c02 | 2009-05-23 17:30:47 +0000 | [diff] [blame] | 190 | Added: The output in the testng-results.xml is now sorted by the starting timestamp (Daniel Rudman) |
cbeust | 9f2367a | 2009-05-18 19:16:14 +0000 | [diff] [blame] | 191 | Added: Better display of the test name and method description in the default and Emailable report |
cbeust | 5452007 | 2009-05-13 16:49:07 +0000 | [diff] [blame] | 192 | Added: If both -testjar and an XML file are provided on the command line, the latter will be used |
cbeust | fa41a36 | 2009-05-12 16:22:42 +0000 | [diff] [blame] | 193 | Added: @Before and @After methods can be injected with the current XmlTest |
cbeust | 572c7e6 | 2009-05-05 18:28:37 +0000 | [diff] [blame] | 194 | Added: Methods that time out now display the stack trace showing where the time out occurred |
cbeust | 94efdf8 | 2009-05-04 21:27:11 +0000 | [diff] [blame] | 195 | Added: ITestResult#getAttribute and ITestResult#setAttribute |
cbeust | fa41a36 | 2009-05-12 16:22:42 +0000 | [diff] [blame] | 196 | Added: @After methods can now be injected with an ITestResult |
cbeust | 94efdf8 | 2009-05-04 21:27:11 +0000 | [diff] [blame] | 197 | Added: @BeforeMethod and @AfterMethod methods can now be injected an ITestResult |
cbeust | da4f452 | 2009-04-30 22:26:02 +0000 | [diff] [blame] | 198 | Added: ISuite#getAttribute and ISuite#setAttribute to share data within a suite |
cbeust | 27e81a6 | 2009-05-05 17:57:26 +0000 | [diff] [blame] | 199 | Added: @Test(expectedExceptionsMessageRegExp = ".*foo.*") |
| 200 | Added: @DataProvider(parallel=true) |
cbeust | 0616967 | 2009-07-21 15:35:51 +0000 | [diff] [blame] | 201 | Fixed: @Test(dataProvider) was not working at the class level |
cbeust | 4c02d89 | 2009-06-26 22:30:55 +0000 | [diff] [blame] | 202 | Fixed: Display a better error message if the wrong exception is thrown with an expectedExceptions |
cbeust | b6eb367 | 2009-06-10 18:32:25 +0000 | [diff] [blame] | 203 | Fixed: Classes created by factories were not run in the order they were created |
cbeust | b7eacc5 | 2009-06-03 15:36:21 +0000 | [diff] [blame] | 204 | Fixed: Dependent methods are now run closer to methods within their class |
cbeust | b72906e | 2009-06-02 15:16:24 +0000 | [diff] [blame] | 205 | Fixed: xmlFileSet in ant was not working correctly (Sean Shou) |
cbeust | 18d27ed | 2009-06-01 15:49:09 +0000 | [diff] [blame] | 206 | Fixed: Various oversights in the DTD (Will McQueen) |
cosminaru | 0480c02 | 2009-05-23 17:30:47 +0000 | [diff] [blame] | 207 | Fixed: XMLUtils was not escaping XML attribute values |
cbeust | 9da51c4 | 2009-05-18 20:21:13 +0000 | [diff] [blame] | 208 | Fixed: TESTNG-317: Sequence order mis-calculation: testing using suite in sequence for classes and same method names creates non-sequential order |
cbeust | 45f8a9c | 2009-05-15 19:18:23 +0000 | [diff] [blame] | 209 | Fixed: Test names (classes that implement org.testng.ITest) now appear more prominently in the HTML reports |
cbeust | 572c7e6 | 2009-05-05 18:28:37 +0000 | [diff] [blame] | 210 | Fixed: expectedExceptions=RuntimeException.class was not failing when no exception was throw |
cbeust | 62009f0 | 2009-04-29 20:58:21 +0000 | [diff] [blame] | 211 | Fixed: TESTNG-291: Exceptions thrown by Iterable DataProviders are not caught, no failed test reported (Roberto Tyley) |
cbeust | b1b6205 | 2009-04-29 19:02:40 +0000 | [diff] [blame] | 212 | Fixed: TESTNG-301: Need to include parameters in testNG report for test created by @Factory |
cbeust | d1bcd19 | 2009-04-27 22:07:43 +0000 | [diff] [blame] | 213 | Fixed: testng-failed.xml now includes skipped tests |
cbeust | 27fb384 | 2009-04-20 16:02:44 +0000 | [diff] [blame] | 214 | Fixed: TestNG couldn't find Groovy files (Haw-Bin) |
| 215 | |
cbeust | 10b4109 | 2009-04-07 16:04:39 +0000 | [diff] [blame] | 216 | Eclipse |
| 217 | |
cbeust | 6dd2aaf | 2009-05-12 16:39:37 +0000 | [diff] [blame] | 218 | Fixed: TESTNG-313: Provide extension point to contribute test and report listeners (Erik Putrycz) |
cbeust | 10b4109 | 2009-04-07 16:04:39 +0000 | [diff] [blame] | 219 | Fixed: Quick fixes no longer introduce deprecated annotations (Greg Turnquist) |
| 220 | |
cbeust | e4e7d24 | 2008-04-06 04:16:13 +0000 | [diff] [blame] | 221 | =========================================================================== |
cbeust | a072671 | 2009-02-22 17:44:20 +0000 | [diff] [blame] | 222 | 5.9 |
Cedric Beust | ac025d5 | 2010-07-20 23:06:08 -0700 | [diff] [blame] | 223 | 2009/04/09 |
cbeust | 01f7479 | 2008-04-06 17:33:25 +0000 | [diff] [blame] | 224 | |
cbeust | 5c38f85 | 2009-03-23 03:46:06 +0000 | [diff] [blame] | 225 | Added: New ant task boolean flag: delegateCommandSystemProperties (Justin) |
cbeust | 32a38ce | 2009-03-24 17:30:31 +0000 | [diff] [blame] | 226 | Added: skipfailedinvocations under <suite> in testng-1.0.dtd (Gael Marziou / Stevo Slavic) |
cbeust | e38a74e | 2009-02-11 17:50:51 +0000 | [diff] [blame] | 227 | Added: -testrunfactory on the command line and in the ant task (Vitalyi Pamajonkov) |
cbeust | 1c5c9aa | 2009-01-30 21:09:43 +0000 | [diff] [blame] | 228 | Added: TESTNG-298: parallel="classes", which allows entire classes to be run in the same thread |
cbeust | c3b0ec5 | 2009-01-30 17:01:20 +0000 | [diff] [blame] | 229 | Added: @BeforeMethod can now declare Object[] as a parameter, which will be filled by the parameters of the test method |
| 230 | Added: IAnnotationTransformer2 |
| 231 | Added: @Test(invocationTimeOut), which lets you set a time out for the total time taken by invocationCount |
| 232 | Added: IInvokedMethodListener |
| 233 | Added: -testjar supports jar file with no testng.xml file |
cbeust | 08e5ac5 | 2009-03-31 21:56:17 +0000 | [diff] [blame] | 234 | Fixed: IInvokedMethodListener wasn't properly recognized from the command line (Leonardo Rafaeli) |
cbeust | 7ce0e72 | 2009-03-30 15:02:34 +0000 | [diff] [blame] | 235 | Fixed: TESTNG-309 Illegal default value for attribute in DTD file |
| 236 | Fixed: TESTNG-192: JUnit XML output includes wrong tests (Aleksandar Borojevic) |
cbeust | 36040b1 | 2009-03-28 05:01:47 +0000 | [diff] [blame] | 237 | Fixed: Set a generated suite to default to non-parallel (Mark Derricutt) |
cbeust | 52df24d | 2009-03-18 19:40:31 +0000 | [diff] [blame] | 238 | Fixed: -testJar command line parsing bug |
cbeust | 8beffc1 | 2009-03-18 19:27:21 +0000 | [diff] [blame] | 239 | Fixed: testng-failed.xml didn't include the listeners |
cbeust | 1b7fe50 | 2009-03-14 16:05:33 +0000 | [diff] [blame] | 240 | Fixed: annotation transformers were not run when specified in testng.xml |
cbeust | b68cf6d | 2009-02-25 16:07:13 +0000 | [diff] [blame] | 241 | Fixed: TESTNG-192: JUnit XML output includes wrong tests (Borojevic) |
cbeust | a072671 | 2009-02-22 17:44:20 +0000 | [diff] [blame] | 242 | Fixed: @Parameters was not working correctly on @BeforeMethods with @DataProvider used on @Test methods |
cbeust | 68749e1 | 2009-02-20 01:14:46 +0000 | [diff] [blame] | 243 | Fixed: testng-failed.xml was sometimes incorrectly generated (Borojevic) |
cbeust | df28a34 | 2009-02-16 19:18:21 +0000 | [diff] [blame] | 244 | Fixed: TestNG-228: Assert.assertEqualsNoOrder |
| 245 | Fixed: TestNG-229: Assert.assertEquals does not behave properly when arguments are sets |
| 246 | Fixed: TESTNG-36: assertEquals(Collection actual, Collection expected, String message) may have bug |
cbeust | ee0edc4 | 2009-01-30 22:06:57 +0000 | [diff] [blame] | 247 | Fixed: TESTNG-296: Malformed jar URLs breaking -testJar |
cbeust | c3b0ec5 | 2009-01-30 17:01:20 +0000 | [diff] [blame] | 248 | Fixed: TESTNG-297: TestNG seemingly never stops running while building failed test suite (Gregg Yost) |
cbeust | 3537191 | 2008-12-10 16:48:29 +0000 | [diff] [blame] | 249 | Fixed: TESTNG-285: @Test(sequential=true) works incorrectly for classes with inheritance |
cbeust | 9f2e0c3 | 2008-11-17 16:18:00 +0000 | [diff] [blame] | 250 | Fixed: TESTNG-254: XMLSuite toXML() ignores listeners |
cbeust | 6ca01b5 | 2008-10-15 21:11:46 +0000 | [diff] [blame] | 251 | Fixed: TESTNG-276: Thread safety problem in Reporter class |
| 252 | Fixed: TESTNG-277: Make Reporter.getCurrentTestResult() public |
cbeust | d04b2ae | 2008-10-01 22:29:18 +0000 | [diff] [blame] | 253 | Fixed: Potential NPE in XmlTest#getVerbose (Ryan Morgan) |
cbeust | 651ca6a | 2008-09-26 22:13:43 +0000 | [diff] [blame] | 254 | Fixed: EmailableReporter only displayed the first group for each test method |
cbeust | 6bf0a7d | 2008-09-09 18:32:58 +0000 | [diff] [blame] | 255 | Fixed: time-outs were not working in <test> and <suite> |
cbeust | 891c696 | 2008-06-19 15:50:55 +0000 | [diff] [blame] | 256 | Fixed: @BeforeTest failing in a base class would not cause subsequent test methods to be skipped |
cbeust | 318a4e4 | 2008-06-13 17:53:11 +0000 | [diff] [blame] | 257 | Fixed: TESTNG-195: @AfterMethod has no way of knowing if the current test failed |
cbeust | 486fc18 | 2008-05-31 23:16:07 +0000 | [diff] [blame] | 258 | Fixed: TESTNG-249: Overridden test methods were shadowing each other if specified with <include> |
cbeust | 8778efa | 2008-05-27 20:22:14 +0000 | [diff] [blame] | 259 | Fixed: DataProviders from @Factory-created tests were all invoked from the same instance |
cbeust | e3264a4 | 2008-05-27 02:14:38 +0000 | [diff] [blame] | 260 | Fixed: enabled was not working on configuration methods |
cbeust | 2cdae87 | 2008-05-26 19:51:31 +0000 | [diff] [blame] | 261 | Fixed: IIinvokedMethodListener was not correctly added in TestNG |
cbeust | 38ef90d | 2008-04-19 18:23:17 +0000 | [diff] [blame] | 262 | Fixed: NPE in XmlSuite#toXml |
cbeust | 01f7479 | 2008-04-06 17:33:25 +0000 | [diff] [blame] | 263 | Fixed: TESTNG-231: NullPointerException thrown converting a suite to XML (Mark) |
cbeust | e4e7d24 | 2008-04-06 04:16:13 +0000 | [diff] [blame] | 264 | |
cbeust | f3016e4 | 2008-04-06 18:56:04 +0000 | [diff] [blame] | 265 | Doc: |
cbeust | 2cdae87 | 2008-05-26 19:51:31 +0000 | [diff] [blame] | 266 | Added: 5.20: IInvokedMethodListener |
cbeust | 398dbfd | 2008-04-20 16:06:55 +0000 | [diff] [blame] | 267 | Added: -testjar |
cbeust | f3016e4 | 2008-04-06 18:56:04 +0000 | [diff] [blame] | 268 | |
cbeust | e4e7d24 | 2008-04-06 04:16:13 +0000 | [diff] [blame] | 269 | =========================================================================== |
cbeust | d9cf8a0 | 2008-02-17 23:38:26 +0000 | [diff] [blame] | 270 | 5.8 |
the.mindstorm | 3a23887 | 2007-11-15 01:44:32 +0000 | [diff] [blame] | 271 | |
cbeust | 5191a18 | 2008-03-23 04:50:22 +0000 | [diff] [blame] | 272 | Fixed: TestNG-220: Ignore class definition/loader issues when scanning classpath for implicit classes |
cbeust | d7d31c1 | 2008-03-23 04:02:44 +0000 | [diff] [blame] | 273 | Fixed: TestNG-224: Fix for relative suite filenames in XML file |
cbeust | 3e8cd5c | 2008-03-23 00:42:16 +0000 | [diff] [blame] | 274 | Added: TestNG-213: @Optional on a method parameter to allow optional @Parameters |
cbeust | 920214e | 2008-03-23 00:18:18 +0000 | [diff] [blame] | 275 | Fixed: TestNG-214: SkipException and TimeBombSkipException should accept nested exceptions |
| 276 | Fixed: TestNG-211: new Parser(inputStream) doesn't work |
cbeust | d9cf8a0 | 2008-02-17 23:38:26 +0000 | [diff] [blame] | 277 | Added: Methods that form a cycle are now shown when the cycle is detected |
cbeust | 509aca5 | 2008-02-04 01:33:30 +0000 | [diff] [blame] | 278 | Added: Support for <listeners> in testng.xml |
cbeust | fa27df3 | 2008-02-03 22:04:37 +0000 | [diff] [blame] | 279 | Added: IMethodInterceptor |
cbeust | 8b9443a | 2008-01-02 21:46:34 +0000 | [diff] [blame] | 280 | Added: @TestInstance on a data provider method parameter |
cbeust | d7e5000 | 2007-11-21 18:50:52 +0000 | [diff] [blame] | 281 | Fixed: @AfterMethod(lastTimeOnly) didn't work properly with data providers |
the.mindstorm | 7907479 | 2007-11-15 01:57:53 +0000 | [diff] [blame] | 282 | Added: antlib.xml to allow autodiscovery of Ant task definition |
the.mindstorm | 3a23887 | 2007-11-15 01:44:32 +0000 | [diff] [blame] | 283 | Fixed: name attribute on <test> is required |
cbeust | d7e5000 | 2007-11-21 18:50:52 +0000 | [diff] [blame] | 284 | |
cbeust | 8edb61b | 2008-03-23 02:11:47 +0000 | [diff] [blame] | 285 | Doc: |
| 286 | Added: Method Interceptor |
| 287 | Added: @Optional |
cbeust | 52b3c92 | 2008-04-06 03:40:26 +0000 | [diff] [blame] | 288 | Added: Doc for IMethodInterceptor (5.16) and TestNG listeners (5.18) |
cbeust | 8edb61b | 2008-03-23 02:11:47 +0000 | [diff] [blame] | 289 | Added: 5.19: Dependency injection |
| 290 | |
the.mindstorm | 31fbf11 | 2006-10-25 23:17:06 +0000 | [diff] [blame] | 291 | =========================================================================== |
cbeust | 072b1c0 | 2007-06-08 15:06:26 +0000 | [diff] [blame] | 292 | 5.7 |
| 293 | |
cbeust | 45a161f | 2007-11-01 21:37:49 +0000 | [diff] [blame] | 294 | Added: @BeforeMethod(firstTimeOnly) and @AfterMethod(lastTimeOnly) |
cbeust | ec9d274 | 2007-10-30 17:09:57 +0000 | [diff] [blame] | 295 | Added: @BeforeMethods can now take a Method and ITestContext parameters (like @DataProvider) |
the.mindstorm | 29a0d37 | 2007-10-02 12:43:25 +0000 | [diff] [blame] | 296 | Fixed: logging about abstract classes moved to level 5 |
cbeust | 2c75cc4 | 2007-11-08 16:31:32 +0000 | [diff] [blame] | 297 | Added: if @Parameter is missing from testng.xml then it is read from the System properties |
cbeust | 61e3a37 | 2007-09-23 06:54:11 +0000 | [diff] [blame] | 298 | Fixed: Don't run a @DataProvider method as a test when a class-level @Test is present |
| 299 | Added: Attribute @Test#skipFailedInvocations |
the.mindstorm | 0411121 | 2007-06-19 00:23:53 +0000 | [diff] [blame] | 300 | Fixed: TESTNG-169 Error message: <method> is depending on nonexistent method null ("null" is uninformative) |
cbeust | 503726b | 2007-06-18 20:17:49 +0000 | [diff] [blame] | 301 | Fixed: -listener takes comma-separated classes |
cbeust | 072b1c0 | 2007-06-08 15:06:26 +0000 | [diff] [blame] | 302 | Added: RetryAnalyzer (experimental) (Jeremie) |
| 303 | |
cbeust | 072b1c0 | 2007-06-08 15:06:26 +0000 | [diff] [blame] | 304 | =========================================================================== |
cbeust | e7ee920 | 2007-01-30 17:46:49 +0000 | [diff] [blame] | 305 | 5.6 |
Cedric Beust | ac025d5 | 2010-07-20 23:06:08 -0700 | [diff] [blame] | 306 | 2007/06/14 |
cbeust | e7ee920 | 2007-01-30 17:46:49 +0000 | [diff] [blame] | 307 | |
the.mindstorm | ee28d80 | 2007-04-12 00:48:56 +0000 | [diff] [blame] | 308 | Added: SkipException/TimeBombedSkipException for manual skipping |
cbeust | 503726b | 2007-06-18 20:17:49 +0000 | [diff] [blame] | 309 | Added: <tests> can now be disabled at xml level using <test enabled="false"> |
cbeust | c8d9bd6 | 2007-03-23 15:06:13 +0000 | [diff] [blame] | 310 | Added: Suite files that only contain other suites do not get reported |
cbeust | c81cb82 | 2007-03-15 11:08:03 +0000 | [diff] [blame] | 311 | Fixed: @BeforeClass methods would incorrectly report cyclic graphs |
bileblog | fda5621 | 2007-03-09 03:12:31 +0000 | [diff] [blame] | 312 | Added: get/setAttribute to ITestContext |
the.mindstorm | aa639c5 | 2007-03-07 20:02:47 +0000 | [diff] [blame] | 313 | Added: plugging in factory objects to handle the actual instantiation of tests |
cbeust | 91f466b | 2007-01-31 05:46:54 +0000 | [diff] [blame] | 314 | Added: dataProvider to @Factory |
cbeust | e7ee920 | 2007-01-30 17:46:49 +0000 | [diff] [blame] | 315 | Added: ISuite now gives access to the current XmlSuite |
the.mindstorm | c5b9a8c | 2007-02-13 10:33:16 +0000 | [diff] [blame] | 316 | Fixed: TESTNG-139 dependsOnMethods gets confused when dependency is "protected" |
the.mindstorm | b7e2670 | 2007-02-13 10:49:07 +0000 | [diff] [blame] | 317 | Fixed: TESTNG-141 junit attribute set to false in testng-failed.xml when it should be true |
the.mindstorm | 4c2554d | 2007-02-18 02:08:44 +0000 | [diff] [blame] | 318 | Fixed: TESTNG-142 Exceptions in DataProvider are not reported as failed test |
| 319 | Added: Improved behavior for @Before/@AfterClass when using @Factory |
| 320 | (http://forums.opensymphony.com/thread.jspa?threadID=6594&messageID=122294#122294) |
| 321 | Added: Support for concurrent execution for invocationCount=1 threadPoolSize>1 and @DataProvider |
| 322 | (http://forums.opensymphony.com/thread.jspa?threadID=64738&tstart=0) |
bileblog | cc01c6f | 2007-04-13 15:19:44 +0000 | [diff] [blame] | 323 | Added: New TestNG specific XML report, generated by default in 'xml' subdirectory of test-output |
the.mindstorm | 0f28263 | 2007-04-19 00:00:01 +0000 | [diff] [blame] | 324 | Added: support in strprotocol for passing the ITest.getTestName() information |
the.mindstorm | 79718dd | 2007-04-25 19:58:31 +0000 | [diff] [blame] | 325 | Fixed: TESTNG-152 If DataProvider is not found, the exception message should tell exactly what happened |
the.mindstorm | a30275d | 2007-04-18 22:39:57 +0000 | [diff] [blame] | 326 | |
the.mindstorm | 6d0b055 | 2007-02-21 23:10:35 +0000 | [diff] [blame] | 327 | Eclipse plug-in |
| 328 | |
| 329 | Fixed: Bug that made group launch configurations unusable |
the.mindstorm | a30275d | 2007-04-18 22:39:57 +0000 | [diff] [blame] | 330 | Fixed: The plugin doesn't create the correct launch configuration for @Factory |
| 331 | Fixed: Method based launchers cannot be editted |
| 332 | Fixed: Plugin hangs while executing test with dataprovider that sends \n, \r messages |
the.mindstorm | 0f28263 | 2007-04-19 00:00:01 +0000 | [diff] [blame] | 333 | Added: display ITest.getTestName() |
bileblog | c7104e1 | 2007-04-13 12:54:10 +0000 | [diff] [blame] | 334 | |
| 335 | IDEA plug-in |
| 336 | |
| 337 | Fixed: IDEA 7.0 compatibility |
| 338 | Fixed: occasional 'illegal arguments exception' |
| 339 | Fixed: TESTNG-151 Final passing test result is not properly hidden |
bileblog | 2bb2684 | 2007-04-13 15:18:44 +0000 | [diff] [blame] | 340 | Added: Auto-completion for dependsOnMethods |
| 341 | Added: Highlighting of invalid groups/methods in dependsOn* |
Cedric Beust | ac025d5 | 2010-07-20 23:06:08 -0700 | [diff] [blame] | 342 | |
cbeust | e7ee920 | 2007-01-30 17:46:49 +0000 | [diff] [blame] | 343 | =========================================================================== |
the.mindstorm | 2151a49 | 2006-12-13 04:36:44 +0000 | [diff] [blame] | 344 | 5.5 |
Cedric Beust | ac025d5 | 2010-07-20 23:06:08 -0700 | [diff] [blame] | 345 | 2007/01/25 |
the.mindstorm | 2151a49 | 2006-12-13 04:36:44 +0000 | [diff] [blame] | 346 | |
cbeust | a26b36e | 2007-01-23 23:47:21 +0000 | [diff] [blame] | 347 | Fixed: @BeforeGroup methods were run twice when in a base class |
cbeust | bab1568 | 2007-01-18 00:21:17 +0000 | [diff] [blame] | 348 | Fixed: @BeforeGroup methods were run twice with a @Test at class level |
cbeust | 94b43f7 | 2007-01-11 23:57:29 +0000 | [diff] [blame] | 349 | Fixed: parallel="tests" didn't work as advertised |
the.mindstorm | 39c426d | 2007-01-08 20:24:01 +0000 | [diff] [blame] | 350 | Added: Support for thread-count at test level |
cbeust | fd84153 | 2007-01-03 21:42:51 +0000 | [diff] [blame] | 351 | Added: Method selectors receive a Context and can stop the chain with setStopped() |
cbeust | 88718b4 | 2007-01-03 16:31:31 +0000 | [diff] [blame] | 352 | Fixed: XmlMethodSelector was always run first regardless of its priority |
the.mindstorm | 25f69e4 | 2006-12-29 02:15:23 +0000 | [diff] [blame] | 353 | Added: @BeforeGroups/@AfterGroups can live in classes without @Test methods |
cbeust | 10efd59 | 2006-12-28 18:05:26 +0000 | [diff] [blame] | 354 | Added: DataProvider can now take an ITestContext parameter |
cbeust | e58af1d | 2006-12-28 03:17:31 +0000 | [diff] [blame] | 355 | Fixed: Wasn't parsing <selector-class-name> correctly |
cbeust | f7e88f8 | 2006-12-21 23:16:25 +0000 | [diff] [blame] | 356 | Fixed: Annotation Transformers now work on class-level annotations |
| 357 | Fixed: Some class-level @Test attributes were not always honored |
the.mindstorm | 9a14825 | 2006-12-21 22:54:28 +0000 | [diff] [blame] | 358 | Added: Clean separation between @Test invocation events and @Configuration invocation events |
| 359 | (see also TESTNG-111) |
cbeust | 5723302 | 2006-12-23 16:24:22 +0000 | [diff] [blame] | 360 | Added: Test instances created by @Factory now run in multiple threads in parallel mode |
the.mindstorm | 4a9f5e1 | 2006-12-19 20:16:18 +0000 | [diff] [blame] | 361 | Fixed: @Before/@AfterGroups invocation order |
the.mindstorm | 6b388f8 | 2006-12-19 16:18:26 +0000 | [diff] [blame] | 362 | Fixed: TESTNG-27: Parameters are not used on <test> level anymore |
the.mindstorm | 8199621 | 2006-12-14 03:01:30 +0000 | [diff] [blame] | 363 | Fixed: TESTNG-107 don't create an output directory if "outputDirectory" is null |
cbeust | 6856675 | 2006-12-14 00:04:29 +0000 | [diff] [blame] | 364 | Fixed: TESTNG-127 UseDefaultListeners in Ant Task does not work |
the.mindstorm | ff19c2b | 2006-12-13 04:37:25 +0000 | [diff] [blame] | 365 | Fixed: TESTNG-119 Running TestNG runner with invalid '-sourcedir' on JDK14 JavaDoc annotated test classes won't fail. |
the.mindstorm | 8603fcf | 2006-12-13 04:37:04 +0000 | [diff] [blame] | 366 | Fixed: TESTNG-113 Dependent methods within the same static inner class are not found |
the.mindstorm | 2151a49 | 2006-12-13 04:36:44 +0000 | [diff] [blame] | 367 | Fixed: TESTNG-125 TestNG failed for test classes under *.java*.* pakages |
| 368 | |
the.mindstorm | 531c73e | 2006-12-22 04:06:09 +0000 | [diff] [blame] | 369 | Eclipse plug-in |
| 370 | Fixed: issue with launch configuration |
| 371 | Fixed: TESTNG-124: setting location of testng reports output |
| 372 | |
the.mindstorm | 2151a49 | 2006-12-13 04:36:44 +0000 | [diff] [blame] | 373 | =========================================================================== |
the.mindstorm | 20e416d | 2006-11-23 10:47:39 +0000 | [diff] [blame] | 374 | 5.4 |
the.mindstorm | c70a9de | 2006-10-31 00:18:31 +0000 | [diff] [blame] | 375 | |
the.mindstorm | 8ced8ae | 2006-12-10 03:38:58 +0000 | [diff] [blame] | 376 | Fixed: Ant task issue with paths containing spaces |
the.mindstorm | feb9f10 | 2006-12-08 17:10:25 +0000 | [diff] [blame] | 377 | Added: for @BeforeGroups and @AfterGroups specifying the groups() attribute will auto-include the method |
| 378 | into those groups by default (previously you had to also provide the value() attribute). |
the.mindstorm | 6b25aa4 | 2006-11-23 10:11:35 +0000 | [diff] [blame] | 379 | Added: the load @Tests (invocationCount + threadPoolSize) are triggered simultaneous |
| 380 | Fixed: reports are correctly displaying the thread info |
the.mindstorm | f50b618 | 2006-11-02 12:39:37 +0000 | [diff] [blame] | 381 | Added: @DataProvider name defaults to method name |
the.mindstorm | c70a9de | 2006-10-31 00:18:31 +0000 | [diff] [blame] | 382 | Added: support for remote protocol to pass parameter information |
| 383 | Fixed: TextReporter logs information about the parameters of the test methods |
the.mindstorm | 63d1b81 | 2006-11-01 18:29:35 +0000 | [diff] [blame] | 384 | Fixed: concurrency issue in JUnitXMLReporter |
| 385 | Fixed: output of JUnitXMLReporter must be CDATA |
the.mindstorm | fd3d629 | 2006-11-12 00:55:45 +0000 | [diff] [blame] | 386 | Fixed: XML unsupported annotations/parallel attribute values are reported |
cbeust | 125d247 | 2006-09-16 19:49:12 +0000 | [diff] [blame] | 387 | |
the.mindstorm | b74384c | 2006-11-25 03:16:51 +0000 | [diff] [blame] | 388 | Eclipse plug-in |
the.mindstorm | bd2de7a | 2006-11-30 01:24:05 +0000 | [diff] [blame] | 389 | Fixed: groups with multi-attribute javadoc annotations |
the.mindstorm | b74384c | 2006-11-25 03:16:51 +0000 | [diff] [blame] | 390 | Fixed: consistent behavior for dependsOnMethods |
| 391 | Fixed: consistent behavior for tests with dependsOnGroups (a warning is emitted) |
| 392 | Fixed: consistent merge of configuration arguments when an existing launch configuration exists |
the.mindstorm | 7b73a74 | 2006-09-14 17:39:29 +0000 | [diff] [blame] | 393 | =========================================================================== |
cbeust | 125d247 | 2006-09-16 19:49:12 +0000 | [diff] [blame] | 394 | 5.3 |
Cedric Beust | ac025d5 | 2010-07-20 23:06:08 -0700 | [diff] [blame] | 395 | 2006/10/30 |
cbeust | 125d247 | 2006-09-16 19:49:12 +0000 | [diff] [blame] | 396 | |
the.mindstorm | 7a14bd8 | 2006-10-25 00:56:00 +0000 | [diff] [blame] | 397 | Fixed: use a single instance of bsh.Interpreter |
the.mindstorm | 5594875 | 2006-10-24 12:16:16 +0000 | [diff] [blame] | 398 | Added: @Before/@AfterMethod can declare a java.lang.reflect.Method parameter to be informed about the @Test method |
the.mindstorm | 957a0e6 | 2006-10-20 00:42:42 +0000 | [diff] [blame] | 399 | Fixed: super classes must not be listed in testng-failures.xml |
| 400 | Fixed: parallel attribute must not appear if empty or null in testng-failures.xml |
the.mindstorm | 5e5666c | 2006-10-16 22:07:24 +0000 | [diff] [blame] | 401 | Fixed: parsing for javadoc annotations is done on request only |
| 402 | Added: improved multiple suite summary page report |
| 403 | Added: -target option deprecated in favor of -annotations javadoc|jdk |
cbeust | 9e5d6a0 | 2006-10-16 00:39:54 +0000 | [diff] [blame] | 404 | Fixed: filesets in the ant task didn't work if the paths have spaces in them |
the.mindstorm | 992befd | 2006-10-10 22:08:48 +0000 | [diff] [blame] | 405 | Fixed: Before/After Suite were behaving wrong in parallel execution |
| 406 | Added: A generic/extensible RemoteTestNG was added to the core |
the.mindstorm | 494a8d8 | 2006-09-28 23:06:30 +0000 | [diff] [blame] | 407 | Fixed: Before/AfterGroup-s were behaving wrong when using invocationCount, dataProvider and threadPoolSize |
| 408 | Fixed: improved support for running different annotation type tests in the same suite |
| 409 | Fixed: testng-failed.xml was generated even if there were no failures/skipps |
| 410 | Fixed: -usedefaultlisteners was wrongly passed to JVM instead of TestNG options |
cbeust | 3ee1fe0 | 2006-09-26 14:00:26 +0000 | [diff] [blame] | 411 | Added: Attribute dataProviderClass for @Test and @testng.test |
cbeust | ada9851 | 2006-09-22 20:17:00 +0000 | [diff] [blame] | 412 | Fixed: Forgot to account for cases where both invocationCount and DataProviders are present |
cbeust | 67a9c89 | 2006-09-22 05:38:30 +0000 | [diff] [blame] | 413 | Fixed: AfterGroups were invoked out of order with invocationCount and DataProviders |
cbeust | ada9851 | 2006-09-22 20:17:00 +0000 | [diff] [blame] | 414 | Fixed: Reporter.getOutput() returned an empty array if a timeOut was specified |
cbeust | 2c30372 | 2006-09-17 21:04:34 +0000 | [diff] [blame] | 415 | Added: testng.xml now supports <suite-files> |
cbeust | 125d247 | 2006-09-16 19:49:12 +0000 | [diff] [blame] | 416 | Added: ant task can receive several listeners |
the.mindstorm | 6a22909 | 2006-09-18 06:52:11 +0000 | [diff] [blame] | 417 | Fixed: TESTNG-109 Skipped tests with expected exceptions are reported as failures |
Bill.Michell | 55cef1b | 2006-10-13 16:29:44 +0000 | [diff] [blame] | 418 | Added: ant task can now select the parallel mode for running tests |
| 419 | Fixed: ant task correctly deals with empty groups and excludedgroups parameters |
| 420 | Added: ant task can override default suite and test names |
| 421 | Added: comand line support for setting parallel mode, suite and test names |
the.mindstorm | 7b73a74 | 2006-09-14 17:39:29 +0000 | [diff] [blame] | 422 | |
| 423 | Eclipse plug-in |
| 424 | Added: Support for configuring per project usedefaultlisteners |
the.mindstorm | 6a22909 | 2006-09-18 06:52:11 +0000 | [diff] [blame] | 425 | Added: Contextual drop-down menu on failures tab of the TestNG view to enable running/debugging method failure only |
| 426 | Added: Suppport for configuring per project TestNG jar usage (project provided one or plugin provided one) |
cbeust | 8855dc4 | 2006-08-14 20:20:52 +0000 | [diff] [blame] | 427 | |
the.mindstorm | a10e6b8 | 2006-08-06 21:51:57 +0000 | [diff] [blame] | 428 | =========================================================================== |
cbeust | 8bee407 | 2006-08-23 23:32:32 +0000 | [diff] [blame] | 429 | 5.2 |
| 430 | |
cbeust | ae56997 | 2006-09-11 19:47:01 +0000 | [diff] [blame] | 431 | Added: "-usedefaultlisteners true/false" to command line and ant |
| 432 | Added: EmailableReporter (from Paul Mendelson) |
cbeust | 4b9824b | 2006-09-01 17:34:08 +0000 | [diff] [blame] | 433 | Added: parallel can now be "methods" or "tests". Boolean version deprecated |
cbeust | c2408c3 | 2006-08-29 17:23:22 +0000 | [diff] [blame] | 434 | Added: TestNGAntTask now uses the @ syntax to invoke TestNG |
cbeust | 26b0c78 | 2006-08-29 16:54:38 +0000 | [diff] [blame] | 435 | Added: Command line understands @ syntax |
cbeust | e24b380 | 2006-08-24 17:47:41 +0000 | [diff] [blame] | 436 | Added: JUnitConverter uses the new syntax |
| 437 | Added: -groups to JUnitConverter |
cbeust | 8bee407 | 2006-08-23 23:32:32 +0000 | [diff] [blame] | 438 | Fixed: Throw proper exception when a DataProvider declares parameters |
the.mindstorm | f91c2a6 | 2006-09-03 01:32:44 +0000 | [diff] [blame] | 439 | Added: completely revamped JUnit support (should run all kind of JUnit tests) |
| 440 | Fixed: TESTNG-40 (Bug in testng-failed.xml generation) |
the.mindstorm | 2ea9333 | 2006-09-04 23:59:44 +0000 | [diff] [blame] | 441 | Fixed: TESTNG-106 (Failed "@BeforeSuite" method just skipps the last test in xml-file) |
| 442 | Fixed: Success on 0 tests (http://forums.opensymphony.com/thread.jspa?threadID=41213) |
the.mindstorm | f91c2a6 | 2006-09-03 01:32:44 +0000 | [diff] [blame] | 443 | |
| 444 | Eclipse plug-in |
| 445 | Added: TESTNG-105 Automaticaly define TESTNG_HOME classpath variable |
cbeust | 8bee407 | 2006-08-23 23:32:32 +0000 | [diff] [blame] | 446 | |
| 447 | =========================================================================== |
the.mindstorm | a10e6b8 | 2006-08-06 21:51:57 +0000 | [diff] [blame] | 448 | 5.1 |
Cedric Beust | ac025d5 | 2010-07-20 23:06:08 -0700 | [diff] [blame] | 449 | 2006/08/18 |
cbeust | 336f0ef | 2006-08-01 22:50:26 +0000 | [diff] [blame] | 450 | |
cbeust | 8855dc4 | 2006-08-14 20:20:52 +0000 | [diff] [blame] | 451 | Added: @Test(sequential = true) |
cbeust | ca895ef | 2006-08-09 21:34:51 +0000 | [diff] [blame] | 452 | Fixed: TESTNG-102 (Incorrect ordering of @BeforeMethod calls when a dependency is specified) |
the.mindstorm | 997a593 | 2006-08-11 19:34:04 +0000 | [diff] [blame] | 453 | Fixed: TESTNG-101 (HTML output contains nested <P> tags and a missing <tr> tag) |
the.mindstorm | a10e6b8 | 2006-08-06 21:51:57 +0000 | [diff] [blame] | 454 | Added: support for specifying test-only classpath (http://forums.opensymphony.com/thread.jspa?messageID=78048&tstart=0) |
| 455 | Fixed: TESTNG-93 (method selectors filtering @BeforeMethod) |
| 456 | Fixed: TESTNG-81 (Assert.assertFalse() displays wrong expected, actual value) |
| 457 | Fixed: TESTNG-59 (multiple method selectors usage results in no tests run) |
| 458 | Fixed: TESTNG-56 (invocation of @Before/AfterClass methods in parallel/sequential scenarios) |
| 459 | Fixed: TESTNG-40 (failures suite does not contain @Before/After Suite/Test methods) |
| 460 | Fixed: TESTNG-37 (allow passing null parameter value from testng.xml) |
| 461 | Fixed: TESTNG-7 (display classname when hovering method) |
| 462 | |
| 463 | |
| 464 | Eclipse plug-in |
| 465 | |
| 466 | Added: run contextual test classes with parameters from suite definition files |
| 467 | Added: TESTNG-100 (Show HTML reports after running tests) |
the.mindstorm | 13e8f50 | 2006-08-11 20:27:14 +0000 | [diff] [blame] | 468 | Added: TESTNG-97 (Double click top stack to raise comparison) |
the.mindstorm | a10e6b8 | 2006-08-06 21:51:57 +0000 | [diff] [blame] | 469 | Added: TESTNG-84 (plug-in UI for suite option should support absolute path) |
| 470 | Added: TESTNG-20 (copy stack trace) |
| 471 | |
| 472 | Fixed: TESTNG-72 (display groups with non-array values) |
| 473 | Fixed: TESTNG-64 (Eclipse plug-in applies added groups to all launch configurations) |
| 474 | Fixed: TESTNG-28 (Cannot select groups from dependent eclipse projects) |
| 475 | Fixed: TESTNG-25 (do not display fully qualified method name when running contextual test class) |
| 476 | |
| 477 | Improved behavior: |
| 478 | TESTNG-98 (temporary files have guaranteed fixed names) |
| 479 | TESTNG-95 (Assertion failed comparison trims trailing ">") |
cbeust | 96761aa | 2006-08-15 17:31:35 +0000 | [diff] [blame] | 480 | TESTNG-70 (TestNG prevents eclipse from opening an older CVS version of a java class) |
the.mindstorm | a10e6b8 | 2006-08-06 21:51:57 +0000 | [diff] [blame] | 481 | display of test hierarchy information (TESTNG-29) |
| 482 | |
cbeust | 336f0ef | 2006-08-01 22:50:26 +0000 | [diff] [blame] | 483 | =========================================================================== |
| 484 | |
| 485 | 5.0.1 |
| 486 | |
| 487 | Eclipse plug-in |
| 488 | |
| 489 | Added: Output directory for the tests |
| 490 | Added: Can now specify listener classes |
| 491 | |
| 492 | =========================================================================== |
| 493 | 5.0.1 |
| 494 | |
| 495 | Fixed: reports generated by SuiteHTMLReporter do not work with JDK1.4 |
| 496 | |
| 497 | =========================================================================== |
| 498 | |
| 499 | 5.0 |
Cedric Beust | ac025d5 | 2010-07-20 23:06:08 -0700 | [diff] [blame] | 500 | 2009/04/01 |
cbeust | 336f0ef | 2006-08-01 22:50:26 +0000 | [diff] [blame] | 501 | |
| 502 | Added: Ant task: support for JVM, workingDir, timeout |
| 503 | Added: Stack traces can be interactively shown in the HTML reports |
| 504 | Added: Link to testng.xml in the reports |
| 505 | Added: New structure for reports, suites go in their individual directory |
| 506 | Added: @Test(suiteName) and @Test(testName) |
| 507 | Added: The stack traces in reports do not include TestNG frames (system property testng.exception) |
| 508 | (see: http://groups.google.com/group/testng-dev/browse_thread/thread/9f4d46ade10b0fda) |
| 509 | Fixed: Exit with error when no methods are run |
| 510 | (see: http://groups.google.com/group/testng-dev/browse_thread/thread/3c26e8a5658f22ac) |
| 511 | Added: List of methods in alphabetical order |
| 512 | Fixed: Class-scoped annotations were not recognized when inherited |
| 513 | Added: Deprecated @Configuration and introduced @BeforeSuite/Test/Class/TestMethod |
| 514 | Added: Deprecated @ExpectedExceptions and moved it into @Test |
| 515 | Added: expectedExceptions to @Test, deprecated @ExpectedExceptions |
| 516 | Added: New annotations: @BeforeSuite, @BeforeTest, etc... |
| 517 | Fixed: Was returning an exit code of 0 if a cyclic graph was detected |
| 518 | Added: Interface org.testng.ITest so that tests can declare a name |
| 519 | Fixed: The Text reporter was reporting the square of the actual number of methods |
| 520 | Fixed: Bug reported by Eran about dependencies with an afterClass method |
| 521 | Added: IHookCallBack now receives the ITestResult in its run() method |
| 522 | Added: Name of suite for command line can be set with -Dtestng.suite.name=xxx |
| 523 | Fixed: TestNGAntTask was hardcoding m_haltOnFSP to true |
| 524 | Fixed: Passing a null parameter caused an NPE in the reports |
| 525 | Added: "listener" to the ant task (and documentation) |
| 526 | Added: if patch-testng-sourcedir.properties is found in the classpath |
| 527 | with a property "sourcedir" containing a ; separated list of |
| 528 | directories, this list will override -sourcedir. |
| 529 | |
| 530 | =========================================================================== |
| 531 | |
| 532 | |
| 533 | 4.7 |
| 534 | |
| 535 | Added: Maven 2 plug-in |
| 536 | Fixed: Message formattings in TestNG assertion utility class |
| 537 | Fixed: @Factory methods were counted as @Test as well |
| 538 | http://jira.opensymphony.com/browse/TESTNG-51 |
| 539 | Fixed: All DataProvider parameters were shown in the HTML report |
| 540 | Fixed: Bug in testng-failed.xml generation |
| 541 | Fixed: <packages> bug when using a jar file to load the test classes |
| 542 | Added: alwaysRun for before @Configuration methods |
| 543 | http://jira.opensymphony.com/browse/TESTNG-35 |
| 544 | Fixed: groupless @Configurations were not invoked if a method depends on a group |
| 545 | http://jira.opensymphony.com/browse/TESTNG-45 |
| 546 | Added: beforeGroups/afterGroups to @Configuration |
| 547 | |
| 548 | Eclipse plugin: |
| 549 | |
| 550 | Added: last contextual launch is available in Eclipse launcher lists |
| 551 | Fixed: 3.2M5 integration (removed dependency on non-existing class) |
| 552 | Fixed: testng-failures.xml generation |
| 553 | |
| 554 | =========================================================================== |
| 555 | |
| 556 | 4.6 |
Cedric Beust | ac025d5 | 2010-07-20 23:06:08 -0700 | [diff] [blame] | 557 | 2006/27/02 |
cbeust | 336f0ef | 2006-08-01 22:50:26 +0000 | [diff] [blame] | 558 | |
| 559 | Added: Documentation contains the new reports |
| 560 | Added: TestNG.setUseDefaultListeners(boolean) |
| 561 | Added: Descriptions now appear in TextReporter (verbose>=2) and the HTML reports |
| 562 | Added: description attribute to @Test and @Configuration |
| 563 | Added: combined Reporter output in the reports |
| 564 | Added: methods not run in the reports |
| 565 | Added: org.testng.IReporter |
| 566 | Added: threadPoolSize to @Test |
| 567 | Added: Reports now show relative timings (start at 0) |
| 568 | Added: Reports now show different colors depending on the methods' classes |
| 569 | Added: Reports now show all parameters used to invoke the test method |
| 570 | Added: org.testng.Reporter |
| 571 | Added: DataProviders can accept a Method as first parameter |
| 572 | Fixed: Extraneous implicit inclusion of a method |
| 573 | |
| 574 | Eclipse plugin: |
| 575 | |
| 576 | Added: Run/Debug as TestNG test from the editor contextual menu |
| 577 | Fixed: TESTNG-24: 'Run as testng test' does not appear of the Test annotation does not have a group |
| 578 | Fixed: TESTNG-18: Eclipse plugin ignores Factory annotation |
| 579 | Fixed: TESTNG-21: Show differences when double clicking assertion exceptions |
| 580 | Added: UI allows setting orientation (even more space) |
| 581 | http://forums.opensymphony.com/thread.jspa?threadID=17225&messageID=33805#33805 |
| 582 | |
| 583 | =========================================================================== |
| 584 | |
| 585 | 4.5 |
Cedric Beust | ac025d5 | 2010-07-20 23:06:08 -0700 | [diff] [blame] | 586 | 2007/07/02 |
cbeust | 336f0ef | 2006-08-01 22:50:26 +0000 | [diff] [blame] | 587 | |
| 588 | Core: |
| 589 | |
| 590 | Fixed: Methods were not implicitly included, only groups |
| 591 | Fixed: Bug with failed parent @Configuration don't skip child @Configuration/@Test invocations |
| 592 | Fixed: Bug with overridding @Configuration methods (both parent and child were run) |
| 593 | Fixed: Bug when overriding beforeClass methods in base class (cyclic graph) |
| 594 | Added: Support for JAAS (see org.testng.IHookable) |
| 595 | Fixed: Problem with nested classes inside <package name="foo.*" |
| 596 | Fixed: If a group is not found, mark the method as a skip instead of aborting |
| 597 | Fixed: testng-failed.xml was not respecting dependencies |
| 598 | Fixed: class/include method in testng.xml didn't work on default package |
| 599 | Fixed: DTD only allowed one <define> |
| 600 | Fixed: ArrayIndexOutOfBoundsException for jMock |
| 601 | Added: dependsOnMethods can contain methods from another class |
| 602 | Fixed: JUnitConverter required -restore, not any more (option is now a no-op) |
| 603 | Fixed: JUnit mode wasn't invoking setName() on test classes |
| 604 | Added: Regular expressions for classes in <package> |
| 605 | Added: Distributed TestNG |
| 606 | Fixed: Command line parameters and testng.xml are now cumulative |
| 607 | Fixed: Reports now work for multiple suites |
| 608 | Fixed: Was ignoring abstract classes even if they have non-abstract instances |
| 609 | Fixed: If setUp() failed, methods were not skipped |
| 610 | Fixed: Was not clearly indicating when beforeSuite fails |
| 611 | Added: @Configuration.inheritGroups |
| 612 | Fixed: inconsistency between testng.xml and objects regarding method selectors |
| 613 | |
| 614 | Eclipse plug-in: |
| 615 | |
| 616 | New look for the progress view. |
| 617 | |
| 618 | =========================================================================== |
| 619 | |
| 620 | 4.4 |
| 621 | |
| 622 | Core: |
| 623 | |
| 624 | Fixed: testng-failures.xml was not excluding methods from base classes |
| 625 | Fixed: Bug in suites of suites for JUnit mode |
| 626 | |
| 627 | =========================================================================== |
| 628 | |
| 629 | 4.3 |
| 630 | |
| 631 | Core: |
| 632 | |
| 633 | Fixed: testng-failures.xml was not excluding methods from base classes |
| 634 | Fixed: Bug in suites of suites for JUnit mode |
| 635 | Added: Excluded groups on command line and ant task |
| 636 | Fixed: When including a group, implicitly include groups depended upon |
| 637 | Fixed: When depending on several groups, wasn't skipped if one of them failed |
| 638 | Fixed: Failures weren't reported accurately in the JUnitReports report |
| 639 | Fixed: Wasn't throwing an exception if depending on a non-existing group |
| 640 | |
| 641 | =========================================================================== |
| 642 | |
| 643 | 4.2 |
| 644 | |
| 645 | Core: |
| 646 | |
| 647 | Fixed: wasn't excluding methods in base classes |
| 648 | Added: alwaysRun for tests (soft dependencies) |
| 649 | Fixed: Class-level enabled=false were not honored |
| 650 | Fixed: Bug with multiple dataproviders on same class |
| 651 | Fixed: Bug with dataprovider defined in the parent class |
| 652 | Fixed: Bug with dataprovider defined in a subclass |
| 653 | Fixed: Bug with dataprovider defined in an abstract class |
| 654 | Fixed: testng-failures generation was excluding the methods even if a failed test depended on it |
| 655 | |
| 656 | =========================================================================== |
| 657 | |
| 658 | 4.1 |
| 659 | |
| 660 | Core: |
| 661 | |
| 662 | Added: @DataProviders can return Iterable<Object[]> |
| 663 | Fixed: Superclass test methods were not called in the presence of a class @Test |
| 664 | Added: Reporter class to log messages in the HTML reports |
| 665 | |
| 666 | =========================================================================== |
| 667 | |
| 668 | 4.0 |
Cedric Beust | ac025d5 | 2010-07-20 23:06:08 -0700 | [diff] [blame] | 669 | 2005/11/10 |
cbeust | 336f0ef | 2006-08-01 22:50:26 +0000 | [diff] [blame] | 670 | |
| 671 | Core: |
| 672 | |
| 673 | Fixed: suite methods now invoked only once in a hierarchy |
| 674 | Added: @DataProvider and @testng.data-provider |
| 675 | Fixed: Interleave order now respected for before/afterClass methods |
| 676 | Added: Can now invoke java -jar testng-2.6.jar <...> |
| 677 | Added: Support for BeanShell |
| 678 | Added: Method Selectors (IMethodSelector) |
| 679 | Fixed: In the absence of dependencies, @Configuration methods respect inheritance |
| 680 | Fixed: Bug in multithreaded dependencies on methods |
| 681 | Fixed: dependsOnGroups wasn't working on regular expressions |
| 682 | Fixed: Bug in <package> when directories contain spaces in their names |
| 683 | Fixed: Introduced a JDK5 dependency in the JDK1.4 build (getEnclosingClass()) |
| 684 | Fixed: Output directory in ant task was not honored if it didn't exist |
| 685 | Fixed: Problem with timeout according to |
| 686 | http://forums.opensymphony.com/thread.jspa?threadID=6707 |
| 687 | |
| 688 | Eclipse plug-in: |
| 689 | |
| 690 | Fixed: Wasn't handling linked directories correctly |
| 691 | Fixed: Bug in QuickFix implementation |
| 692 | Added: Quick Fix for JUnit conversion (Annotations and JavaDoc) |
| 693 | Fixed: Methods Run as TestNG test |
| 694 | Added: Package level Run as TestNG test |
| 695 | Fixed: Resources from the linked directories are using a wrong path when |
| 696 | passed to command line TestNG |
| 697 | |
| 698 | IDEA plug-in: |
| 699 | |
| 700 | Added: Support for JDK 1.4 (both projects and IDEA itself) |
| 701 | Fixed: Classes that contained only configuration were ignored |
| 702 | |
| 703 | =========================================================================== |
| 704 | |
| 705 | 2.5 |
Cedric Beust | ac025d5 | 2010-07-20 23:06:08 -0700 | [diff] [blame] | 706 | 2005/08/08 |
cbeust | 336f0ef | 2006-08-01 22:50:26 +0000 | [diff] [blame] | 707 | |
| 708 | Added: ITestListener.onTestStart(ITestResult) |
| 709 | Added: Support for <packages> |
| 710 | Added: Resource files for easier ant taskdefs |
| 711 | Fixed: @Configuration methods were not invoked with individual test methods |
| 712 | Fixed: Bug with ExpectedExceptions |
| 713 | Fixed: Didn't support nested factory classes |
| 714 | Fixed: NPE if -target is omitted with JDK 1.4 |
| 715 | Fixed: @Configuration failures in a class would cause other classes to fail |
| 716 | Added: alwaysRun |
| 717 | Fixed: beforeTestClass/afterTestClass were broken for a pathological case |
| 718 | Added: @Configuration(alwaysRun) |
| 719 | Added: JUnitConverter task |
| 720 | Fixed: < and > characters in reports were not escaped |
| 721 | |
| 722 | Eclipse plug-in: |
| 723 | |
| 724 | Fixed: Class dialog wasn't showing @Factory classes |
| 725 | |
| 726 | IDEA plug-in: |
| 727 | |
| 728 | First release! |
| 729 | |
| 730 | Documentation: |
| 731 | |
| 732 | Added: Brand new look!!! |
| 733 | Added: Section on testng.xml |
| 734 | Fixed: Numbering of sections |
| 735 | |
| 736 | =========================================================================== |
| 737 | |
| 738 | 2.4 |
Cedric Beust | ac025d5 | 2010-07-20 23:06:08 -0700 | [diff] [blame] | 739 | 2005/07/05 |
| 740 | |
cbeust | 336f0ef | 2006-08-01 22:50:26 +0000 | [diff] [blame] | 741 | Changed: New package: testng.org |
| 742 | Fixed: Bug with @ExpectedException occuring the parallel mode |
| 743 | Fixed: Bug with parameters and beforeTest |
| 744 | Added: IInstanceInfo support |
| 745 | Fixed: methods were not excluded when included by groups |
| 746 | Fixed: testng-failures.xml is now including also the beforeSuite/afterSuite methods |
| 747 | Fixed: generating the testng-failures.xml is now working as expected |
| 748 | Fixed: Factories call all the tests even if some of them fail along the way |
| 749 | Fixed: Better JUnit support (wasn't creating individual instances) |
| 750 | Fixed: dependsOnGroups didn't work across different classes |
| 751 | Added: command line (and Ant) -groups option |
| 752 | Added: @Parameters (and made parameters attribute deprecated) |
| 753 | Added: Parameters for constructors |
| 754 | Fixed: Better interleaving of before/afterTestMethods |
| 755 | Fixed: Ant task |
| 756 | Fixed: TestNGException thrown when TestNG conditions are not fulfilled |
| 757 | |
| 758 | Documentation: |
| 759 | - New assert classes |
| 760 | - New ways to launch |
| 761 | - JUnitConverter documentation |
| 762 | - new beforeSuite/afterSuite |
| 763 | |
| 764 | =========================================================================== |
| 765 | |
| 766 | 2.3 |
Cedric Beust | ac025d5 | 2010-07-20 23:06:08 -0700 | [diff] [blame] | 767 | 2005/04/12 |
cbeust | 336f0ef | 2006-08-01 22:50:26 +0000 | [diff] [blame] | 768 | |
| 769 | Fixed: Spaces are now legal in JavaDoc comments |
| 770 | Added: documentation for @Factory |
| 771 | Fixed: factories were called multiple times |
| 772 | Added: beforeSuite and afterSuite |
| 773 | Fixed: inheritance and scope now working properly for annotations |
| 774 | Fixed: dependsOnMethods wasn't working for 1.4 |
| 775 | Added: Better stack traces |
| 776 | Added: Better syntax for included/excluded methods |
| 777 | Fixed: Better verbose support |
| 778 | Fixed: Various fixes for the Eclipse plug-in |
| 779 | Added: Can specify a class name on the command line |
| 780 | Fixed: Default package bug in JUnitConverter |
| 781 | Added: Regression tests for JUnitConverter |
| 782 | Added: -quiet option to JUnitConverter |
| 783 | |
| 784 | =========================================================================== |
| 785 | |
| 786 | 2.2 |
| 787 | |
| 788 | Fixed: Wasn't handling several testng.xml files correctly |
| 789 | Fixed: Renamed -src to -sourcedir |
| 790 | Fixed: Complains if no sourcedir is specified in 1.4 |
| 791 | Added: In 1.4, don't require annotations="javadoc" |
| 792 | Fixed: If setUp fails, complain and mark test methods as skips |
| 793 | Fixed: Dependent methods weren't working for 1.4 |
| 794 | |
| 795 | =========================================================================== |
| 796 | |
| 797 | 2.1 |
Cedric Beust | ac025d5 | 2010-07-20 23:06:08 -0700 | [diff] [blame] | 798 | 2005/02/12 |
cbeust | 336f0ef | 2006-08-01 22:50:26 +0000 | [diff] [blame] | 799 | |
| 800 | Added: Parser can accept an InputStream for testng.xml |
| 801 | Fixed: expected-exceptions now fails if test passes |
| 802 | Fixed: reports now use the suite name in HTML |
| 803 | Added: invocationCount and successPercentage |
| 804 | Added: dependsOnMethods |
| 805 | Added: timeOut works in non-parallel mode |
| 806 | |
| 807 | =========================================================================== |
| 808 | |
| 809 | 2.0 |
Cedric Beust | ac025d5 | 2010-07-20 23:06:08 -0700 | [diff] [blame] | 810 | 2004/12/06 |
cbeust | 336f0ef | 2006-08-01 22:50:26 +0000 | [diff] [blame] | 811 | |
| 812 | Added: port on JDK 1.4 |
| 813 | |
| 814 | =========================================================================== |
| 815 | |
| 816 | 1.3 |
| 817 | |
| 818 | Added: new view: classes (still experimental) |
| 819 | Added: timeout on methods |
| 820 | Added: thread-count |
| 821 | Added: TestNG is now multithread, see "parallel" in <suite> |
| 822 | |
| 823 | =========================================================================== |
| 824 | |
| 825 | 1.2 |
| 826 | |
| 827 | Added: JUnitConverter |
| 828 | Fixed: Bug with afterClasses (test: AfterClassCalledAtTheEnd) |
| 829 | |
| 830 | =========================================================================== |
| 831 | |
| 832 | 1.1 |
| 833 | |
| 834 | Added: new links for methods and groups in the HTML report |
| 835 | Added: <methods> |
| 836 | Added: <fileset> to <testng> |
| 837 | |
| 838 | =========================================================================== |
| 839 | |
| 840 | 1.0 |
Cedric Beust | ac025d5 | 2010-07-20 23:06:08 -0700 | [diff] [blame] | 841 | 2004/04/28 |
| 842 | http://beust.com/weblog/2004/04/28/ |
cbeust | 336f0ef | 2006-08-01 22:50:26 +0000 | [diff] [blame] | 843 | |
| 844 | Fixed: Updated to the new DTD |
| 845 | Fixed: Suite table of contents displays failures first |
| 846 | Fixed: Bug in afterTestClass |
| 847 | Added: Validating testng.xml |
| 848 | Added: Scoped parameters |
| 849 | Added: testng.xml |
| 850 | Removed: Property quiet |
| 851 | Changed: Verbose is now an integer |
| 852 | Added: Dependent methods |
| 853 | |
| 854 | =========================================================================== |
| 855 | |
| 856 | 0.9 |
| 857 | |
| 858 | Added: Groups of groups |
| 859 | Added: Groups for Configuration methods |
| 860 | Added: Parameters |
| 861 | |
| 862 | =========================================================================== |
| 863 | |
| 864 | 0.2 |
| 865 | |
| 866 | Fixed: Merged TestMethod and TestClass into Test |
| 867 | Added: HTML report |
| 868 | Added: Regexps for groups |
| 869 | Fixed: Inheritance of methods |
| 870 | Fixed: ExpectedException is now called ExpectedExceptions |