org.testng.annotations
Interface IDataProviderAnnotation

All Superinterfaces:
IAnnotation

public interface IDataProviderAnnotation
extends IAnnotation

Encapsulate the @DataProvider / @testng.data-provider annotation Created on Dec 20, 2005

Author:
Cedric Beust

Method Summary
 String getName()
          The name of this DataProvider.
 boolean isParallel()
          Whether this data provider should be used in parallel.
 void setName(String name)
           
 void setParallel(boolean parallel)
           
 

Method Detail

getName

String getName()
The name of this DataProvider.


setName

void setName(String name)

isParallel

boolean isParallel()
Whether this data provider should be used in parallel.


setParallel

void setParallel(boolean parallel)


Copyright © 2010. All Rights Reserved.