| Interface and Description |
|---|
| org.testng.IConfigurationListener2
As of release 7.0.0, replaced by
IConfigurationListener |
| org.testng.IObjectFactory
- This interface stands deprecated as of TestNG 7.5.0
|
| org.testng.IObjectFactory2
- This interface stands deprecated as of TestNG 7.5.0
|
| Class and Description |
|---|
| org.testng.ConversionUtils |
| org.testng.xml.Parser
- This class stands deprecated as of TestNG
7.5.0. There are no
alternatives for this class. |
| Field and Description |
|---|
| org.testng.internal.Parameters.NULL_VALUE |
| Method and Description |
|---|
| org.testng.TestNG.addListener(Object)
Use addListener(ITestNGListener) instead
|
| org.testng.TestNG.configure(Map)
use new configure(CommandLineArgs) method
|
| org.testng.TestNG.getDefault()
since 5.1
|
| org.testng.IInjectorFactory.getInjector(Stage, Module...)
- As of TestNG
7.5.0 |
| org.testng.internal.objects.GuiceBackedInjectorFactory.getInjector(Stage, Module...) |
| org.testng.xml.XmlSuite.getObjectFactory()
- This method stands deprecated as of TestNG
7.5.0. Use XmlSuite.getObjectFactoryClass() instead. |
| org.testng.ISuite.getObjectFactory2() |
| org.testng.IObjectFactory2.newInstance(Class<?>)
- This interface stands deprecated as of TestNG 7.5.0
|
| org.testng.xml.XmlSuite.setObjectFactory(ITestObjectFactory) |
| org.testng.TestNG.setParallel(String)
Use #setParallel(XmlSuite.ParallelMode) instead
|
| org.testng.TestNG.setSourcePath(String) |
| org.testng.junit.IJUnitTestRunner.setTestResultNotifier(ITestResultNotifier) |
Copyright © 2025. All rights reserved.