org.testng.internal
Class InvokedMethod
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
-
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.