org.testng.v6
Class Operation

java.lang.Object
  extended by org.testng.v6.Operation

public class Operation
extends java.lang.Object


Constructor Summary
Operation(ITestNGMethod method, int threadAffinity, IRunGroupFactory runGroupFactory, XmlTest xmlTest)
           
Operation(ITestNGMethod method, IRunGroupFactory runGroupFactory, XmlTest xmlTest)
           
 
Method Summary
 int getAffinity()
           
 java.lang.Integer[] getAfter()
           
 ITestNGMethod getMethod()
           
 java.util.List<RunGroup> getRunGroups()
           
 boolean mustRunAfter(Operation o)
           
 void setAfter(java.lang.Integer[] after)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Operation

public Operation(ITestNGMethod method,
                 IRunGroupFactory runGroupFactory,
                 XmlTest xmlTest)

Operation

public Operation(ITestNGMethod method,
                 int threadAffinity,
                 IRunGroupFactory runGroupFactory,
                 XmlTest xmlTest)
Method Detail

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.