-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
49 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -910,7 +910,7 @@ Eclipse: | |
Added: New file wizard: can now create a class with annotations, including @DataProvider | ||
Added: You can now select multiple XML suites to be run in the launch dialog | ||
Fixed: @Test(groups = <constant>) was taking name of the constant instead of its value. | ||
Fixed: http://jira.codehaus.org/browse/GRECLIPSE-476 NPE with Groovy Tests (Andrew Eisenberg) | ||
Fixed: https://jira.codehaus.org/browse/GRECLIPSE-476 NPE with Groovy Tests (Andrew Eisenberg) | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
cbeust
Author
Collaborator
|
||
Fixed: The custom XML file is now created in the temp directory instead of inside the project | ||
Fixed: In the launch dialog, now display an error if trying to pick groups when no project is selected | ||
Fixed: Was not setting the parallel attribute correctly on the temporary XML file | ||
|
@@ -1076,9 +1076,9 @@ Fixed: TESTNG-139 dependsOnMethods gets confused when dependency is "protected" | |
Fixed: TESTNG-141 junit attribute set to false in testng-failed.xml when it should be true | ||
Fixed: TESTNG-142 Exceptions in DataProvider are not reported as failed test | ||
Added: Improved behavior for @Before/@AfterClass when using @Factory | ||
(http://forums.opensymphony.com/thread.jspa?threadID=6594&messageID=122294#122294) | ||
(https://forums.opensymphony.com/thread.jspa?threadID=6594&messageID=122294#122294) | ||
Added: Support for concurrent execution for invocationCount=1 threadPoolSize>1 and @DataProvider | ||
(http://forums.opensymphony.com/thread.jspa?threadID=64738&tstart=0) | ||
(https://forums.opensymphony.com/thread.jspa?threadID=64738&tstart=0) | ||
Added: New TestNG specific XML report, generated by default in 'xml' subdirectory of test-output | ||
Added: support in strprotocol for passing the ITest.getTestName() information | ||
Fixed: TESTNG-152 If DataProvider is not found, the exception message should tell exactly what happened | ||
|
@@ -1198,7 +1198,7 @@ Fixed: Throw proper exception when a DataProvider declares parameters | |
Added: completely revamped JUnit support (should run all kind of JUnit tests) | ||
Fixed: TESTNG-40 (Bug in testng-failed.xml generation) | ||
Fixed: TESTNG-106 (Failed "@BeforeSuite" method just skipps the last test in xml-file) | ||
Fixed: Success on 0 tests (http://forums.opensymphony.com/thread.jspa?threadID=41213) | ||
Fixed: Success on 0 tests (https://forums.opensymphony.com/thread.jspa?threadID=41213) | ||
|
||
Eclipse plug-in | ||
Added: TESTNG-105 Automaticaly define TESTNG_HOME classpath variable | ||
|
@@ -1210,7 +1210,7 @@ Added: TESTNG-105 Automaticaly define TESTNG_HOME classpath variable | |
Added: @Test(sequential = true) | ||
Fixed: TESTNG-102 (Incorrect ordering of @BeforeMethod calls when a dependency is specified) | ||
Fixed: TESTNG-101 (HTML output contains nested <P> tags and a missing <tr> tag) | ||
Added: support for specifying test-only classpath (http://forums.opensymphony.com/thread.jspa?messageID=78048&tstart=0) | ||
Added: support for specifying test-only classpath (https://forums.opensymphony.com/thread.jspa?messageID=78048&tstart=0) | ||
Fixed: TESTNG-93 (method selectors filtering @BeforeMethod) | ||
Fixed: TESTNG-81 (Assert.assertFalse() displays wrong expected, actual value) | ||
Fixed: TESTNG-59 (multiple method selectors usage results in no tests run) | ||
|
@@ -1264,9 +1264,9 @@ Added: Link to testng.xml in the reports | |
Added: New structure for reports, suites go in their individual directory | ||
Added: @Test(suiteName) and @Test(testName) | ||
Added: The stack traces in reports do not include TestNG frames (system property testng.exception) | ||
(see: http://groups.google.com/group/testng-dev/browse_thread/thread/9f4d46ade10b0fda) | ||
(see: https://groups.google.com/group/testng-dev/browse_thread/thread/9f4d46ade10b0fda) | ||
Fixed: Exit with error when no methods are run | ||
(see: http://groups.google.com/group/testng-dev/browse_thread/thread/3c26e8a5658f22ac) | ||
(see: https://groups.google.com/group/testng-dev/browse_thread/thread/3c26e8a5658f22ac) | ||
Added: List of methods in alphabetical order | ||
Fixed: Class-scoped annotations were not recognized when inherited | ||
Added: Deprecated @Configuration and introduced @BeforeSuite/Test/Class/TestMethod | ||
|
@@ -1294,14 +1294,14 @@ Added: if patch-testng-sourcedir.properties is found in the classpath | |
Added: Maven 2 plug-in | ||
Fixed: Message formattings in TestNG assertion utility class | ||
Fixed: @Factory methods were counted as @Test as well | ||
http://jira.opensymphony.com/browse/TESTNG-51 | ||
https://jira.opensymphony.com/browse/TESTNG-51 | ||
Fixed: All DataProvider parameters were shown in the HTML report | ||
Fixed: Bug in testng-failed.xml generation | ||
Fixed: <packages> bug when using a jar file to load the test classes | ||
Added: alwaysRun for before @Configuration methods | ||
http://jira.opensymphony.com/browse/TESTNG-35 | ||
https://jira.opensymphony.com/browse/TESTNG-35 | ||
Fixed: groupless @Configurations were not invoked if a method depends on a group | ||
http://jira.opensymphony.com/browse/TESTNG-45 | ||
https://jira.opensymphony.com/browse/TESTNG-45 | ||
Added: beforeGroups/afterGroups to @Configuration | ||
|
||
Eclipse plugin: | ||
|
@@ -1337,7 +1337,7 @@ Fixed: TESTNG-24: 'Run as testng test' does not appear of the Test annotation do | |
Fixed: TESTNG-18: Eclipse plugin ignores Factory annotation | ||
Fixed: TESTNG-21: Show differences when double clicking assertion exceptions | ||
Added: UI allows setting orientation (even more space) | ||
http://forums.opensymphony.com/thread.jspa?threadID=17225&messageID=33805#33805 | ||
https://forums.opensymphony.com/thread.jspa?threadID=17225&messageID=33805#33805 | ||
|
||
=========================================================================== | ||
|
||
|
@@ -1442,7 +1442,7 @@ Fixed: Bug in <package> when directories contain spaces in their names | |
Fixed: Introduced a JDK5 dependency in the JDK1.4 build (getEnclosingClass()) | ||
Fixed: Output directory in ant task was not honored if it didn't exist | ||
Fixed: Problem with timeout according to | ||
http://forums.opensymphony.com/thread.jspa?threadID=6707 | ||
https://forums.opensymphony.com/thread.jspa?threadID=6707 | ||
|
||
Eclipse plug-in: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ uploadArchives { | |
project { | ||
name project.name | ||
description 'Testing framework for Java' | ||
url 'http://github.com/cbeust/testng' | ||
url 'https://github.com/cbeust/testng' | ||
scm { | ||
connection 'scm:git:https://github.com/cbeust/testng.git' | ||
developerConnection 'scm:git:[email protected]:cbeust/testng.git' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,10 +30,10 @@ val p = project { | |
url = "https://testng.org" | ||
licenses = listOf(License().apply { | ||
name = "Apache 2.0" | ||
url = "http://www.apache.org/licenses/LICENSE-2.0" | ||
url = "https://www.apache.org/licenses/LICENSE-2.0" | ||
}) | ||
scm = Scm().apply { | ||
url = "http://github.com/cbeust/testng" | ||
url = "https://github.com/cbeust/testng" | ||
connection = "scm:git:https://github.com/cbeust/testng.git" | ||
developerConnection = "scm:git:[email protected]:cbeust/testng.git" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
What's the point when it doesn't exist any more?