org.testng.internal.annotations
Class FactoryAnnotation
java.lang.Object
org.testng.internal.annotations.BaseAnnotation
org.testng.internal.annotations.FactoryAnnotation
- All Implemented Interfaces:
- IAnnotation, IFactory, IParameterizable
public class FactoryAnnotation
- extends BaseAnnotation
- implements IFactory
An implementation of IFactory
Created on Dec 20, 2005
- Author:
- Cedric Beust
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FactoryAnnotation
public FactoryAnnotation()
getDataProvider
public java.lang.String getDataProvider()
- Specified by:
getDataProvider
in interface IFactory
setDataProvider
public void setDataProvider(java.lang.String dataProvider)
getParameters
public java.lang.String[] getParameters()
- Description copied from interface:
IParameterizable
- The list of variables used to fill the parameters of this method.
These variables must be defined in the property file.
- Specified by:
getParameters
in interface IParameterizable
setParameters
public void setParameters(java.lang.String[] parameters)
Copyright © 2010. All Rights Reserved.