org.testng.annotations
Interface IParameterizable

All Superinterfaces:
IAnnotation
All Known Subinterfaces:
IConfigurationAnnotation, IFactoryAnnotation, ITestAnnotation, ITestOrConfiguration

public interface IParameterizable
extends IAnnotation

Parent interface for annotations that can receive parameters. Created on Dec 20, 2005

Author:
Cedric Beust

Method Summary
 String[] getParameters()
          Deprecated. Use @Parameters
 

Method Detail

getParameters

@Deprecated
String[] getParameters()
Deprecated. Use @Parameters

The list of variables used to fill the parameters of this method. These variables must be defined in the property file.



Copyright © 2011. All Rights Reserved.