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
 boolean getEnabled()
          Whether this annotation is enabled.
 String[] getParameters()
          Deprecated. Use @Parameters
 void setEnabled(boolean enabled)
           
 

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.


getEnabled

boolean getEnabled()
Whether this annotation is enabled.


setEnabled

void setEnabled(boolean enabled)


Copyright © 2012. All Rights Reserved.