org.testng.internal
Class MethodInstance

java.lang.Object
  extended by org.testng.internal.MethodInstance
All Implemented Interfaces:
IMethodInstance

public class MethodInstance
extends java.lang.Object
implements IMethodInstance


Field Summary
static java.util.Comparator<IMethodInstance> SORT_BY_CLASS
           
 
Constructor Summary
MethodInstance(ITestNGMethod method, java.lang.Object[] instances)
           
 
Method Summary
 java.lang.Object[] getInstances()
           
 ITestNGMethod getMethod()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SORT_BY_CLASS

public static final java.util.Comparator<IMethodInstance> SORT_BY_CLASS
Constructor Detail

MethodInstance

public MethodInstance(ITestNGMethod method,
                      java.lang.Object[] instances)
Method Detail

getMethod

public ITestNGMethod getMethod()
Specified by:
getMethod in interface IMethodInstance

getInstances

public java.lang.Object[] getInstances()
Specified by:
getInstances in interface IMethodInstance

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010. All Rights Reserved.