|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.testng.internal.BaseTestMethod
org.testng.internal.FactoryMethod
public class FactoryMethod
This class represents a method annotated with @Factory
| Field Summary |
|---|
| Fields inherited from class org.testng.internal.BaseTestMethod |
|---|
DATE_COMPARATOR, m_afterGroups, m_annotationFinder, m_beforeGroups, m_currentInvocationCount, m_date, m_groups, m_groupsDependedUpon, m_id, m_method, m_methodClass, m_methodsDependedUpon, m_testClass |
| Constructor Summary | |
|---|---|
FactoryMethod(java.lang.reflect.Method method,
java.lang.Object instance,
XmlTest xmlTest,
IAnnotationFinder annotationFinder,
ITestContext testContext)
|
|
| Method Summary | |
|---|---|
ITestNGMethod |
clone()
|
java.lang.Object[] |
invoke()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FactoryMethod(java.lang.reflect.Method method,
java.lang.Object instance,
XmlTest xmlTest,
IAnnotationFinder annotationFinder,
ITestContext testContext)
testClass - method - | Method Detail |
|---|
public java.lang.Object[] invoke()
public ITestNGMethod clone()
clone in interface ITestNGMethodclone in class BaseTestMethod
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||