Skip to content

Commit c0e1e77

Browse files
committed
Adjust version reference in deprecation msgs.
1 parent 011527d commit c0e1e77

16 files changed

+17
-17
lines changed

testng-core/src/main/java/org/testng/junit/IJUnitTestRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/**
1313
* An abstraction interface over JUnit test runners.
1414
*
15-
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.6.2</code>
15+
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.7.0</code>
1616
*/
1717
@Deprecated
1818
public interface IJUnitTestRunner {

testng-core/src/main/java/org/testng/junit/JUnit3TestClass.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import junit.framework.Test;
44

55
/**
6-
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.6.2</code>
6+
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.7.0</code>
77
*/
88
@Deprecated
99
public class JUnit3TestClass extends JUnitTestClass {

testng-core/src/main/java/org/testng/junit/JUnit3TestMethod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import org.testng.internal.Utils;
88

99
/**
10-
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.6.2</code>
10+
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.7.0</code>
1111
*/
1212
@Deprecated
1313
public class JUnit3TestMethod extends JUnitTestMethod {

testng-core/src/main/java/org/testng/junit/JUnit3TestRecognizer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import junit.framework.Test;
66

77
/**
8-
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.6.2</code>
8+
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.7.0</code>
99
*/
1010
@Deprecated
1111
public class JUnit3TestRecognizer implements JUnitTestRecognizer {

testng-core/src/main/java/org/testng/junit/JUnit4ConfigurationMethod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import org.testng.internal.ConstructorOrMethod;
55

66
/**
7-
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.6.2</code>
7+
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.7.0</code>
88
*/
99
@Deprecated
1010
public class JUnit4ConfigurationMethod extends ConstructorOrMethod {

testng-core/src/main/java/org/testng/junit/JUnit4SpockMethod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import org.junit.runner.Description;
55
import org.testng.internal.ConstructorOrMethod;
66

7-
/** @deprecated - Support for Spock1.x series is being deprecated as of TestNG <code>7.6.2</code> */
7+
/** @deprecated - Support for Spock1.x series is being deprecated as of TestNG <code>7.7.0</code> */
88
@Deprecated
99
public class JUnit4SpockMethod extends ConstructorOrMethod {
1010

testng-core/src/main/java/org/testng/junit/JUnit4TestClass.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import org.junit.runner.Description;
44

55
/**
6-
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.6.2</code>
6+
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.7.0</code>
77
*/
88
@Deprecated
99
public class JUnit4TestClass extends JUnitTestClass {

testng-core/src/main/java/org/testng/junit/JUnit4TestMethod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import org.testng.log4testng.Logger;
99

1010
/**
11-
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.6.2</code>
11+
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.7.0</code>
1212
*/
1313
@Deprecated
1414
public class JUnit4TestMethod extends JUnitTestMethod {

testng-core/src/main/java/org/testng/junit/JUnit4TestRecognizer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import org.junit.runner.RunWith;
66

77
/**
8-
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.6.2</code>
8+
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.7.0</code>
99
*/
1010
@Deprecated
1111
public final class JUnit4TestRecognizer implements JUnitTestRecognizer {

testng-core/src/main/java/org/testng/junit/JUnit4TestRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/**
2020
* A JUnit TestRunner that records/triggers all information/events necessary to TestNG.
2121
*
22-
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.6.2</code>
22+
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.7.0</code>
2323
*/
2424
@Deprecated
2525
public class JUnit4TestRunner implements IJUnitTestRunner {

testng-core/src/main/java/org/testng/junit/JUnitMethodFinder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* This class locates all test and configuration methods according to JUnit. It is used to change
1919
* the strategy used by TestRunner to locate its test methods.
2020
*
21-
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.6.2</code>
21+
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.7.0</code>
2222
*/
2323
@Deprecated
2424
public class JUnitMethodFinder implements ITestMethodFinder {
@@ -121,7 +121,7 @@ public ITestNGMethod[] getAfterGroupsConfigurationMethods(Class<?> testClass) {
121121
}
122122
}
123123
/**
124-
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.6.2</code>
124+
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.7.0</code>
125125
*/
126126
@Deprecated
127127
interface INameFilter {

testng-core/src/main/java/org/testng/junit/JUnitTestClass.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
// NO JUnit specific code here to avoid runtime errors
1111
/**
12-
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.6.2</code>
12+
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.7.0</code>
1313
*/
1414
@Deprecated
1515
public abstract class JUnitTestClass implements ITestClass {

testng-core/src/main/java/org/testng/junit/JUnitTestFinder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import org.testng.internal.objects.InstanceCreator;
66

77
/**
8-
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.6.2</code>
8+
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.7.0</code>
99
*/
1010
@Deprecated
1111
public final class JUnitTestFinder {

testng-core/src/main/java/org/testng/junit/JUnitTestMethod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
// NO JUnit specific code here to avoid runtime errors
99
/**
10-
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.6.2</code>
10+
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.7.0</code>
1111
*/
1212
@Deprecated
1313
public abstract class JUnitTestMethod extends BaseTestMethod {

testng-core/src/main/java/org/testng/junit/JUnitTestRecognizer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package org.testng.junit;
22

33
/**
4-
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.6.2</code>
4+
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.7.0</code>
55
*/
66
@Deprecated
77
interface JUnitTestRecognizer {

testng-core/src/main/java/org/testng/junit/JUnitTestRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/**
2424
* A JUnit TestRunner that records/triggers all information/events necessary to TestNG.
2525
*
26-
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.6.2</code>
26+
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.7.0</code>
2727
*/
2828
@Deprecated
2929
public class JUnitTestRunner implements TestListener, IJUnitTestRunner {

0 commit comments

Comments
 (0)