org.testng.v6
Class Operation
java.lang.Object
org.testng.v6.Operation
public class Operation
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Operation
public Operation(ITestNGMethod method,
IRunGroupFactory runGroupFactory,
XmlTest xmlTest)
Operation
public Operation(ITestNGMethod method,
int threadAffinity,
IRunGroupFactory runGroupFactory,
XmlTest xmlTest)
getRunGroups
public java.util.List<RunGroup> getRunGroups()
getMethod
public ITestNGMethod getMethod()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getAffinity
public int getAffinity()
mustRunAfter
public boolean mustRunAfter(Operation o)
getAfter
public java.lang.Integer[] getAfter()
- Returns:
- the array of RunGroups we must run after, or an empty array if not applicable.
setAfter
public void setAfter(java.lang.Integer[] after)
Copyright © 2010. All Rights Reserved.