org.testng.internal.annotations
Interface IParameterizable

All Superinterfaces:
IAnnotation
All Known Subinterfaces:
IConfiguration, IFactory, ITest, ITestOrConfiguration
All Known Implementing Classes:
AfterSuiteAnnotation, BaseBeforeAfter, BeforeSuiteAnnotation, ConfigurationAnnotation, FactoryAnnotation, TestAnnotation, TestOrConfiguration

public interface IParameterizable
extends IAnnotation

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

Author:
Cedric Beust

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

Method Detail

getParameters

java.lang.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 © 2010. All Rights Reserved.