JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Deprecated API
Contents
Deprecated Interfaces
Deprecated Classes
Deprecated Methods
Deprecated Interfaces
Interface and Description
org.testng.IConfigurationListener2
As of release 7.0.0, replaced by
IConfigurationListener
Deprecated Classes
Class and Description
org.testng.GuiceHelper
Deprecated Methods
Method and Description
org.testng.ITestContext.addGuiceModule(Module)
org.testng.ITestContext.addInjector(List<Module>, Injector)
org.testng.TestNG.addListener(Object)
Use addListener(ITestNGListener) instead
org.testng.IResultMap.addResult(ITestResult, ITestNGMethod)
- This method stands deprecated as of 7.4.0
org.testng.TestNG.configure(Map)
use new configure(CommandLineArgs) method
org.testng.ITestContext.getAllGuiceModules()
org.testng.TestNG.getDefault()
since 5.1
org.testng.ITestContext.getGuiceModules(Class<? extends Module>)
org.testng.ITestContext.getInjector(IClass)
org.testng.ITestContext.getInjector(List<Module>)
org.testng.IInjectorFactory.getInjector(Stage, Module...)
Note that
IInjectorFactory.getInjector(Injector, Stage, Module...)
should be used instead.
org.testng.ISuiteResult.getPropertyFileName()
- This method is deprecated as of "7.4.0"
org.testng.TestNG.setParallel(String)
Use #setParallel(XmlSuite.ParallelMode) instead
org.testng.TestNG.setSourcePath(String)
org.testng.xml.XmlSuite.ParallelMode.skipDeprecatedValues(XmlSuite.ParallelMode)
- This method stands deprecated as of v7.4.0
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes