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.IAttributes
public void setAttribute(String name, Object value)
setAttribute
in interface org.testng.IAttributes
public Set<String> getAttributeNames()
getAttributeNames
in interface org.testng.IAttributes
public Object removeAttribute(String name)
removeAttribute
in interface org.testng.IAttributes
public String getName()
getName
in interface org.testng.ISuite
public Map<String,org.testng.ISuiteResult> getResults()
getResults
in interface org.testng.ISuite
public org.testng.IObjectFactory getObjectFactory()
getObjectFactory
in interface org.testng.ISuite
public org.testng.IObjectFactory2 getObjectFactory2()
getObjectFactory2
in interface org.testng.ISuite
public String getOutputDirectory()
getOutputDirectory
in interface org.testng.ISuite
public String getParallel()
getParallel
in interface org.testng.ISuite
public String getParameter(String parameterName)
getParameter
in interface org.testng.ISuite
public Map<String,Collection<org.testng.ITestNGMethod>> getMethodsByGroups()
getMethodsByGroups
in interface org.testng.ISuite
public Collection<org.testng.ITestNGMethod> getInvokedMethods()
getInvokedMethods
in interface org.testng.ISuite
public List<org.testng.IInvokedMethod> getAllInvokedMethods()
getAllInvokedMethods
in interface org.testng.ISuite
public Collection<org.testng.ITestNGMethod> getExcludedMethods()
getExcludedMethods
in interface org.testng.ISuite
public void run()
run
in interface org.testng.ISuite
public String getHost()
getHost
in interface org.testng.ISuite
public org.testng.SuiteRunState getSuiteState()
getSuiteState
in interface org.testng.ISuite
public org.testng.internal.annotations.IAnnotationFinder getAnnotationFinder()
getAnnotationFinder
in interface org.testng.ISuite
public org.testng.xml.XmlSuite getXmlSuite()
getXmlSuite
in interface org.testng.ISuite
public void addListener(org.testng.ITestNGListener listener)
addListener
in interface org.testng.ISuite
public List<org.testng.ITestNGMethod> getAllMethods()
getAllMethods
in interface org.testng.ISuite
Copyright © 2015. All rights reserved.