public class SeleniumTestsDefaultSuite extends Object implements org.testng.ISuite
| Constructor and Description |
|---|
SeleniumTestsDefaultSuite() |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(org.testng.ITestNGListener listener) |
List<org.testng.IInvokedMethod> |
getAllInvokedMethods() |
List<org.testng.ITestNGMethod> |
getAllMethods() |
org.testng.internal.annotations.IAnnotationFinder |
getAnnotationFinder() |
Object |
getAttribute(String name) |
Set<String> |
getAttributeNames() |
Collection<org.testng.ITestNGMethod> |
getExcludedMethods() |
String |
getHost() |
Collection<org.testng.ITestNGMethod> |
getInvokedMethods() |
Map<String,Collection<org.testng.ITestNGMethod>> |
getMethodsByGroups() |
String |
getName() |
org.testng.IObjectFactory |
getObjectFactory() |
org.testng.IObjectFactory2 |
getObjectFactory2() |
String |
getOutputDirectory() |
String |
getParallel() |
String |
getParameter(String parameterName) |
Map<String,org.testng.ISuiteResult> |
getResults() |
org.testng.SuiteRunState |
getSuiteState() |
org.testng.xml.XmlSuite |
getXmlSuite() |
Object |
removeAttribute(String name) |
void |
run() |
void |
setAttribute(String name,
Object value) |
public Object getAttribute(String name)
getAttribute in interface org.testng.IAttributespublic void setAttribute(String name, Object value)
setAttribute in interface org.testng.IAttributespublic Set<String> getAttributeNames()
getAttributeNames in interface org.testng.IAttributespublic Object removeAttribute(String name)
removeAttribute in interface org.testng.IAttributespublic String getName()
getName in interface org.testng.ISuitepublic Map<String,org.testng.ISuiteResult> getResults()
getResults in interface org.testng.ISuitepublic org.testng.IObjectFactory getObjectFactory()
getObjectFactory in interface org.testng.ISuitepublic org.testng.IObjectFactory2 getObjectFactory2()
getObjectFactory2 in interface org.testng.ISuitepublic String getOutputDirectory()
getOutputDirectory in interface org.testng.ISuitepublic String getParallel()
getParallel in interface org.testng.ISuitepublic String getParameter(String parameterName)
getParameter in interface org.testng.ISuitepublic Map<String,Collection<org.testng.ITestNGMethod>> getMethodsByGroups()
getMethodsByGroups in interface org.testng.ISuitepublic Collection<org.testng.ITestNGMethod> getInvokedMethods()
getInvokedMethods in interface org.testng.ISuitepublic List<org.testng.IInvokedMethod> getAllInvokedMethods()
getAllInvokedMethods in interface org.testng.ISuitepublic Collection<org.testng.ITestNGMethod> getExcludedMethods()
getExcludedMethods in interface org.testng.ISuitepublic void run()
run in interface org.testng.ISuitepublic String getHost()
getHost in interface org.testng.ISuitepublic org.testng.SuiteRunState getSuiteState()
getSuiteState in interface org.testng.ISuitepublic org.testng.internal.annotations.IAnnotationFinder getAnnotationFinder()
getAnnotationFinder in interface org.testng.ISuitepublic org.testng.xml.XmlSuite getXmlSuite()
getXmlSuite in interface org.testng.ISuitepublic void addListener(org.testng.ITestNGListener listener)
addListener in interface org.testng.ISuitepublic List<org.testng.ITestNGMethod> getAllMethods()
getAllMethods in interface org.testng.ISuiteCopyright © 2015. All rights reserved.