org.testng.internal
Class InvokedMethod

java.lang.Object
  extended by org.testng.internal.InvokedMethod
All Implemented Interfaces:
java.io.Serializable

public class InvokedMethod
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
InvokedMethod(java.lang.Object instance, ITestNGMethod method, java.lang.Object[] parameters, boolean isTest, boolean isConfiguration, long date)
           
 
Method Summary
 long getDate()
           
 ITestNGMethod getTestMethod()
           
 boolean isConfigurationMethod()
           
 boolean isTestMethod()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvokedMethod

public InvokedMethod(java.lang.Object instance,
                     ITestNGMethod method,
                     java.lang.Object[] parameters,
                     boolean isTest,
                     boolean isConfiguration,
                     long date)
Parameters:
m_object -
m_method -
m_parameters -
Method Detail

isTestMethod

public boolean isTestMethod()
Returns:

toString

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

isConfigurationMethod

public boolean isConfigurationMethod()
Returns:
Returns the isClass.

getTestMethod

public ITestNGMethod getTestMethod()

getDate

public long getDate()


Copyright © 2010. All Rights Reserved.