Skip to content

Commit

Permalink
Adjust version reference in deprecation msgs.
Browse files Browse the repository at this point in the history
  • Loading branch information
krmahadevan committed Dec 6, 2022
1 parent 011527d commit c0e1e77
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 17 deletions.
Expand Up @@ -12,7 +12,7 @@
/**
* An abstraction interface over JUnit test runners.
*
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.6.2</code>
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.7.0</code>
*/
@Deprecated
public interface IJUnitTestRunner {
Expand Down
Expand Up @@ -3,7 +3,7 @@
import junit.framework.Test;

/**
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.6.2</code>
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.7.0</code>
*/
@Deprecated
public class JUnit3TestClass extends JUnitTestClass {
Expand Down
Expand Up @@ -7,7 +7,7 @@
import org.testng.internal.Utils;

/**
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.6.2</code>
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.7.0</code>
*/
@Deprecated
public class JUnit3TestMethod extends JUnitTestMethod {
Expand Down
Expand Up @@ -5,7 +5,7 @@
import junit.framework.Test;

/**
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.6.2</code>
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.7.0</code>
*/
@Deprecated
public class JUnit3TestRecognizer implements JUnitTestRecognizer {
Expand Down
Expand Up @@ -4,7 +4,7 @@
import org.testng.internal.ConstructorOrMethod;

/**
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.6.2</code>
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.7.0</code>
*/
@Deprecated
public class JUnit4ConfigurationMethod extends ConstructorOrMethod {
Expand Down
Expand Up @@ -4,7 +4,7 @@
import org.junit.runner.Description;
import org.testng.internal.ConstructorOrMethod;

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

Expand Down
Expand Up @@ -3,7 +3,7 @@
import org.junit.runner.Description;

/**
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.6.2</code>
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.7.0</code>
*/
@Deprecated
public class JUnit4TestClass extends JUnitTestClass {
Expand Down
Expand Up @@ -8,7 +8,7 @@
import org.testng.log4testng.Logger;

/**
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.6.2</code>
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.7.0</code>
*/
@Deprecated
public class JUnit4TestMethod extends JUnitTestMethod {
Expand Down
Expand Up @@ -5,7 +5,7 @@
import org.junit.runner.RunWith;

/**
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.6.2</code>
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.7.0</code>
*/
@Deprecated
public final class JUnit4TestRecognizer implements JUnitTestRecognizer {
Expand Down
Expand Up @@ -19,7 +19,7 @@
/**
* A JUnit TestRunner that records/triggers all information/events necessary to TestNG.
*
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.6.2</code>
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.7.0</code>
*/
@Deprecated
public class JUnit4TestRunner implements IJUnitTestRunner {
Expand Down
Expand Up @@ -18,7 +18,7 @@
* This class locates all test and configuration methods according to JUnit. It is used to change
* the strategy used by TestRunner to locate its test methods.
*
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.6.2</code>
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.7.0</code>
*/
@Deprecated
public class JUnitMethodFinder implements ITestMethodFinder {
Expand Down Expand Up @@ -121,7 +121,7 @@ public ITestNGMethod[] getAfterGroupsConfigurationMethods(Class<?> testClass) {
}
}
/**
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.6.2</code>
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.7.0</code>
*/
@Deprecated
interface INameFilter {
Expand Down
Expand Up @@ -9,7 +9,7 @@

// NO JUnit specific code here to avoid runtime errors
/**
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.6.2</code>
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.7.0</code>
*/
@Deprecated
public abstract class JUnitTestClass implements ITestClass {
Expand Down
Expand Up @@ -5,7 +5,7 @@
import org.testng.internal.objects.InstanceCreator;

/**
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.6.2</code>
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.7.0</code>
*/
@Deprecated
public final class JUnitTestFinder {
Expand Down
Expand Up @@ -7,7 +7,7 @@

// NO JUnit specific code here to avoid runtime errors
/**
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.6.2</code>
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.7.0</code>
*/
@Deprecated
public abstract class JUnitTestMethod extends BaseTestMethod {
Expand Down
@@ -1,7 +1,7 @@
package org.testng.junit;

/**
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.6.2</code>
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.7.0</code>
*/
@Deprecated
interface JUnitTestRecognizer {
Expand Down
Expand Up @@ -23,7 +23,7 @@
/**
* A JUnit TestRunner that records/triggers all information/events necessary to TestNG.
*
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.6.2</code>
* @deprecated - Support for running JUnit tests stands deprecated as of TestNG <code>7.7.0</code>
*/
@Deprecated
public class JUnitTestRunner implements TestListener, IJUnitTestRunner {
Expand Down

0 comments on commit c0e1e77

Please sign in to comment.