org.testng.internal.annotations
Interface IFactory

All Superinterfaces:
IAnnotation, IParameterizable
All Known Implementing Classes:
FactoryAnnotation

public interface IFactory
extends IParameterizable

Encapsulate the @Factory / @testng.factory annotation Created on Dec 20, 2005

Author:
Cedric Beust

Method Summary
 java.lang.String getDataProvider()
           
 
Methods inherited from interface org.testng.internal.annotations.IParameterizable
getParameters
 

Method Detail

getDataProvider

java.lang.String getDataProvider()


Copyright © 2010. All Rights Reserved.